@charset "shift_jis";



/* conntents----------------------------------------------------- */
#contents {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(../../img/common/contents_bk.gif);
	border-bottom: #FF9900 2px solid;
}

#main {
	width: 800px;
	margin: 30px auto 0 auto; 
	padding: 0 0 0 0;
	background: url(../../img/common/main_bk.gif) repeat-y right;
}

#pagetop {
	margin: 0 auto;
	padding:20px 30px 0 0;
	width:770px;
	height:50px;
	text-align:right;
	background: url(../../img/common/contents_under.gif) no-repeat right;}

h2 {
	width: 110px;
	height: 110px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	text-indent: -9999px;
	background: url(../img/h2_title.gif) no-repeat;
	float: left;
}

h3 {
	width: 444px;
	height: 110px;
	margin: 0 0 0 190px;
	padding: 0 0 0 0;
	display: block;
	text-indent: -9999px;
	background: url(../img/h3_title.gif) no-repeat center;
}

h3.index02 {	background: url(../img/h3_title02.gif) no-repeat center;}
h3.index03 {	background: url(../img/h3_title03.gif) no-repeat center;}
h3.index04 {	background: url(../img/h3_title04.gif) no-repeat center;}
h3.index05 {	background: url(../img/h3_title05.gif) no-repeat center;}



/* item list----------------------------------------------------- */
#item_list {
	width: 580px;
	margin: 0;
	padding: 0;
	float: right;
}

#item_list p{
	line-height: 1.2em;
}

#item_box {
	margin: 10px 15px 10px 0;
	padding: 5px;
	width:165px;
	height:197px;
	float:left;
	background: url(../img/item_box.gif);
}

#item_box p{
	font-size:12px;
}

#item_box_new {
	margin: 10px 15px 10px 0;
	padding: 5px;
	width:165px;
	height:197px;
	float:left;
	background: url(../img/item_box_new.gif);
}

#item_box_new p{
	font-size:12px;
}

h4.item_name {
	margin: 0 0 5px 0;
	font-size:12px;
	line-height:1.2em;
	border-bottom:#F90 1px solid;}


#subnavi {
	width:178px;
	margin:0 0 0 34px;
}
	
#subnavi ul {
	height:300px;
	margin:0;
	padding:40px 0 0 0;
	list-style:url(../../img/common/arrow.gif);
	background:url(../img/subnavi_bk.gif) no-repeat;
}

#subnavi ul li{
	width:85px;
	height:30px;
	margin:15px 0 0 40px;
	padding:0 0 0 10px;
	border-bottom:#F60 1px solid;
}

#subnavi ul li.end{
	border-bottom: none;
}



