
/*******************************************
MENU
-------------------------------------------
contents
********************************************/
/*===========================================
body
===========================================*/
#body {
	width:925px;
	padding:10px 0px 0px 24px;
}
/*===========================================
left
===========================================*/
#left {
	float:left;
	margin-right:-100%;
	width:185px;
}
#left ul {
	background-color:#F5F3EE;
}
/*===========================================
menu1
===========================================*/
#menu1 {
	width:185px;
}
#menu1 li{
	list-style-type:none;
}
#menu1 li a {
	display:block;
	list-style-type:none;
	padding:10px 0 5px 10px;
	text-decoration: none;
	color: #505050;
	background-image: url(../images/shop/menu1_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:175px;
}
#menu1 li a:hover {
	color: #f09600;
	text-decoration: none;
}
#menu1 li li a {
	padding:2px 0 3px 50px;
	background-image: url(../images/shop/menu2_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:135px;
}
#menu1 li li a:hover {
	padding:2px 0 3px 50px;
	background-image: url(../images/shop/menu2_back_hover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:135px;
}
#menu1 li li.kitaku a {
	color: #f09600;
	background-image: url(../images/shop/menu2_back_hover.gif);
}
/*===========================================
right
===========================================*/
#right {
	float:right;
	margin-left:185px;
	width:740px;
}
#subnavi {
	float:left;
	width:180px;
}
#subnavi h3 {
	padding:10px 20px 10px 15px;
}
#subnavi ul {
	padding:10px 20px 10px 15px;
	border-bottom:1px solid #E5E5E5;
}
#subnavi li {
	padding-bottom:5px;
	list-style-type:none;
}
#subnavi a:link {
	color: #0000CC;
	text-decoration: none;
}
#subnavi a:visited {
	color: #0000CC;
	text-decoration: none;
}
#subnavi a:hover {
	color: #F05000;
	text-decoration:underline;
}
#subnavi p {
	font-size:10px;
	padding:10px 20px 10px 15px;
}
/*===========================================
main
===========================================*/
#main {
	float:left;
	border-right:1px solid #E5E5E5;
	width:549px;
	padding-left:10px;
}
#main h2 {
	font-size:18px;
	padding:15px 10px 0;
	border-left:5px solid #ef9500;
	font-weight: bold;
}
#main .info {
	font-size:11px;
	padding:5px 10px 10px;
	border-left:5px solid #ef9500;
	margin-bottom:20px;
	font-weight: bold;
}
#main h3 {
	font-size:13px;
	padding:5px 10px;
	border-left:5px solid #EF9500;
	margin:30px 0 10px 0;
}
.h3_bottom {
	border-top:1px solid #E5E5E5;
	width:530px;
	padding-bottom:20px;
}
#main_visual {
}
#main_visual img {
	float:left;
	margin-bottom:10px;
}
#main_visual img.small{
	margin-left:10px;
}
#main ul {
	padding:10px 15px 10px 15px;
}
#main li {
	padding-bottom:5px;
	list-style-type:none;
}
p.shopcap{
	font-size: 14px;
	width:530px;
	line-height: 1.4em;
}
/*===========================================
sakelist
===========================================*/
.sakelist {
	float:left;
	width:178px;
	width:170px;
	margin:0 8px 0 0;
	padding-bottom:20px;
	height:auto;
	_height:350px;
}
/***** ie7 only ****/
/*
*+html .sakelist {
	height:auto;
}
*/

/***** ie7,firefox,safari only ****/
html[xmlns] .sakelist {
	padding-bottom:40px;
} 



.sakelist img {
	width:170px;
}
.sakelist h4 {
	font-size:12px;
	width:160px;
	padding-bottom:20px;
}
.sakelist p { font-size:12px; width:170px; padding-top:16px; height:170px; overflow: auto; _height:260px; }


/***** ie7,firefox,safari only ****/
html[xmlns] .sakelist p { height:170px; overflow: auto; } 

/***** ie7 only ****/
*+html .sakelist p { height:170px; overflow: scroll; }



/*===========================================
matrix
===========================================*/
.matrix {
	text-align: left;
	width:530px;
	margin-bottom:30px;
/*	padding-bottom:30px;*/
}
.matrix th {
	font-weight: normal;
	padding: 4px 10px;
	vertical-align:top;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	font-size:12px;
}
.matrix td {
	padding: 4px 10px;
	vertical-align:top;
	border-bottom:1px solid #E5E5E5;
	font-size:12px;
}
.matrix a {
	text-decoration: none;
	color:#EF9500;
}
.matrix a:hover {
	text-decoration:underline;
	color: #F05000;
}
/*===========================================
pagetop
===========================================*/
.pagetop {
	padding:15px 15px 20px 0;
}

