@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{
	width:100%;
	font-size:1.1em;
	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 h4{
	font-size: 1.7em;
	font-family:m;
	background:url(../image/h4_back.jpg) repeat-x left bottom;
	margin-bottom:20px;
	padding:10px 0 10px 0;
}

#content h4.mg{
	margin-top:50px;
}

#content dl{
	overflow:hidden;
	zoom:1;
	margin-bottom:50px;
}

#content dl dt{
	width:340px;
	float:left;
	border:1px solid #766863;
}

#content dl dt span{
	width:330px;
	height:330px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	padding:4px;	
}

#content dl dd{
	width:730px;
	float:right;
	line-height:3;
	margin-left:20px;
}

#content dl dd span{
	font-weight:bold;
	font-size:1.5em;
}

#content dl + p{
	text-align:center;
	margin-top:80px;
}