@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#main{
	width:1100px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	margin-bottom:80px;
}

#content{
	font-size:1.1em;
	width:100%;
	line-height:2.7;
}

#content h3{
	font-size: 1.8em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:60px;
	background:url(../image/h3_back.png) repeat-x left bottom;
	text-align:center;
}
#content h3 + p{
	text-align:center;
	margin:50px 0 50px 0;
}
#message{
	margin-bottom:100px;
}
#message p{
	text-align:center;
}
#preserge,.preserge {
	margin-top:50px;
	margin-bottom:25px;
	margin-left:20px;
	overflow: hidden;
	zoom: 1;
}
#preserge dl,.preserge dl {
	float: left;
	width: 192px;
	margin:0 20px 25px 0;
}
#preserge dl.none,.preserge dl.none {
	margin:0 0 25px 0;
}
#preserge dl dt,.preserge dl dt {
	margin-top: 5px;
	text-align:center;
	line-height: 1.6;
}
#preserge dl dd.image a,.preserge dl dd.image a {
	width: 194px;
	height: 194px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #766863;
	padding:1px;
}
#preserge + div{
	margin-bottom:100px;
}
.preserge + div{
	background-color:#766863;
	margin-bottom:50px;
	padding:40px;
}
#preserge + div p a.link{
	color:#FFCC00;
}
.preserge + div p{
	text-align:center;
}

#content table{
	width:100%;
	border:1px solid #4A4340;
	margin-bottom:100px;
}
#content table th{
	width:170px;
	font-weight:normal;
	background-color:#766863;
}
#content table th,#content table td{
	border:1px solid #4A4340;
	padding:3px 10px 3px 10px;
}
#faq{
	line-height:2;
	margin-top:50px;
}
#faq a.link{
	color:#FFCC00;
}
#faq dl {
	margin-bottom: 30px;
}
#faq dl dt {
	background: url(../image/faq-mark01.jpg) left 11px no-repeat;
	padding: 11px 0 5px 40px;
	font-size: 1.15em;
	font-weight: bold;
}
#faq dl dd {
	background: url(../image/faq-mark02.jpg) left 2px no-repeat;
	padding: 5px 0 11px 40px;
	margin-bottom:20px;
}
#faq dl dd p{
	margin-bottom:20px;
}
#faq dl dd span{
	font-weight:bold;
}
#faq dl dd span.none{
	color:#FFCC00;
}
#faq dl dd p.top{
	margin-bottom:25px;
}
#faq + p{
	text-align:center;
}