@charset "utf-8";


/* ==================================
基本CSS
================================== */


* {
	margin: 0;
	padding: 0;
	font-size: medium;
	line-height: 1.0;
        letter-spacing: 1px;
}
th,,tr,td {
	margin: 0;
	padding: 0;
}

a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none;}
a:hover { color: #000000; text-decoration: none;}

a {
	font-size: 1em;
}

a img {
	border: none;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	text-align: center;
}

.red{
        color: #cc3333;
	font-size: 1em;
	line-height: 1.3;
}

.gray{
        color: #999999;
	font-size: 1em;
	line-height: 1.3;
}
h1 {
	width: 300px;
	float: left;
}

h2 {
	margin: 0 0 0 0px;
}
#index h2 {
	margin: 0;
}

/*QRコード*/
#index div#rightBox p#qrcode {
	margin: 38px 0 0 20px;
}
/**/
#signBox {
	width: 198px;
	background: #FCFCFC;
	border: 1px solid #5c5c5c;
        margin:10px 0;
	text-align: center;
}

#signBox p {
	font-size: 0.7em;
	margin: 0px 0px 8px 12px;
	line-height: 1.2;
	text-align: left;
}


#topics div.entryBox h3,#topics div#monthBox h3 {
	font-size: 0.875em;
	color: #000000;
	margin: 12px 0 10px 0px;
	padding: 1px 10px 0px 5px;
        border-left: 5px solid #ff9900;
}


#topics div#leftBox h3 {
	width: 190px;
	font-size: 0.8125em;
        font-weight: normal;
	color: #FFFFFF;
	background: url(../../../images/bg_slant01.gif) repeat 0px 0px;
	margin: 0;
	padding: 4px 0px 3px 10px;
}

#topics div.entryBox h3 a:link { color: #000000; text-decoration: none;}
#topics div.entryBox h3 a:visited { color: #666666; text-decoration: none;}
#topics div.entryBox h3 a:hover { color: #000000; text-decoration: none;}


.clear {
	clear: both;
}
.small{
        font-size: 0.8em;
}

#wrapper {
	width: 792px;
	margin: 20px auto;
	text-align: left;
	background: url(../../../images/bg_mid.jpg) repeat-y;
}

div#containerHeader{
	height:12px;
	width:792px;
        margin: 0px;
	background:url(../../../images/bg_header.jpg) no-repeat;
	}

#header {
	width: 782px;
	margin: 0 0 0 6px;
	overflow: hidden;
}

#header div {
	width: 460px;
	float: left;
	padding: 0;
}

#header p {
	font-size: 0.6875em;
	line-height: 1.2;
	text-align: right;
}

#header ul {
	list-style: none;
	float: right;
	margin: 6px 0 2px 0;
}
#header li {
	float: left;
}


#content {
	width: 750px;
	margin: 0 0 20px 6px;
        padding: 0 15px;
	overflow: hidden;
}

#reflection{
        height: 15px;
	background: url(../../../images/bg_toppromo.jpg) repeat-x;
        vertical-align:bottom
}

#leftBox {
	width: 200px;
	float:right;
        margin: 0px 0px 0 15px;
}

#centerBox {
	width: 400px;
	float: left;
        margin: 0px 0 0 0px;
}

#mainBox {
	width: 535px;
	float: left;
        margin: 0px;
        padding: 0px;
	overflow: hidden;
}

/* カートフラッシュ */
p#cartfla{
        margin: 0 0 10px 0;
	overflow: auto;
}

/* ガイドボタン */

#guidebtn {
	width: 200px;
	text-indent: -9999px;
        margin: 0 0 10px 0;
	overflow: auto;
}
#guidebtn a {
	display: block;
	width: 200px;
	height: 50px;
	background: url(../../../images/btn_guide.jpg) no-repeat 0px 0px;
	text-decoration: none;
	outline: 0;
}

#guidebtn a { background-position: 0px 0px;}
#guidebtn a:hover { background-position: -200px 0px;}




/* グローバルメニュー */
ul#globalMenu {
	list-style: none;
        margin: 0 0 10px 0;
}
ul#globalMenu li {
	width: 166px;
	text-indent: -9999px;
        margin: 0 0 3px 0;
}
ul#globalMenu li a {
	display: block;
	width: 200px;
	height: 30px;
	background: url(../../../images/global_menu.gif) no-repeat 0px 0px;
	text-decoration: none;
	outline: 0;
}

ul#globalMenu li#gMenu1 a { background-position: 0px 0px;}
ul#globalMenu li#gMenu2 a { background-position: 0px -30px;}
ul#globalMenu li#gMenu3 a { background-position: 0px -60px;}
ul#globalMenu li#gMenu4 a { background-position: 0px -90px;}
ul#globalMenu li#gMenu5 a { background-position: 0px -120px;}

