/*-------------トップページ---------------*/
#header{
	background: url(../img/main/head.png) no-repeat;
	width: 800px;
	height: 309px;
}

#header a{
	display: block;
	width: 800px;
	height: 309px;
	position: relative;
}


/*中央*/
#content_center{
	float: left;
	width: 630px;
	margin-left:10px
}

#content_center a:link{color: #0000FF;}
#content_center a:visited{color: #0000FF;}
#content_center a:active{color: #0000FF;}
#content_center a:hover{color: #F800F8;}

.center_top{
	margin-left:5px;
	height: 20px;
	background: url(../img/main/center_top.png) no-repeat;
	#margin-top: 15px;
}
.center_middle{
	margin-left:5px;
	background: url(../img/main/center_middle.png) repeat-y ;
}

.center_bottom{
	margin-left:5px;
	height: 20px;
	background: url(../img/main/center_bottom.png) no-repeat;
}

.center_middle_inner{
	padding: 0 20px 0 20px;
	overflow: auto;
}
#area{
text-align: center;
font-weight: bold;
padding-bottom: 10px;
color:#121187;
}
.center_middle_inner ul.area {
	list-style: none;
	width: 580px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
.center_middle_inner ul.merit {
	list-style: none;
	width: 580px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.center_middle_inner li {
	list-style: none;
	float: left;
	width: 115px;
}
.center_middle_inner li.merit {
	float: left;
	width: 140px;
}
.center_middle_inner li.title {
background: url(../img/main/bar.png) repeat-x;
width: 580px;
font-weight: bold;
color: black;
line-height: 17px;
text-align: center;
vertical-align:sub;
padding-top:3px;
}

.area_btn {
	cursor: pointer;
	background: url(../img/main/area_btn.png) no-repeat;
	margin-top: 10px;
	margin-left: 220px;
	width: 145px;
	height: 20px;
}
.area_btn:hover {
	background: url(../img/main/area_btn_on.png) no-repeat;
}

.merit_btn {
	cursor: pointer;
	background: url(../img/main/mrt_btn.png) no-repeat;
	margin-top: 10px;
	margin-left: 220px;
	width: 145px;
	height: 20px;
}
.merit_btn:hover {
	background: url(../img/main/mrt_btn_on.png) no-repeat;
}




/*右*/
#content_right{
float: right;
width: 160px;
}


#koukoku{
width: 152px;
text-align: center;
margin-top: 10px;
}

#koukoku_top{
background: url(../img/main/koukoku_top.png) no-repeat;
width: 160px;
height: 30px;
}

#koukoku_middle{
background: url(../img/main/koukoku_middle.png) repeat-y;
width:160px;
}

#koukoku_middle img{
border: 1px solid #ffffff;
margin-bottom: 4px;
}

#koukoku_bottom{
background: url(../img/main/koukoku_bottom.png) no-repeat;
width: 160px;
height: 30px;
}

#sample {
	background: url(../img/sample.jpg) no-repeat;
	width: 900px;
	height: 1276px;
}