@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body{
	background: #C9C9C9 url(../img/common/bg.png) repeat-x;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 130%;
	color: #FFF;
	letter-spacing: 0.1em;
}

h2 {
	float: left;
	height: 24px;
	margin-bottom: 8px;
}

h3 {
	margin-bottom: 10px;
	color: #B9A988;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}

h4 {
	color: #B5A882;
	font-size: 14px;
	margin-bottom: 10px;
}

h5 {
	margin-bottom: 20px;
	color: #B9A988;
	font-size: 13px;
	font-weight: bold;
}

h6 {
	margin-bottom: 10px;
	color: #B5A882;
	font-size: 12px;
	margin-bottom: 10px;
}

img {
	border: none;
}

a:link {
	color: #B9A988;
	text-decoration: underline;
}

a:visited {
	color: #B9A988;
	text-decoration: underline;
}

a:hover {
	color: #B9A988;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

ul {
	list-style: none;
}

span.none {
	display: none;
}

.clearfix {
	height: 1%;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.clearboth {
	clear: both;
}