@charset "EUC-JP";




#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



#header {
	width: 860px;
	background-image: url(../common/bg_head.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#header #head {
	height: 60px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}



#contents {
	background-color: #FFFFFF;
	width: 860px;
	background-image: url(../common/bg_contents.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}






#contents #maintop {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	clear: both;
}
#contents #maintop #navitop {
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	}
#contents #maintop #titleimgtop {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	clear: both;
}

#contents #maintop #footlinetop {
	background-image: url(../common/top_footline.gif);
	height: 24px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contents #main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../common/bg_snv.gif);
	background-repeat: repeat-y;
}

/*---------------¢§2009.03.23 ½¤Àµ¢§---------------*/

#contents #main #navi {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: bottom;
}

/*---------------¢¥2009.03.23 ½¤Àµ¢¥---------------*/

#contents #main #sidenavi {
	width: 170px;
	float: left;
}
#contents #main #maincontents {
	float: right;
	width: 615px;
	margin-top: 15px;
	text-align: left;
	margin-bottom: 30px;
}
#contents #main #footline {
	clear: both;
	height: 40px;
}

#contents #main #maincontents #cornernavi {
	height: 40px;
	background-image: url(../img/dot615.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}



#copyright {
	background: #E5E2D9;
	height: 25px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	clear: both;
	width: 860px;
	text-align: left;
	vertical-align: middle;
}

#footnavi {
	background: #E5E2D9;
	color: #666666;
	clear: both;
	width: 860px;
	text-align: left;
	font-size: 10px;
}

#footer {
	width: 860px;
	text-align: center;
	background-color: #8A6C49;
	padding-top: 6px;
	height: 21px;
	clear: both;
}



.clearleft {
	clear: left;
}
.clearall {
	clear: left;
}

