@charset "utf-8";


/*ブラウザスタイルの初期化*/


body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",san-serif;
}


/*font-size初期化*/


body {
	font-size: 10px;


}


/*border初期化*/
/*margin　paddingプロパティ追加*/


img,object {
	margin: 0;
	padding: 0;
	border: 0;
}


/*table設定*/


table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*テキスト設定*/


p {
	text-align: justify;
	text-justify: distribute;
}


/*clearfix*/
/*height0.1px font-size0.1em追加*/


.clearfix:after, div:after {
    content: "."; 
    display: block; 
	height: 0.1px;  
	font-size: 0.1em;  
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/


/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


/*ロールオーバーもどき*/


/*a:hover img {
	opacity : 0.8;
	filter: alpha(opacity=80);
}*/




body {
	text-align: center;
	background-color: #FFF;
	color: #fff;
}


a {
	text-decoration: none;
	cursor: pointer;
} 


a:link {
	text-decoration: none;
	color: #66290B;
}


a:visited {
	text-decoration: none;
	color: #66290B;
}


a:hover, a:active {
	text-decoration: none;
	color: #000;
}


/**************************************
*               header
**************************************/


div#wrapper {
	margin: 0 auto;
	width: 824px;
}


div#header {
	width: 800px;
	padding: 12px 12px 0;
	background: transparent url(http://www.maruman-miso.com/shop/img/header_bg.gif) no-repeat scroll left top;
}


div#header ul {
	margin: 5px 0;
	list-style-type:none;
	font-size: 1.2em;
}


div#header ul li {
	float: left;
	margin-bottom: 5px;
	padding: 5px 23px;
	border-left: 1px #999 solid;
}


div#header ul li.gnaviLeft {
	border-left: none;
}


/**************************************
*               content
**************************************/


div#container {
	width: 800px;
	padding: 0 12px 10px;
	background: transparent url(http://www.maruman-miso.com/shop/img/cont_bg.gif) repeat-y scroll left top;
}


div#content {
	float: right;
	width: 630px;
}


div#content p.mainimg {
	margin: 0 0 10px;


}


div#content p.guideimg {
	margin: 0 0 10px;
}


div#content h3 {
	width: 610px;
	height: 23px;
	margin-bottom: 5px;
	padding: 7px 0 5px 20px;
	background: transparent url(http://www.maruman-miso.com/shop/img/cont_cap.gif) no-repeat scroll left top;
	text-align: left;
	font-size: 1.4em;
	color: #FFF;
}


div#content div.topMioso {
	width: 625px;
	margin: 0 5px 0 0;
}


div#content div.topMiso div.MisoPart {
	float: left;
	width: 205px;
	margin: 0 5px 0 0;
}


div#content div.topMiso div.MisoPart p {
	text-align: right;
	font-size: 1.3em;
	color: #666;
}


div#content div.topVine {
	width: 630px;
	margin: 0;
}


div#content div.topVine div.VinePart {
	float: left;
	width: 150px;
	margin: 0 7px 0 0;
}


div#content div.topVine div.VinePart p {
	text-align: right;
	font-size: 1.3em;
	color: #666;
}


div#content div.topVoice div.news {
	background-color:transparent;
	border:1px solid #999999;
	overflow:auto;
	padding:5px;
}


div#content div.shopFlow {
	width: 630px;
	background: transparent url(http://www.maruman-miso.com/shop/img/shop_flowbg.gif) no-repeat scroll left bottom;
	color: #333;
}


div#content div.shopFlow h3 {
	width: 610px;
	height: 23px;
	margin-bottom: 3px;
	padding: 7px 0 5px 20px;
	background: transparent url(http://www.maruman-miso.com/shop/img/shop_flowcap.jpg) no-repeat scroll left top;
	text-align: left;
	font-size: 1.4em;
	color: #FFF;
}


div#content div.shopFlow p.flowCap {
	width: 290px;
	height: 15px;
	margin-left: 10px;
	padding: 3px 0 5px;
	background: transparent url(http://www.maruman-miso.com/shop/img/flow_cap.jpg) no-repeat scroll left top;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}


div#content div.shopFlow dl {
	text-align: left;
	margin: 0 0 20px 10px;
	font-size: 1.2em;
}


div#content div.shopFlow dl dt {
	border-left: 5px #66290B solid;
	margin: 5px 0;
	padding: 3px 0 3px 10px;
}


div#content div.shopFlow dl dd {
	border: none;
}


div#content div.shopFlow div.deli {
	float: left;
	width: 300px;
}


div#content div.shopFlow div.pay {
	float: right;
	width: 300px;
	padding-right: 10px;
}


div#content div.shopFlow div.inquire {
	float: right;
	width: 300px;
	padding-right: 10px;
}


/**************************************
*               iframe
**************************************/


iframe {
	width: 612px;
	height: 200px;
}


div.iframe-inner {
	width: 612px;
	font-size:1.2em;
	line-height:1.4;
	color:#000;
}


div.iframe-inner dl dt {
	width: 200px;
	clear:both;
	float:left;
	margin-bottom:3px;
	padding:2px;
	text-align: left;
}