ul#globalMenu li#gMenu1 a:hover { background-position: -200px 0px;}
ul#globalMenu li#gMenu2 a:hover { background-position: -200px -30px;}
ul#globalMenu li#gMenu3 a:hover { background-position: -200px -60px;}
ul#globalMenu li#gMenu4 a:hover { background-position: -200px -90px;}
ul#globalMenu li#gMenu5 a:hover { background-position: -200px -120px;}

/* カゴ */
#cartBox {
	border: 1px solid #999999;
	text-align: center;
	padding: 8px;
}
#cartBox p{
	font-size: 0.75em;
	margin: 6px;
	text-align: left;
}
#cartBox p span{
	font-size: 1em;
	text-align: left;
}
#cartBox p.total{
	border-top: 1px dashed #999999;
        padding: 6px 0 0 0;
}
#cartBox img{
	text-align: center;
}

/* サブメニュー */
ul#Menu2 {
	list-style: none;
        margin: 0 0 10px 0;
}
ul#Menu2 li {
        margin: 0 0 4px 0;
	font-size: 0.75em;
	line-height: 1.5;
        color: #333333;
	border-bottom: 1px dashed #999999;
        padding: 0 0 0 2px;
}
ul#Menu2 li a {
        color: #333333;
}

/* RSS FEED ボタン */
p.rssFeed {
	font-size: 0.65em;
        float:right;
	background: url(../../../images/marker_feed.gif) no-repeat 0px 2px;
}
p.rssFeed a {
	display: block;
	width: 5.5em;
	height: 16px;
	padding: 5px 0 0 20px;
}

/* インデックス キャプション */
p.txtCaption {
	font-size: 0.75em;
	line-height: 1.3;
	font-weight: bold;
	margin: 16px 0 0 0;
}

/* インデックス ピックアップ商品 */
.picupBox {
	clear: both;
	width: 535px;
	margin: 0 0 10px 0;
}
#picupTitle {
	width: 535px;
        height: 18px;
	margin: 0 0 10px 0px;
	background: url(../../../images/top_title_ci.gif) no-repeat 0px;
}
#picupTitle h2{
	text-indent: -9999px;
	font-size: 0em;
}

.picupBox img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.picupBox div.photoBox {
	width: 204px;
	float: left;
}
.picupBox div {
	width: 315px;
	float: right;
}
.picupBox h3 {
	font-size: 0.8125em;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 4px 0;
	background: url(../../../images/marker_topics.gif) no-repeat 0px;
	text-indent: 12px;
}
.picupBox div p {
	line-height: 1.5;
	font-size: 0.75em;
	margin: 0 0 4px 0;
}


/* インデックス トピックス */
#topicsBox {
	clear: both;
	width: 535px;
	margin: 0 0 0 0px;
}
#topicsTitle {
	width: 535px;
        height: 18px;
	margin: 0 0 0 0px;
	background: url(../../../images/top_title_topics.gif) no-repeat 0px;
}
#topicsTitle h2{
	text-indent: -9999px;
	font-size: 0em;
}
#topicsTitle p.rssFeed{
        height: 18px;
        margin: 0 0 0px 0;
        padding: 2px 0 0 0;
        background: url(../../../images/marker_feed.gif) no-repeat 0 0;
}
#topicsTitle p.rssFeed a{
        margin: 0 0 0 0;
	padding: 0px 0 0 20px;
}

#blogTitle {
	width: 535px;
        height: 18px;
	margin: 0 0 0 0px;
	background: url(../../../images/top_title_blog.gif) no-repeat 0px;
}
#blogTitle h2{
	text-indent: -9999px;
	font-size: 0em;
}
#blogTitle p.rssFeed{
        height: 18px;
        margin: 0 0 0px 0;
        padding: 2px 0 0 0;
        background: url(../../../images/marker_feed.gif) no-repeat 0 0;
}
#blogTitle p.rssFeed a{
        margin: 0 0 0 0;
	padding: 0px 0 0 20px;
}


#topicsBox ul {
	margin: 15px 0 16px 30px;
}
#topicsBox li {
	font-size: 0.75em;
	padding: 0 10px 0px 0;
        margin: 10px 0 10px 0;
}

/* インデックス商品紹介 */
.komeBox {
	width: 535px;
	margin: 7px 0 20px 0;
	overflow: auto;
}
#komeTitle {
	width: 535px;
        height: 18px;
	margin: 0 0 10px 0px;
	background: url(../../../images/top_title_store.gif) no-repeat 0px;
}
#komeTitle h2{
	text-indent: -9999px;
	font-size: 0em;
}

