/********************
Common Setting
********************/
body{
		background: url('../images/bg_body.gif');
		color: #333;
}

.float_l{ display: inline; float: left; }
.float_r{ display: inline; float: right; }
.clr{ clear: both; }

.align_l{ text-align: left; }
.align_r{ text-align: right; }
.align_c{ text-align: center; }

.hdn{ visibility: hidden; }
.none{ display: none; }

.accent1{ color: #900; }
.accent2{ color: #004; }
.accent3{ color: #060; }

.clr1{ color:#482f17; }
.clr2{ color:#6b6a46; }
.clr3{ color:#745122; }

.alt{ display: none; }

p,li,dt,dd,td,th{
	line-height:1.5;
}

/********************
Basic Box Layout
********************/
#container{
	width: 100%;
	background: url('../images/bg_container.gif') repeat-y top center;
}

#header{
	width: 100%;
	height: 149px;
	background: url('../images/bg_header.jpg') repeat-x top center;
}
#header .inner{
	width: 910px;
	height: 109px;
	margin: 0 auto;
	background: url('../images/bg_header_inner.jpg') no-repeat top center;
}

#main{
	width: 870px;
	margin: 0 auto;
	padding: 0 20px;
	background: url('../images/bg_main.png') repeat-y top center;
}

#contents{
	display: inline;
	float: right;
	width: 650px;
}

#side{
	display: inline;
	float: left;
	width: 210px;
}

#side li{
	margin: 0 0 10px 0;
}

#footer{
	width: 100%;
	height: 98px;
	background: url('../images/bg_footer.jpg') repeat-x;
}

#footer .inner{
	width: 870px;
	height: 98px;
	margin: 0 auto;
	background: url('../images/bg_footer_inner.jpg') no-repeat top center;
}


/********************
Other Common settings
********************/
#header h1{
	width: 380px;
	height: 50px;
	margin: 0 0 0 20px;
	padding: 30px 0 30px 0;
	overflow: hidden;
}

#header h1 a{
	display: block;
	width: 380px;
	height: 50px;
	text-indent: -9999px;	
}

/********************
Navigation
********************/
#navi{
	width: 900px;
	height: 39px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	background: url('../images/navi.png') no-repeat;
}

#navi li{
	display: inline;
	float: left;
	width: 100px;
	height: 30px;
	margin: 0 0 0 10px;
}

#navi li a{
	display: block;
	width: 100px;
	height: 30px;
	background: url('../images/navi.png') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#navi01 a:link,
#navi01 a:visited{ background-position: -20px   0  ; }
#page01 #navi01 a{ background-position: -20px -40px; }
#navi01 a:hover  { background-position: -20px -80px; }
#navi01 a:active { background-position: -20px 120px; }

#navi02 a:link,
#navi02 a:visited{ background-position: -130px   0  ; }
#page02 #navi02 a{ background-position: -130px -40px; }
#navi02 a:hover  { background-position: -130px -80px; }
#navi02 a:active { background-position: -130px 120px; }

#navi03 a:link,
#navi03 a:visited{ background-position: -240px   0  ; }
#page03 #navi03 a{ background-position: -240px -40px; }
#navi03 a:hover  { background-position: -240px -80px; }
#navi03 a:active { background-position: -240px 120px; }

#navi04 a:link,
#navi04 a:visited{ background-position: -350px   0  ; }
#page04 #navi04 a{ background-position: -350px -40px; }
#navi04 a:hover  { background-position: -350px -80px; }
#navi04 a:active { background-position: -350px 120px; }

#navi05 a:link,
#navi05 a:visited{ background-position: -460px   0  ; }
#page05 #navi05 a{ background-position: -460px -40px; }
#navi05 a:hover  { background-position: -460px -80px; }
#navi05 a:active { background-position: -460px 120px; }

#navi06 a:link,
#navi06 a:visited{ background-position: -570px   0  ; }
#page06 #navi06 a{ background-position: -570px -40px; }
#navi06 a:hover  { background-position: -570px -80px; }
#navi06 a:active { background-position: -570px 120px; }

#navi07 a:link,
#navi07 a:visited{ background-position: -680px -460px; }
#page07 #navi07 a{ background-position: -680px -460px; }
#navi07 a:hover  { background-position: -680px -460px; }
#navi07 a:active { background-position: -680px -460px; }

#navi08 a:link,
#navi08 a:visited{ background-position: -790px   0  ; }
#page08 #navi08 a{ background-position: -790px -40px; }
#navi08 a:hover  { background-position: -790px -80px; }
#navi08 a:active { background-position: -790px 120px; }



.go_top{
	width: 146px;
	height: 21px;
	overflow: hidden;
	margin: 10px 0 0 500px;
	text-indent: -9999px;
}

.go_top a{
	display: block;
	width: 146px;
	height: 21px;
	background: url('../images/go2top.jpg') no-repeat;
}

/********************
Items boxes
********************/
#items{
	width: 640px;
	border: 5px solid #999;
	margin: 10px 0;
	font-size: 85%;
}

#items li{
	display: inline;
	float: left;
	width: 200px;
	height: 170px;
	margin: 10px 0 5px 10px;
}

.item_name{
	border-top: 2px solid #999;
}

.i_name{
	float: left;
	padding: 0 0 0 5px;
}

.i_name a{
	color: #cf6b00;	
}

.i_id{
	float: right;
	padding: 0 5px 0 0;
}


/********************
詳細リンクボタン
********************/
.more_info{
	width: 245px;
	height: 27px;
	margin: 1em 0 0 0;
	padding: 0 0 3em 405px;
	border-bottom: 1px solid #999;
}



