@charset "utf-8";
/* CSS Document */
/*********************************************************
			** 全体枠要素：container **
*********************************************************/
#container{
	background:#fff;
	margin:0px auto;
	padding:0px 20px;
	text-align:left;
	width:910px;
}

/*********************************************************
			** ヘッダー要素：logo **
*********************************************************/
#header{
	background:url(../img/header02.jpg) no-repeat left bottom;
	margin:0px auto;
	height:130px;
	width:910px;
}
#header h1{
	float:left;
	position:relative;
	top:10px;
	left:15px;
}
#header h1 a{
	display:block;
	height:55px;
	width:260px;
}
/* ----- サブナビゲーション ----- */
#sub_navi ul{
	float:right;
	margin:10px 10px 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{
	clear:both;
	margin:0px auto;
	padding:0;
	position:relative;
	height:55px;
	width:900px;
}

/*********************************************************
			** コンテンツ要素：wrap **
*********************************************************/
#wrapper{
	margin:20px auto;
	padding:0px;
	position:relative;
	text-align:left;
	width:900px;
}
#wrapper .side{
	float:left;
	margin:0px;
	padding:0px;
	text-align:left;
	width:190px;
}
div.bnrArea00{
	background: #e8e8e8;
	margin:0px auto 10px;
	padding:0;
	width:187px;
}
div.bnrArea01{
	background:url(../img/bg_side02.jpg) repeat-x left top;
	margin:0px auto 10px;
	padding:15px 0 0 0;
	width:187px;
}
div.bnrArea01 ul{
	margin:0 auto;
	position:relative;
	width:185px;
}
div.bnrArea01 ul li{
	margin:3px 0 0 0;
	padding:0;
}
div.bnrArea01 ul li a{
	display:block;
	overflow:hidden;
	position:relative;
	height:50px;
	width:186px;
}
div.bnrArea01 ul li.btn01 a{background: url(../img/btn_side01s.jpg) no-repeat left top;}
div.bnrArea01 ul li.btn02 a{background: url(../img/btn_side02s.jpg) no-repeat left top;}
div.bnrArea01 ul li.btn03 a{background: url(../img/btn_side03s.jpg) no-repeat left top;}
div.bnrArea01 ul li.btn04 a{background: url(../img/btn_side04s.jpg) no-repeat left top;}

p.bnrArea02{
	background:url(../img/bg_side02.jpg) repeat-x left bottom;
	margin:0px auto 10px;
	padding:0 0 15px 0;
	width:187px;
}
p.bnrArea02 a{
	background: url(../img/btn_consult02.jpg) no-repeat left top;
	display:block;
	overflow:hidden;
	position:relative;
	height:87px;
	width:186px;
}


/*********************************************************
			** コンテンツ要素：contents **
*********************************************************/
#wrapper .contents{
	float:right;
	margin:0px;
	padding:0px;
	text-align:left;
	width:696px;
}
.pannav{
	color:#2ACF64;
	font-size:10px;
	padding:10px;
}

.pagetop a{
	background: url(../img/img_pagetop.jpg) no-repeat center top;
	float:right;
	display:block;
	position:relative;
	height:19px;
	width:129px;
}

/*********************************************************
			** フッター要素：footer **
*********************************************************/
#footer{
	background: url(../img/footer02.jpg) no-repeat center top;
	margin-top:10px ;
	position:relative;
	height: 85px;
	width: 910px;
}
#footer .access{
	line-height:1.1;
	position:relative;
	top:40px;
	left:30px;
}
#footer .copyright{
	color:#00A480;
	float:right;
	position:relative;
	text-align:right;
	top:20px;
	right:30px;
}
