@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main01 {
	background: url(../img/titBorder01.png) no-repeat top;
	margin-bottom:80px;
}

#main01 .tit01 {
	font-size:14px;
	margin:10px 0 18px 0;
	padding-top:20px;
	color:#252525;
	}

#main01 h3 {
	height:31px;
	color:#B78A00;
	font-size:16px;
	font-weight:bold;
	background: url(../img/titBorder02.png) no-repeat bottom;
}

.headLine01 { 
	margin-bottom: 12px;
}

#main01 p {
	margin-bottom: 62px;
	font-size: 1.4em;
	line-height: 1.4;
	color:#252525;
}

#main01 ul {
	padding-left: 50px;
	
}

#main01 li {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.4;
	color:#252525;
	padding-left: 18px;
	background:url(../img/list_dot.png) no-repeat 5px 7px;
}

#main01 .text01 {
	margin-bottom: 12px;
}

#main01 dl {
	padding: 0 25px 5px;
	font-size: 1.4em;
	line-height: 1.4;
}

#main01 dt {
	margin-bottom: 5px;
	padding-left: 20px;
	font-size:14px;
	font-weight:bold;
	color:#252525;
}

#main01 dd {
	font-size:14px;
	margin: 0 0 20px 40px;
	color:#252525;
}

#main01 .h3Ttl {
	margin-bottom: 14px;
}

#main01 .text02 {
	margin-bottom: 20px;
}

#main01 p {
	margin: 0 0 30px 50px;
	font-size:14px;
}

#main01 p a {
	text-decoration: underline;
}

#main01 p a:hover {
	text-decoration: none;
}

a:hover img.opa {
        opacity: 0.7;
        filter: alpha(opacity=70);
}
