/* 各要素のmargin,paddingの正規加*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0;}


/* ul, ol要素のlist-styleを削除*/
ol, ul{ list-style: none;}

/* table要素のセルのボーダーとボーダーの間隔を0に*/
table
{ border-collapse: collapse; }

/* fieldsetやimg要素のボーダーを削除 */
fieldset, img
{ border: 0; }

body{
    background-image:url(../index-img/base.gif);
    background-repeat: repeat-x;
	}

#wrap {
    height: auto;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
}

#branding {
    height: auto;
    width: 900px;
    margin: 10px;
}


/* menuタグ */

.menu{
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	font-family: Arial;
}

.menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background-color: black;
	background-image: url(../menu-img/indentbg.gif);center center repeat-x;
	}

.menu ul li{
    display: inline;
}

.menu ul li a{
	float: left;
	color: #4D3209; /*text color*/
	padding: 8px 14px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.menu ul li a:visited{
	color: #4D3209;
}

.menu ul li a:hover, .menu ul li .current{
	color: #4D3209 !important; /*text color of selected and active item*/
	padding-top: 9px; /*shift text down 1px for selected and active item*/
	padding-bottom: 7px; /*shift text down 1px for selected and active item*/
	background: black url(../menu-img/indentbg2.gif) center center repeat-x;
}


/* コンテンツ */
#content{
	height: auto;
	width: 900px;
	background-color: #fff;
	float: left;
	padding: 10px;
}


/* トップイメージ画像 */
#top-image {
	height: auto;
	width: 900px;
}

/* メイン */
#main {
	height: auto;
	width: 900px;
}


/* 十五穀米詳細 */
.itemBox {
	width:440px;
	height: auto;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #690;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: none;
}

.itemBox1 {
	width:440px;
	height: auto;
	float: left;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	clear: none;
	background-image: url(../index-img/Ice.gif);
	background-repeat: repeat-xy;
}

.itemPhoto {
	text-align: center;
	width: 90px;
/*	height: 90px;*/
	height: 110px;
	margin: 0;
	clear: none;
	float: left;
	padding: 0;
}

.itemPhoto1 {
	text-align: center;
	width: 190px;
	height: 190px;
	margin: 0;
	clear: none;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}

.itemTitle {
	width: 340px;
	height: 30px;
	padding: 0;
	margin: 0;
	float: right;
	clear: none;
	text-align: left;
}

.itemText {
	width: 340px;
	height: auto;
	padding: 0;
	margin: 0;
	float: right;
	clear: none;
	font-size: small;
	line-height: 140%;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
}


/* サイトインフォ */
#site_info {
	font-size: small;
	clear: both;
	text-align:center;
	height: 30px;
	width: 100%;
	background-color: #C4A67A;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-top: 10px;
}


#tamino-prof {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: none;
}


/* 注文詳細 */

#shopping-item {
	height: 330px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#shopping-box0 {
	height: 310;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#shopping-box {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#shopping-box ul li p {
	font-size: medium;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	line-height: 120%;
}

.item-image {
	float: left;
	height: 300px;
	width: 300px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.item-image2 {
	height: 120px;
	width: 420px;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
}

.item-image3 {
	height: auto;
	width: 420px;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
}


#.outline {
	border-collapse:separate;
	border:#CCC
	}


.outline th {
	width:120px;
	font-size:medium;
	height: 26px;
	color: #666;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #690;
	padding-left: 10px;
}

.outline td {
	width:250px;
	font-size:medium;
	height: 26px;
	color: #666;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #690;
	padding-left: 10px;
}

#main ul li p {
	font-size: medium;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 120%;
	padding-left: 20px;
}

/* 15grins top page 2010-04-05: GSC.okamura */

#shopping-contents-base{
	height: 300;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.item-image-15top {
	float: left;
	height: 300px;
	width: 250px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.item-image2-15top {
	height: 230px;
	width: 700px;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
}

.item-image3-15top {
	height: auto;
	width: 490px;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
}

.item-image2-15top p{
margin: 0px;
padding:5px;
}

.item-image2-15top img{
margin: 0px;
padding:0px;
}

.item-image2-15top li{
	margin:	0px;
	padding:3px 0px 3px 0px;
	line-height:1px;
	vertical-align:middle;
}

#shopping-cvoice {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#shopping-cvoice li{
	font-size: medium;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	line-height: 120%;
}

#shopping-contents-tbox{
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding:7px 0px 2px 0px;
}

.item-image-photo {
	float: left;
	height:210px;
	width: 250px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding:0px 0px 5px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
.item-tbox {
	width:520px;
	height:auto;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
}

#gohan-contents-box1{
	height: 210px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding:7px 0px 2px 0px;
	vertical-align:middle;
	border-top:dashed 1px #690;
	border-bottom:dashed 1px #690;

	}

#gohan-contents-box2{
	height: 210px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding:7px 0px 2px 0px;
	vertical-align:middle;
	border-bottom:dashed 1px #690;
	}
	
#gohan-contents-box3{
	height: 210px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding:7px 0px 2px 0px;
	vertical-align:middle;
	border-bottom:dashed 1px #690;
}
	
.gohan-image {
	float: left;
	height: 210px;
	width: 250px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.gohan-text {
	float: left;
	height: 210px;
	width: 500px;
	text-align:left;
	vertical-align:middle;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.gohan-text h1{
	margin:	0px;
	padding:20px 0px 10px 0px;
	vertical-align:middle;
	font-size:110%;
}

.gohan-text p{
	margin:	0px;
	padding:10px 0px 10px 0px;
	vertical-align:middle;
}

object,embed{
vertical-align:top;
}

a img{
	border:none;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

/* 2009-05-19: GSC.Takahashi */
/* 個人情報に関する取り組み  */
/* 特定商取引法に基づく表記  */
/* 個人情報に関する取り組み  */
#privacy , #law, #notice {
	width: 95%;
	color: #666;
}
#privacy dl, #privacy dd , #law dl, #law dd  {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: medium;
	font-weight: normal;
	color: #666;
}
#footer {
	font-size: small;
	float:right;
	color: #C4A67A;
}
#footer a , #footer a:link, #footer a:visited {
	color: #C4A67A;
}

/*2010-4-20: GSC.Takahashi */
/* 商品一覧 */
dl.item_price_dl, dl.item_price_dl dt, dl.item_price_dl dd{
	font-size:medium;
	font-weight:normal;
}
dl.item_price_dl dd{
	margin-left:1em;
	margin-bottom:0.5em;
}