.komeBox img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.komeBox div.photoBox {
	width: 204px;
	float: left;
}
.komeBox #texb {
	width: 315px;
	float: right;
}
.komeBox h3 {
	font-size: 0.8125em;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 4px 0;
	background: url(../../../images/marker_topics.gif) no-repeat 0px;
	text-indent: 12px;
}
.komeBox #texb p {
	line-height: 1.5;
	font-size: 0.75em;
	margin: 0 0 4px 0;
}

#kindBox {
	clear: both;
	width: 315px;
	margin: 0px 0 0px 0;
}

#kindBox h5{
        color:#0193cf;
        font-size: 0.95em;
}

#hakumai{
        width: 157px;
        float: left;
	border-right: 1px solid #CCCCCC;
}

#hakumai h4{
	text-indent: -9999px;
	background: url(../../../images/top_hakumai.gif) no-repeat 0px;
        height: 39px;
}

#genmai{
        width: 145px;
        float: right;
}

#genmai h4{
	text-indent: -9999px;
	background: url(../../../images/top_genmai.gif) no-repeat 0px;
        height: 39px;
}

.kind{
        margin: 25px 0 25px 0;
}


/* 上へ戻るボタン */
p.goTop {
	font-size: 0.6875em;
	background: url(../../../images/marker_gotop.gif) no-repeat 0px 0px;
	margin: 6px 0 0px 0;
	float: right;
	clear: both;
}
p.goTop a {
	display: block;
	width: 5em;
	height: 12px;
	padding: 5px 0 0 8px;
	text-align: right;
}

/* トピックス上へ戻るボタン */
#topics p.goTop {
	font-size: 0.6875em;
	background: url(../../../images/marker_gotop.gif) no-repeat 0px 0px;
	margin: 2px 7px 0px 0;
	float: right;
	clear: both;
}
#topics p.goTop a {
	display: block;
	width: 5em;
	height: 12px;
	padding: 5px 0 0 8px;
	text-align: right;
}

div#containerFooter{
	height:12px;
	width:792px;
	background:url(../../../images/bg_footer.jpg) no-repeat center top #ffffff;
        padding: 0 0 20px 0;
	}

#footer {
	clear: both;
	width: 792px;
	overflow: hidden;
}

#ine{
	text-align: right;
	height:60px;
	width: 786px;
}

#footer address {
	float:left;
	font-size: 0.6875em;
	font-style: normal;
	letter-spacing: 1px;
	padding: 6px 0 0 24px;
        color: #999999;
}

#footer ul {
        float:right;
	list-style: none;
	margin: 0 0px 0 0px;
	padding: 4px 15px 0 0;
}

p#footerflash{
        width: 700px;
        height: 13px;
        margin: 0 0 0 55px;
	background: url(../../../images/footer.swf) no-repeat 0px 0px;
}
#footer li {
        float:left;
	font-size: 0.6875em;
	line-height: 1.3;
	border-left: 1px solid #999999;
	margin: 0;
	padding: 0 6px 0 8px;
}
#footer li a {
        color: #333333;
}




p#promo {
	width: 750px;
        margin: 0px;
}

p#topicPath {
	font-size: 0.6875em;
	margin: 10px 0 15px 0px;
}

p.readTxt {
	font-size: 0.75em;
	line-height: 1.3;
	margin: 0 0 20px 20px;
}

p#spMenuBox {
	width: 485px;
	text-align: center;
	background: url(../../../images/bg_slant_sp-menu.gif) no-repeat 0px 0px;
	margin: 20px 0 0 20px;
	padding: 30px 0 15px 0;
}

p#btnMenuRsrv {
	text-indent: -9999px;
	margin: 20px 0 20px 30px;
}
p#btnMenuRsrv a {
	display: block;
	width: 467px;
	height: 72px;
	background: url(../../../images/btn_menu_reserve.gif) no-repeat;
	text-decoration: none;
	outline: 0;
}
p#btnMenuRsrv a:hover {
	background: url(../../../images/btn_menu_reserve_ov.gif) no-repeat;
}

div.entryBox{
	clear: both;
	overflow: auto;
        margin: 0 0 0 10px;
        width: 510px;
	padding: 0 0 0 10px;
}
div.entryBox br{
	font-size: 0;
        padding:0;
        margin:0;
}

div.entryBox p {
	line-height: 1.5;
	font-size: 0.75em;
	padding: 0 0 4px 0px;
}

