@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 #main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../common/bg_snv.jpg);
	background-repeat: repeat-y;
}
#contents #main #navi {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 105px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contents #main #sidenavi {
	width: 170px;
	float: left;
}
#contents #main #maincontents {
	float: right;
	width: 615px;
	margin-top: 15px;
	text-align: left;
}
#contents #main #footline {
	clear: both;
	height: 40px;
}



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



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



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