@charset "Shift_JIS";

/* ショッピングメニュー
==================== */
#shop_menu{
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 800px;
	left: auto;
	right: auto;
	height: 20px;
}

#shop_menu li{
	float: right;
	padding-left: 5px;
	white-space: nowrap;
	display: list-item;
}

/*
#shop_menu li a.cart {
	background-image: url(../img/look_cart.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 110px;
}
*/

#search_navi {
	display: block;
	width: 100%;
	left: auto;
	right: auto;
	height: auto;
	margin: 0;
	padding-top: 3px;
/*	color: #5A781D;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #CDE699; */
}

#search_navi li{
	float: left;
	margin-right: 10px;
	padding-left: 11px;
	white-space: nowrap;
	background-image: url(../img/v_line_g.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	display: list-item;
}
#search_navi li.first{
	float: left;
	margin-right: 10px;
	padding-left: 0px;
	background-image: none;
	white-space: nowrap;
	display: list-item;
}
#search_navi li.second{
	float: left;
	margin-right: 10px;
	padding-left: 11px;
	white-space: nowrap;
	background-image: url(../img/v_dots_g.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	display: list-item;
}

#search_navi2 {
	display: block;
	width: 600px;
	margin: 0;
	padding-top: 3px;
	padding-bottom:3px;
}
#search_navi2 ul{
	margin-top:10px;
}
#search_navi2 li{
	float: left;
	padding-left: 30px;
	line-height:25px;
	width:160px;
	display: list-item;
	list-style-type:circle;
	list-style-position:inside;
	margin-bottom:10px;
}
#search_navi2 a{
	text-decoration:underline;
}
#search_navi2 hr{
	clear:left;
	background-color:#CDE699;
	border:none;
	height:1px;
}


/*table.item_img{
	border-collapse:collapse;
	border: 1px solid #999;
	padding: 0px;

	background-image: url(../img/v_line_g.gif);
	background-repeat: no-repeat;
	background-position: 40px;

}*/

#item_gazou{float:left;width:420px;}
#item_price{float:right;width:200px;}
#item_desc{ clear:both;}

table.item_img td{
	border: 1px solid #999;
	padding: 0px;
}

table.item_img3 {
width:408px;
table-layout:fixed;
}

table.item_img3 td{
	border: 1px solid #999;
	padding: 3px;
}

table.item_img3 img{
    max-width:400px;
    max-height:400px;
}

table.item_img3 img.thumb{
    max-width:70px;
    max-height:75px;
	margin: 2px;
	padding:0px;
}

h1{
    color:#5A781D;
	font-size:18px;
	margin-bottom:5px;
}
h2{
    color:#5A781D;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5A781D;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: groove;
	border-left-color: #5A781D;
	font-weight: normal;
}

/*スペック*/

table.item_spc{
	width:600px;
	border: 1px solid #CCCCCC;
	margin:auto;
}
table.item_spc th{
	width:120px;
	border: 1px solid #CCCCCC;
	background-color:#F2EBCC;
	color:#666666;
	text-align:left;
	padding:5px 10px;
	font-weight:normal;
	vertical-align:middle;
}
table.item_spc th img{
	float:right;
	margin-left:5px;
	display:inline;
}
table.item_spc td{
	width:480px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:#666666;
	padding:5px 10px;
	line-height:160%;
	text-align:left;
}

/*商品説明*/

table.itemDesc{
	width:600px;
	border: 1px solid #CCCCCC;
	margin:auto;
}
table.itemDesc td{
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	color:#999999;
	padding:5px 10px;
	line-height:160%;
	text-align:left;
}

/* 幅再設定 */
#cover{
	text-align:left;
	width: 800px;
}
#division{float:right;position:relative;z-index:2;width:620px;}
#main{float:left;width:430px;margin:0px;}

#header{
	width: 800px;  
	height:100px;
}
#header #catmenu{
	top:70px;
	left: 100px;
}
#header #catch_itemvolume {
	top: 45px;
	left: 680px;
	width: 120px;
}