div.entryBox p img {
	border: 1px solid #999999;
	float: left;
	padding: 1px;
	margin: 0 20px 20px 0;
}


ul.entryDayAuthor {
	width: 500px;
	clear: both;
	list-style: none;
	border-top: 1px dashed #999999;
	margin: 10px 0 0 0;
        padding: 0 0 0 10px;
}
ul.entryDayAuthor li {
	float: left;
	font-size: 0.7em;
	margin: 6px 10px 0 0;
	display: inline;
	line-height: 1.2;
        color: #666666;
}


#leftBox ul.topicsList {
	padding: 10px 10px 10px 12px;
	list-style: none;
}
#leftBox ul.topicsList li {
	font-size: 0.75em;
	background: url(../../../images/marker_right_list.gif) no-repeat 0px 2px;
	line-height: 1.3;
	margin: 0 0 3px 0;
	padding: 0 0 0 14px;
}





/* 月別アーカイブ */

div#monthBox {
	width: 525px;
	border-bottom: 1px dashed #999999;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

div#monthBox p {
	font-size: 0.75em;
	line-height: 1.5;
	padding: 0 0 4px 10px;
}

div#monthBox ul {
	list-style: none;
}
div#monthBox li {
	font-size: 0.75em;
	line-height: 1.3;
	background: url(../../../images/marker_topics.gif) no-repeat 0em 1.7em;
	margin: 16px 0 20px 10px;
	padding: 0 0 0 20px;
}
div#monthBox li span {
	font-size: 1.17em;
	line-height: 1.3;
	font-weight: normal;
}


/*フォーム*/
#contentsBox {
	clear: both;
	width: 515px;
	margin: 0 0 10px 20px;
	overflow: auto;
}
#contentsBox p {
	font-size: 0.75em;
	line-height: 1.3;
	margin: 0 0 2px 10px;
}

#contentsBox h3 {
	font-size: 0.8125em;
	color: #FFFFFF;
	background: url(../../../images/bg_slant01.gif) repeat;
	margin: 0px 0 10px 0;
	padding: 6px 10px 5px 10px;
}
#contentsBox h4 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.3;
	color: #0099FF;
	margin: 4px 0 4px 10px;
}
#contentsBox h5 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.3;
	color: #000000;
	margin: 0 0 0 10px;
}
div#contentsBox p.photoBox {
	float: right;
}
div#contentsBox div {
	width: 300px;
	float: left;
}

p.attention {
	font-size: 0.75em;
	color: #CC0000;
}
.attentionS {
	font-size: 0.9em;
	line-height: 1.2;
	color: #CC0000;
}

#contentsBox table {
	clear: both;
	width: 500px;
	margin: 0px 0 20px 0px;
	border-collapse: collapse;
	border: 1px solid #999999;
}
#contentsBox table caption {
	font-size: 0.875em;
	font-weight: bold;
	color: #333333;
	text-align: left;
	letter-spacing: 1px;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}
#contentsBox th,#contentsBox td {
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.3;
	border-bottom: 1px solid #aaaaaa;
	vertical-align: top;
	padding: 6px 10px 5px 10px;
}
#contentsBox th {
	width: 115px;
	background: url(../../../images/bg_slant02.gif) repeat 0px 0px;
	border-right: 1px solid #aaaaaa;
        font-weight: normal;
        padding: 9px 10px 5px 10px;
}
#contentsBox td {
	text-align: left;
}
.formS {
	font-size: 0.8em;
}
#contentsBox select {
	font-size: 1em;
	line-height: 1.3;
}
#contentsBox option {
	font-size: 1em;
	line-height: 1.3;
}
#contentsBox input {
	font-size: 1em;
	padding: 1px;
	margin: 0 2px 0 0px;
	line-height: 1.5;
}

#contentsBox textarea {
	font-size: 1em;
	line-height: 1.3;
}

#contentsBox input.btn01 {
        font-size: 0.8em;
        padding:0;
        margin:0;
        }

/*小分けBox*/
div.Box {
	clear: both;
	overflow: auto;
        padding: 10px 0 10px 10px;
        width: 510px;
}
div.Box h3 {
	font-size: 0.8125em;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 0 4px 0;
	background: url(../../../images/marker_topics.gif) no-repeat 0px 3px;
	text-indent: 14px;
	border-bottom: 1px dashed #c1c1c1;
        padding: 0 0 5px 0;
	clear: both;
	overflow: auto;
}

div.Box h3 img{
        margin: 0 0 10px 0;
}

