?@charset "UTF-8";

/*------------------
 shop contents
------------------*/
#shop {
	margin:8px 0;
}

#shop .memo{
	padding:0px;
	margin:10px;
	line-height:150%;
}

#shop .memo p{
	margin:5px 0;
	padding-left:10px;
}

#shop .infobox .infoboxhead{
	margin-top:10px;
	width:490px;
	height:10px;
	_marign:0;
	background:#fff url(./img/infoboxhead.gif) bottom no-repeat;
}

#shop .infobox .infoboxbody{
	width:450px;
	_width:490px;
	margin:0;
	padding:20px;
	line-height:150%;
	background: #fff url(./img/infoboxbody.gif) repeat-y;
}

#shop .infobox .infoboxbody:after{clear: both; display: block; content: "."; visibility: hidden; height: 0;}


#shop .infobox .infoboxfoot{
	width:490px;
	height:11px;
	margin-bottom:15px;
	background:url(./img/infoboxfoot.gif) top no-repeat;
}


#shop .infobox p{
	margin:15px 0 0 0;
}

#shop .infobox hr{
	margin-top:5px;
	width:450px;
	border:#f3edd4 solid 1px;
}

.txtleft{
	float:left;
	width:230px;
}

.txtright{
	float:right;
	width:200px;
}

.txtttl{
	color:#462f13;
	font-size:14px;
	padding:0 5px;
	border-left:3px solid #cc3300;
	margin:5px 0;
}



#shop table.infotbl{
	margin:5px 0;
	padding:5px;
	border:1px solid #b18a5e;
}

#shop .infotbl th{
	background-color:#f3edd4;
	padding:10px 5px;
	border:1px solid #b18a5e;
	text-align:center;
}

#shop .infotbl td.row_w{
	padding:10px 5px;
	background-color:#ffffff;
	border:1px solid #b18a5e;
}

#shop td.row_b{
	padding:5px;
	background-color:#b18a5e;
	border:1px solid #b18a5e;
	color:#ffffff;
	text-align:center;
}

#shop .warning{
	border:1px solid #cc3300;
}

#shop .cartbtn{
	width:470px;
	text-align:right;
}

#shop .buyfrm{
	width:400px;
	border:#996633 solid 2px;
}

/*--------------------
shop side
---------------------*/

#side_menubox ul{
	padding:0 10px;
}

#side_menubox li{
	color:#663300;
	padding:5px 0;
}

#side_menubox li a,
#side_menubox li a:visited{
	text-indent: -9999px;
	overflow: hidden;
	width: 150px;
	height:25px;
	display: block;
}

#side_menubox li#menu01 a{
	background:url(./img/btn_m_shop.gif) no-repeat 0 0;
	width: 150px;
}
#side_menubox li#menu01 a:hover{
	background-position: 0 -25px;
}

#side_menubox li#menu02 a{
	background:url(./img/btn_m_use.gif) no-repeat 0 0;
	width: 150px;
}
#side_menubox li#menu02 a:hover{
	background-position: 0 -25px;
}

#side_menubox li#menu03 a{
	background:url(./img/btn_m_eat.gif) no-repeat 0 0;
	width: 150px;
}
#side_menubox li#menu03 a:hover{
	background-position: 0 -25px;
}

#side_menubox li#menu04 a{
	background:url(./img/btn_m_cart.gif) no-repeat 0 0;
	width: 150px;
}
#side_menubox li#menu04 a:hover{
	background-position: 0 -25px;
}

/* 200808 add */
#side_menubox li#menu11 a{
	background:url(./img/btn_m_send.gif) no-repeat 0 0;
	width: 150px;
}
#side_menubox li#menu11 a:hover{
	background-position: 0 -25px;
}


/*-------------------------------
 override
-------------------------------*/

#side #side_menuhead{
	background: #fff url(./img/side_head.gif) top no-repeat;
}

#gnavi li#gnavi_shop a{
	background:url(../common/img/gnavi_shop.gif) no-repeat 0 -50px;
	width: 123px;
}

/*-------------------------------
 ttl
-------------------------------*/
#contents h3#boxttl01{
	background: url(img/ttl01.gif) no-repeat;
}

#contents h3#boxttl02{
	background: url(img/ttl02.gif) no-repeat;
}

#contents h3#boxttl03{
	background: url(img/ttl03.gif) no-repeat;
}

#contents h3#boxttl04{
	background: url(img/ttl04.gif) no-repeat;
}

#contents h3#boxttl05{
	background: url(img/ttl05.gif) no-repeat;
}

#contents h3#boxttl11{
	background: url(img/ttl11.gif) no-repeat;
}


div .center{
	padding:20px 0 10px 0;
	width:450px;
	text-align:center;
}

/*-------------------------------
 shop curry_menu add 2009.08
-------------------------------*/
#contents div.curry_box{
	margin-top:10px;
	width:480px;
}

#contents div.curry_box div.curry_box_left{
	margin:0px;
	padding:0px;
	width:256px;
	float:left;
}

#contents div.curry_box div.curry_box_right{
	margin:0px;
	padding:0px;
	width:224px;
	float:right;
}

#curry_box:after{clear: both; display: block; content: "."; visibility: hidden; height: 0;}
