@charset "UTF-8";


@import url("../../css/common.css");


#main-img {
	background:url(../../images/main_img_bg.png) repeat-x bottom;
	height:181px;
	padding-top:13px;
	margin-bottom:25px;
}
#main-img h2 {
	margin:0 auto;
	text-align:center;
	font-size:83%;
	width:965px;
}
#contents .contents-area h3{
	margin-bottom:1px;
	margin-top:30px;
	font-size:150%;
	color:#333;
	padding-bottom:25px;
	background:url(../images/title_bg.png) no-repeat left bottom;
}
#contents .contents-area h3 em{
	margin-bottom:1px;
	margin-top:30px;
	font-size:70%;
	color:#666;
	padding-bottom:25px;
	font-weight:normal;
	padding-right:1em;
}
#contents .contents-area ul.info{
	padding-top:3px;
}
#contents .contents-area ul.info li{
	line-height:49px;
	font-size:100%;
	border-bottom:1px dotted #7f7f7f;
	padding-left:13px;
	background:url(../../images/icon_1.png) no-repeat 0 21px;
}
#contents .contents-area ul.info li a{
	padding-left:1em;
}
#contents .contents-area ul.info li.end{
	border-bottom:none;
}


#contents .contents-area .detail{
	padding-top:18px;
}
#contents .contents-area .detail p{
	text-align:justify;
	font-size:100%;
}