@charset "utf-8";


/* =import 
----------------------------------------------*/
@import url(reset.css);
@import url(layout.css);



/* hn
------------------------------------------- */
h1{
position:absolute;
top:0;
left:0;
}
h2{
	padding:22px 0;
}

/* link
------------------------------------------- */
a:link{ color:#0049a1; text-decoration:underline; }
a:hover{ color:#0049a1; text-decoration:none; }
a:visited{ color:#0049a1; text-decoration:underline; }


/* header
------------------------------------------- */
#header ul{
	position:absolute;
	top:-25px;
	right:-50px;
	}
	
/* common
------------------------------------------- */
.section{
	width:100%;
	height:auto;
	overflow:hidden;
	background:url(../images/dash01.gif) repeat-x 0 0;
	margin-bottom:22px;
	}
.section p{
	margin-bottom:15px;
	}

/* box01
------------------------------------------- */
#box01 ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:22px;
	}
#box01 ul li{
	width:262px;
	float:left;
	margin:0 22px 0 0;
	}
#box01 ul li.end{
	margin:0 0 0 0;
	}
#box01 ul li .img{
	display:block;
	margin-bottom:22px;
	}
#box01 ul li .title{
	background:url(../images/allow01.gif) no-repeat 0 1px;
	font-weight:bold;
	font-size:130%;
	padding:0 0 0 25px;
	margin-bottom:13px;
	display:block;
}
#box01 ul li dl{
	padding:0 0 0 26px;
	font-size:10px;
	}
#box01 ul li dt{
	margin-bottom:13px;
	}
#box01 ul li dd{
	text-align:justify;
	}


/* coment */
.coment{
	width:100%;
	background:url(../images/box01-bg1.gif) repeat 0 0;
	padding:5px 0;
	}
.coment-box{
	width:819px;
	margin:0 auto ;
	background:url(../images/box01-bg2.gif) repeat 0 0;
	}
.coment-box p{
	padding:15px 15px;
	color:#ffffff;
	}



/* box02
------------------------------------------- */
#box02 ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:22px;
	}
#box02 ul li{
	width:74px;
	float:left;
	margin:0 10px 10px 0;
	}


/* box03
------------------------------------------- */
#box03 .box03-01{
	width:404px;
	float:left;
	}
#box03 .box03-02{
	width:404px;
	float:right;
	}
#box03 h2{
	padding:22px 0 15px 0;
	}
#box03 p{ margin-bottom:10px; }


/* box04
------------------------------------------- */
#box04 table{
	width:100%;
	}
#box04 table th{
	background:#0049a1;
	color:#ffffff;
	padding:8px 10px;
	border-bottom:#ffffff solid 5px;
	}
#box04 table td{
	padding:8px 15px;
	}
.map{
	margin-bottom:15px;
	}
.map iframe{
	width:828px;
	border:#92a8be solid 1px;
	}
