@charset "utf-8";
/* CSS Document */
/*********************************************************
			** ヘッダー要素：logo **
*********************************************************/
#header{
	background:url(../img/logo.jpg) no-repeat left 7px;
	margin:0px auto;
	height:70px;
	width:900px;
}
#header h1 a{
	display:block;
	float:left;
	position:relative;
	top:15px;
	height:55px;
	width:260px;
}
/* ----- サブナビゲーション ----- */
#sub_navi ul{
	float:right;
	margin:10px 5px 0 0;
	padding:0;
}
#sub_navi ul li{
	display:inline;
	font-size:11px;
	float:left;
}
#sub_navi ul li a{
	color:#52D4A9;
	font-weight:bold;
	text-decoration:none;
}
#sub_navi ul li a:hover{
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}

/*********************************************************
			** グローバルナビ要素：gnavi **
*********************************************************/
#gnavi{
	background:url(../img/bg_navi01.jpg) no-repeat left top;
	margin:0px auto;
	padding:0;
	position:relative;
	height:55px;
	width:900px;
}

/*********************************************************
			** コンテンツ要素：discription **
*********************************************************/
#discription{
	background: url(../img/header01.jpg) no-repeat center top;
	clear:both;
	position:relative;
	height:248px;
	width:900px;
}
#discription p{
	position:relative;
	width:390px;
	top:105px;
	left:210px;
}

/*********************************************************
			** コンテンツ要素：wrap **
*********************************************************/
#wrapper .side{
	float:left;
	margin:0px;
	padding:0px;
	text-align:left;
	width:285px;
}
ul.bnrArea01{
	background: url(../img/bg_side01.jpg) no-repeat left top;
	margin:0px auto 20px;
	padding:1px 20px 0;
	height:311px;
	width:245px;
}
ul.bnrArea01 li{
	margin:22px 0 0 0;
	padding:0;
}
ul.bnrArea01 li a{
	display:block;
	overflow:hidden;
	position:relative;
	height:50px;
	width:245px;
}
ul.bnrArea01 li.btn01 a{background: url(../img/btn_side01.jpg) no-repeat left top;}
ul.bnrArea01 li.btn02 a{background: url(../img/btn_side02.jpg) no-repeat left top;}
ul.bnrArea01 li.btn03 a{background: url(../img/btn_side03.jpg) no-repeat left top;}
ul.bnrArea01 li.btn04 a{background: url(../img/btn_side04.jpg) no-repeat left top;}

p.bnrArea02 a{
	background: url(../img/btn_consult01.jpg) no-repeat left top;
	display:block;
	overflow:hidden;
	position:relative;
	height:90px;
	width:285px;
}

/*********************************************************
			** コンテンツ要素：contents **
*********************************************************/
#wrapper .contents{
	float:right;
	margin:0px;
	padding:0px;
	text-align:left;
	width:585px;
}

/* ----- #message ----- */
.contents #message{
	background: url(../img/btn_message.jpg) no-repeat center top;
	height:100px;
	width:585px;
}
/* ----- #topics ----- */
.contents #topics{margin:25px 0px 50px;}
.contents #topics h3{
	background: url(../img/ttl_topics01.jpg) no-repeat center top;
	margin-bottom:10px;
	height:10px;
	width:585px;
}
.contents #topics dl{ clear:both;}
.contents #topics dl dt{
	float:left;
	width:125px;
}
.contents #topics dl dd{
	float:right;
	width:460px;
}
/* ----- #map ----- */
.contents #map{
	background: url(../img/bg_map01.jpg) no-repeat center top;
	margin:25px 0px 10px;
	height:240px;
	width:585px;
}


/*********************************************************
			** フッター要素：footer **
*********************************************************/
#footer{
	background: url(../img/footer01.jpg) no-repeat center top;
	height: 70px;
	width: 900px;
}
#footer .access{
	line-height:1.1;
	position:relative;
	top:25px;
}
#footer .copyright{
	color:#00A480;
	float:right;
	position:relative;
	top:5px;
}