div.iframe-inner dl dd {
	margin-bottom:3px;
	margin-left:5em;
	padding:2px;
}


/**************************************
*               sidebar
**************************************/


div#sidebar {
	float: left;
	width: 160px;
	margin: 0;
}


div#sidebar ul {
	margin: 2px 0;
	list-style-type: none;
	border-top: 2px #999 solid;
	border-left: 2px #999 solid;
	border-right: 2px #999 solid;
	border-bottom: 1px #999 solid;
	font-size: 1.4em;
	text-align: left;
}


div#sidebar ul li {
	width: 151px;
	margin: 0;
	padding: 3px 0 3px 5px;
	border-bottom: 1px #999 solid;
}


iframe.califrame {
	width: 160px;
	height: 600px;
	margin-left: 1px;
}
/**************************************
*               class
**************************************/


div#content div.subject {
	width: 630px;
	margin: 0 0 10px;;
}


div#content div.subject div.item {
	float: left;
	width: 151px;
	margin: 0 4px 20px 0;
	border: 1px #999 solid;
	text-align: left;
}


div#content div.subject div.item img {
	width: 143px;
	height: 143px;
	margin: 3px;
}


div#content div.subject div.item h5 {
	width: 143px;
	margin: 3px 3px;
	font-size: 1.3em;
	color: #069;
	line-height: 1.3em;
}


div#content div.subject div.item dt {
	width: 143px;
	margin: 3px 3px;
	font-size: 1.3em;
	color: #000;
	line-height: 1.3em;
}


div#content div.subject div.item dd {
	width: 149px;
	margin: 0 1px 1px;
	background-color: #F0F0F0;
	font-size: 1.3em;
	color: #C00;
}


div#content div.subject div.item dd span {
	font-size: 0.8em;	
	color: #666;
}


/**************************************
*               goods
**************************************/


div#content h3.goodsCap {
	width: 610px;
	height: 30px;
	margin-bottom: 5px;
	padding: 20px 0 5px 20px;
	background: transparent url(http://www.maruman-miso.com/shop/img/goods_cap.gif) no-repeat scroll left top;
	text-align: left;
	font-size: 1.4em;
	color: #FFF;
}


div#content img.goodsHr {
	margin: 15px 0 10px;	
}


div#content div.goods {
	width: 610px;
	margin: 0 10px 10px;
	text-align: left;
}


div#content div.goods div.goodsLeft {
	float: left;
	width: 300px;
}


div#content div.goods div.goodsLeft img {
	margin: 0 0 10px;
}


div#content div.data {
	width: 298px;
	border: 1px #000 solid;
}


div#content div.goodsLeft table {
	width: 288px;
	margin: 5px;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	color: #000;
}


div#content div.goodsLeft tr th {
	width: 70px;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 4px;
	color: #663;
	background-color: #D7D7AE;
}


div#content div.goodsLeft tr td {
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 4px;
	color: #000;
}


div#content div.goods div.goodsRight {
	float: right;
	width: 290px;
}


div#content div.goods dl {
	float: right;
	width: 300px;
	color: #000;
}


div#content div.goods dl dt {
	padding: 5px 0 5px 10px;
	background-color: #CCC;
	color: #000;
	font-size: 1.2em;
}


div#content div.goods dl dd {
	padding: 5px 0 5px 5px;
	color: #000;
	font-size: 1.4em;
}


div#content div.goods div.cart-up {
	float: right;
	width: 230px;
	padding: 10px 0 0 70px;
	background: transparent url(http://www.maruman-miso.com/shop/img/cart_bgup.gif) no-repeat scroll left top;
	color: #000;
}


div#content div.goods div.cart-bottom {
	float: right;
	width: 260px;
	padding: 0 20px 10px;
	background: transparent url(http://www.maruman-miso.com/shop/img/cart_bgbottom.gif) no-repeat scroll left bottom;
	color: #000;
}


div#content div.goods div.cart-up p {
	padding: 0 0 10px 30px;
	font-size: 1.2em;
}


div#content div.goods div.cart-bottom p {
	height: 1.2em;
	padding: 0 0 10px 40px;
	font-size: 1.2em;
}


div#content div.goods div.cart-bottom p input {
	width: 2em;
	height: 1em;
	margin-left: 12px;
}


div#content div.goods div.cart-bottom p select {
	width: 8em;
	height: 1.5em;
	margin: 0 0 0 4px;
}


/**************************************
*               footer
**************************************/
div#footer {
	width: 800px;
	padding: 0 12px;
	background: transparent url(http://www.maruman-miso.com/shop/img/footer_bg.gif) no-repeat scroll left bottom;
}


div#footer img {
	padding: 10px 0;
}


div#footer ul {
	list-style-type:none;
	font-size: 1.2em;
}


div#footer ul li {
	float: left;
	margin-bottom: 5px;
	padding: 5px 23px;
	border-left: 1px #999 solid;
}


div#footer ul li.gnaviLeft {
	border-left: none;
}


dd span.red {color:#FF0000;}