div.Box div.photoBox {
	width: 214px;
	overflow: auto;
	float: left;
	margin: 10px 10px 10px 5px;
}
div.Box div.photoBox img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}
div.Box div {
	overflow: auto;
	width: 270px;
	margin: 0 0 10px 16px;
}
div.Box h4 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.3;
	color: #0193cf;
	margin: 15px 0 4px 15px;
}
div.Box h4 img{
        border: none;
	margin: 0px 0 0 0;
}

.Box h5 {
	font-size: 0.75em;
	line-height: 1.3;
}

div.Box div p {
	line-height: 1.5;
	font-size: 0.75em;
	margin: 0 0 4px 15px;
}

div.Box p {
	line-height: 1.5;
	font-size: 0.75em;
	margin: 10px 0 4px 15px;
}
div.Box ul {
	margin: 15px 0 16px 30px;
}
div.Box ol {
	margin: 15px 0 16px 30px;
}
div.Box li {
	font-size: 0.75em;
	line-height: 1.3;
	padding: 0 10px 0px 0;
        margin: 10px 0 10px 10px;
}


.Box table {
	clear: both;
	width: 495px;
	margin: 15px 0 15px 15px;
	border-collapse: collapse;
	border: 1px solid #999999;
}
.Box th,.Box td {
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.3;
	border-bottom: 1px solid #999999;
	vertical-align: top;
	padding: 6px 10px 6px 15px;
}
.Box th {
	width: 85px;
	background: url(../../../images/bg_slant02.gif) repeat 0px 0px;
	border-right: 1px solid #999999;
	vertical-align: middle;
}
.Box td {
	text-align: left;
}

.Box td a {
	line-height: 1.3;
}

.Box td h5 {
	line-height: 1.3;
	font-size: 1em;
}

/*お米の特色*/
div#rice {
	clear: both;
	overflow: auto;
        padding: 10px 0 10px 10px;
        width: 510px
}
div#rice div{
	border-top: 1px dashed #8EC323;
	border-bottom: 1px dashed #8EC323;
        padding: 5px;
}
div#rice p {
	line-height: 1.5;
	font-size: 0.75em;
	margin: 5px 0 5px 10px;
}
div#rice h4 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.3;
	color: #0193cf;
	margin: 5px 0 4px 10px;
}

/* top お米の特色*/
#index div#rice {
	clear: both;
	overflow: auto;
        padding: 0px 0 10px 0px;
        width: 530px
}
#index div#rice div{
	border-top: 1px dashed #8EC323;
	border-bottom: 0px;
        padding: 5px;
        width: 520px
}
#index div#rice p {
	line-height: 1.5;
	font-size: 0.75em;
	margin: 5px 0 5px 10px;
}
#index div#rice h4 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.3;
	color: #0193cf;
	margin: 12px 0 4px 10px;
}

/* 商品一覧 */

.list{
	clear: both;
	overflow: auto;
        margin: 10px 0 0 5px;
}

h3.listname {
	font-size: 0.8125em;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 0 4px 0;
	background: url(../../../images/marker_topics.gif) no-repeat 0px 3px;
	text-indent: 14px;
	border-bottom: 1px dashed #c1c1c1;
        padding: 0 0 5px 0;
	clear: both;
	overflow: auto;
}

.listBox{
        float: left;
        width: 210px;
        padding: 4px 0px 10px 0px;
        margin: 0 10px 15px 10px;
}
.photoBox img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.listBox div{
        text-align: left;
        padding: 5px;
}
.listBox h3{
	font-size: 0.8em;
        color: #0193cf;
        font-weight: normal;
        text-decoration: underline;
}
.listBox p{
	font-size: 0.75em;
        line-height: 1.5;
}
.money{
        color: #cc3333;
        font-weight: bold;
	font-size: 1.3em;
}
.box p.small{
        font-size: 0.8em;
        color: #cccccc;
}

/* 店長紹介 */
#manager{
        margin: 0 0 10px 0;
}

/* 地図 */
p#mapBox {
	padding: 15px;
	background: url(../../../images/bg_slant02.gif) repeat 0px 0px;
	margin: 5px 0 0 25px;
}
div#mymap {
	background: url(../../../../images/bg_slant02.gif) repeat 0px 0px;
	margin: 5px 0 0 25px;
	border: 1px solid #999999;
}

/* topバナー */
#bannerBox{
        width: 750px;
}
#bannerBox p{
        float: left;
}

.banner{
	margin: 10px 0 10px 0;
}

/* ページプロモ */
p#pagepromo{
        margin: 10px 0 0 5px;
}

/* topフラッシュ */
p#topfla{
        margin: 0 0 10px 0;
}
/* topフラッシュ */
div#footerFla{
        text-align:right;
        height:60px;
        margin: 0 10px 0 0;
}
