@charset "utf-8";
/* CSS Document */

/************************/
/*ページ全体に対する定義*/
*{
margin:0;
padding:0;
}

img {
	border:none;
	padding: 0px;
	margin:0;
	float: none;
	clear: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p  a,
li a{
text-decoration:none}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p  a:hover,
li a:hover{
color:#FFFFFF;
background-color:#3366FF;
}

body {
background-color: #FAFAFA;
color: #333333;
background-image: url(/image/back_graund_border.jpg);
background-repeat: repeat-y;
background-position: center;
height: 100%;
width: 900px;
text-align: center;
margin-right: auto;
margin-left: auto;
}

/*フォントサイズ％指定用　各ブラウザ共通化*/
body {
font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
*font-size:small; *font:x-small; 
}
table{font-size:inherit; font:100%; 
} 
.text10{font-size:77%;}
.text11{font-size:85%;}
.text12{font-size:93%;}
.text13{font-size:100%;}
.text14{font-size:108%;}
.text15{font-size:116%;}
.text16{font-size:123.1%;}
.text17{font-size:131%;}
.text18{font-size:138.5%;}
.text19{font-size:146.5%;}
.text20{font-size:153.9%;} 
.text21{font-size:161.6%;}
.text22{font-size:167%;}
.text23{font-size:174%;}
.text24{font-size:182%;}
.text25{font-size:189%;}
.text26{font-size:197%;}

#back_graund {
height: 100%;
width: 860px;
margin:0 auto;
text-align: center;
}

#wrapper {
width: 800px;
height: auto;
margin: 0 auto;
text-align: left;
}

#calender {
height: auto;
width: 240px;
margin:0 auto;
}

/*フロートのクリア*/
.clear_both{
clear: both;
height: 1px;
width: 100%;
font-size: 1px;
margin: 0px;
padding: 0px;
}


hr 
{
height: 2px;
border-top:solid 1px #CCCCCC;
border-right:none;
border-bottom:none;
border-left:none;
margin: 0px;
padding: 0px;
} 

div.anchor_jump {
height: 20px;
width: auto;
display: block;
text-align: right;
font-size: 93%;
color: #333333;
margin: 5px;
line-height: 1.5em;
}
div.anchor_jump a {
color: #333333;
text-decoration: underline;
}
div.anchor_jump a:visited{
color: #666666;
text-decoration: underline;
}

div.center_img {
text-align: center;
height: auto;
width: auto;
margin: 5px auto;
}

/*縦の境界ボーダーを[左]に入れたい場合は　各wrap直下に記述*/
#border_L{
height: auto;
width: auto;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #CCCCCC;
}
/*縦の境界ボーダーを[右]に入れたい場合は　各直下に記述*/
#border_R{
height: auto;
width: auto;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #CCCCCC;
}

#left_margin_10 {
height: auto;
width: auto;
margin-left: 10px;
}


table.borderless{
border: 0px solid #000000;
/*cellspacing=0
border-collapse: separate;
border: 1px solid #FFFFFF;
background-color: #FFFFFF;*/
}
table.borderless td{

font-size: 12px;
border: 0px solid #000000;
}
table.borderless th{
border: 0px solid #000000;
font-size: 12px;

}
#left_200 {
float: left;
width: 200px;
}
#left_180 {
width: 180px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
}
#right_620 {
float: right;
width: 620px;
margin-top: 10px;
margin-bottom: 10px;
}
#contents_800 {
width: 800px;
}
div.spacer {
font-size: 1px;
color: #CCCCCC;
background-color: #CCCCCC;
height: 1px;
width: auto;
margin-right: 15px;
margin-left: 15px;
display: block;
margin-top: 3px;
margin-bottom: 3px;
}

/***************************************************/

img.head_img {
width:800px;
padding-top:3px;
margin:0px;
padding-bottom: 3px;
}
img.float_right {
margin: 5px;
float: right;
width: auto;
}

div.hr_space {
font-size: 1px;
background-color: #EFEFEF;
width: auto;
margin-right: 15px;
margin-left: 15px;
height: 1px;
color: #EFEFEF;
line-height: 1px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
img.float_left {
margin: 5px;
padding: 0px;
float: left;
}

/*パンくずリスト*/
ol.topic_path {
height: 20px;
width: 790px;
font-size: 12px;
color: #333333;
text-align: left;
float: left;
padding-left: 10px;
margin-top: 3px;
}
ol.topic_path a , ol.topic_path a:visited{
color: #333333;
text-decoration: underline;
}
ol.topic_path li {
display:inline;
line-height:110%;
list-style-type:none;
height: 20px;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 5px;
} 

ol.topic_path_auto {
height: 20px;
width: auto;
font-size: 12px;
color: #333333;
text-align: left;
float: left;
}
ol.topic_path_auto a,ol.topic_path_auto a:visited{
color: #333333;
text-decoration: underline;
}
ol.topic_path_auto li {
display:inline;
line-height:110%;
list-style-type:none;
height: 20px;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 5px;
} 

/*全体をつつむラッパー*/
#left_side {
float: left;
height: auto;
width: 200px;
}

/******************************************************/
/*ヘッダーに表示するナビゲーションバーの定義*/


/*ヘッダーナビゲーション*/
ul#hed_navi{
width: 800px;
height: 30px;
list-style:none;
margin:0 0 10px 0;
padding:0;
clear:both;
}
ul#hed_navi li{
float: left;
text-align: center;
margin:0 1px 0 0;
padding:0;
}
ul#hed_navi li.cart{
float: right;
margin:0;
}

ul#hed_navi li a ,
ul#hed_navi li a:visited
ul#hed_navi li a:hover{
background-repeat: no-repeat;
background:none;
text-decoration: none;
height: 30px;
width:88px;
display: block;
}

ul#hed_navi li.top{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:0 -30px;}
ul#hed_navi li a.top{
background-image: url(/image/header/header_navigation/header_navi.png);}
ul#hed_navi li a.top:hover{
background:none}
ul#hed_navi li.top_active,
ul#hed_navi li a.top_active,
ul#hed_navi li a.top_active:hover{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:0 -60px;}

ul#hed_navi li.visitor{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-88px -30px;}
ul#hed_navi li a.visitor{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-88px 0;}
ul#hed_navi li a.visitor:hover{
background:none}
ul#hed_navi li.visitor_active,
ul#hed_navi li a.visitor_active,
ul#hed_navi li a.visitor_active:hover{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-88px -60px;}

ul#hed_navi li.goods{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-176px -30px;}
ul#hed_navi li a.goods{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-176px 0;}
ul#hed_navi li a.goods:hover{
background:none}
ul#hed_navi li.goods_active,
ul#hed_navi li a.goods_active,
ul#hed_navi li a.goods_active:hover{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-176px -60px;}

ul#hed_navi li.shopping_guide{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-264px -30px;}
ul#hed_navi li a.shopping_guide{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-264px 0;}
ul#hed_navi li a.shopping_guide:hover{
background:none}
ul#hed_navi li.shopping_guide_active,
ul#hed_navi li a.shopping_guide_active,
ul#hed_navi li a.shopping_guide_active:hover{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-264px -60px;}

ul#hed_navi li.site_map{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-352px -30px;}
ul#hed_navi li a.site_map{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-352px 0;}
ul#hed_navi li a.site_map:hover{
background:none}
ul#hed_navi li.site_map_active,
ul#hed_navi li a.site_map_active,
ul#hed_navi li a.site_map_active:hover{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-352px -60px;}

ul#hed_navi li.recipes{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-440px -30px;}
ul#hed_navi li a.recipes{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-440px 0;}
ul#hed_navi li a.recipes:hover{
background:none}
ul#hed_navi li.recipes_active,
ul#hed_navi li a.recipes_active,
ul#hed_navi li a.recipes_active:hover{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-440px -60px;}

ul#hed_navi li.voice{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-528px -30px;}
ul#hed_navi li a.voice{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-528px 0;}
ul#hed_navi li a.voice:hover{
background:none}
ul#hed_navi li.voice_active,
ul#hed_navi li a.voice_active,
ul#hed_navi li a.voice_active:hover{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-528px -60px;}

ul#hed_navi li.inquiries{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-616px -30px;}
ul#hed_navi li a.inquiries{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-616px 0;}
ul#hed_navi li a.inquiries:hover{
background:none}
ul#hed_navi li.inquiries_active,
ul#hed_navi li a.inquiries_active,
ul#hed_navi li a.inquiries_active:hover{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-616px -60px;}

ul#hed_navi li.cart{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-704px -30px;}
ul#hed_navi li a.cart{
height: 28px;
width: 85px;
display: block;	
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-704px 0;}
ul#hed_navi li a.cart:hover{
background:none}
ul#hed_navi li.cart_active,
ul#hed_navi li a.cart_active,
ul#hed_navi li a.cart_active:hover{
background-image: url(/image/header/header_navigation/header_navi.png);
background-position:-704px -60px;}

ul#hed_navi li.under{
height:5px;
background-color:#7AB068;
clear:both;
float:none;
width:800px;
line-height:5px;
margin:0;
padding:0;
font-size:1px;
}


/*フッターナビゲーション*/

ul.navigation_bar {
text-align: center;
background-color: #669900;
width: 800px;
height: 20px;
margin:0px;
padding:0px;
list-style:none;
}
ul.navigation_bar li{
float: left;
text-align: center;
margin:0px;
padding:0px;
border-right:solid 1px #FFFFFF;
}
ul.navigation_bar li a ,
ul.navigation_bar li a:visited{
text-decoration: none;
font-size: 12px;
color: #FFFFFF;
text-align: center;
height: 20px;
width:88px;
display: block;
line-height: 20px;
}
ul.navigation_bar li a:hover, 
ul.navigation_bar li a:active {
text-decoration: none;
background-color: #FFCC33;
color:#330000;
}

/*******************************************************/
/*ヘッダー定義*/
#header {
height:auto;
width: 800px;
}

#head_img {
height: auto;
width: 800px;
}

#dayinfo {
height: auto;
width: 800px;
text-align: center;
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
}
#dayinfo strong {
color: #FF0000;
}



#default_header {
height: 45px;
width: 800px;
}
#default_header div.left {
float: left;
}
#default_header div.right {
float: right;
}
#default_header div.head_img {
height: auto;
width: 800px;
padding-top: 5px;
padding-bottom: 5px;
}
/**********************************************************/
/*フッター定義*/
#footer {
width: 100%;
clear: both;
}
#footer_shop_info{
height: 380px;
width: 800px;
text-align: left;
background-image:url(/image/footer/background/footer_back.jpg);
background-repeat: no-repeat;
border:5px solid #99cc66;
border-top:none;
}
#footer_shop_info h4.title {
width: 800px;
background-image:none;
background-color:#99cc66;
height: 20px;
font-size: 16px;
line-height: 20px;
font-weight: bolder;
color: #FFFFFF;
text-align: center;
margin: 0px;
padding: 0px;
border: none;
}

#footer_shop_info div.calendar{
margin:55px 0 0 285px;
width:280px;
}

#company {
height: 55px;
text-align: right;
clear: left;
width: 800px;
}
#company h5{
color: #666666;
font-size: 12px;
font-weight:lighter;
padding: 0px;
margin: 5px 0 0 0;
background-color: #FFFFFF;
background-image: none;
border: none;
}

#copyright {
width:100%;
text-align: center;
float: left;
margin-bottom: 18px;
}
#copyright p{
width:100%;
text-align: right;
font-size: 14px;
line-height: 1.5em;
font-weight: bold;
color: #999999;
margin: 0;
padding: 0;
}

#footer_img{
width: 800px;
}
#footer_end {
width:100%;
}

/*コピーライト部分　社名表示*/
p#foot_company{
width:100%;
font-size: 14px;
color: #330000;
text-align: center;
line-height: 1.5em;
font-weight:bolder;
margin: 5px auto;
padding:0;

}

p#foot_company a:link,
p#foot_company a:visited{
color: #330000;
text-decoration: none;
}
p#foot_company a:hover,
p#foot_company a:active{
text-decoration: underline;
}

/**********************************************/
/*共通フォントの定義*/
/*部分的なフォント設定はそれぞれのCSSファイルに定義*/

/*強調文字*/
em {
font-style : normal;
font-weight: bold;
padding-right: 2px;
padding-left: 2px;
}

.strike{
text-decoration:line-through;
}
h1.braun {
font-size: 12px;
color: #330000;
text-align: center;
font-weight: lighter;
line-height: 1.5em;
margin-top: 5px;
margin-bottom: 5px;
}
h1.braun a:link,h1.braun a:visited{color: #330000;}
h1.braun a:hover,h1.braun a:active{
text-decoration: underline;
}

h1.green {
font-size: 12px;
color: #669900;
text-align: left;
font-weight: lighter;
line-height: 1.3em;
margin-top: 3px;
margin-bottom: 3px;
}
h1.green a:link,h1.green a:visited{color: #669900;}
h1.green a:hover,h1.green a:active{
text-decoration: underline;
}

h2 {
font-size: 1em;
font-weight: lighter;

}



h3 {
font-size: 12px;
height: 18px;
text-align: left;
}
h4 {
font-size: 12px;
color: #333333;
font-weight: bold;
text-align: left;

}

h4.green {
font-size: 12px;
color: #459525;
font-weight: bold;
text-align: left;
margin-left: 5px;
line-height: 1.5em;
}

h5 {
padding: 5px;
font-size: 12px;
color: #666666;
}

p {
color: #333333;
}
p.strong{
font-size: 1.2em;
font-weight: bold;
}
p.strong_braun {
line-height: 1.5em;
font-weight: bold;
color: #330000;
}


span.strong{
font-size: 1.2em;
font-weight: bold;
}
span.red{
color:#FF3333;
}

span.green{
color:#CC0033;
}
span.braun{
color: #663300;
}
span.strong_braun{
font-size:1.2em;
color: #663300;
}
span.strongest_braun{
font-size:1.5em;
color: #663300;
font-weight: bolder;
}

span.darkbrown{
font-weight: bold;
color:#330000;
}
span.strong_darkbrown{
font-weight: bold;
color:#330000;
font-size:1.2em;
}

span.strong_green{
font-size:1.2em;
color: #459525;
}
span.strong_red{
font-size:1.2em;
color: #FF0000;
}
span.small {
font-size: 0.8em;
font-weight: lighter;
}
span.small_black {
font-size: 0.8em;
font-weight: lighter;
color:#666666;
}
span.small_red {
font-size: 0.8em;
font-weight: lighter;
color: #FF0000;
}
span.tomato {
color: #ff6347;

}


span.bold {
font-weight: bolder;
}

/*非表示テキスト 背景画像をリンクボタンとして表示する場合に使用*/
em.hidden_text{
visibility: hidden;
font-size: 1px;
display: none;
}
/* ---- 緑四角を背景にセットしたリスト用フォント ショッピングガイドリストに使用 ---- */
.list_green_square {
border-bottom-style: dotted;
font-size: 12px;
border-top-color: #999933;
border-right-color: #999933;
border-bottom-color: #cccc99;
border-left-color: #CC9933;
border-left-style: none;
border-bottom-width: 1px;
list-style-position: inside;
list-style-type: square;
border-left-width: thick;
color: #996600;
background-repeat: no-repeat;
line-height: normal;
background-image: url(/image/font/green_square.gif);
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
margin-left: 3px;
margin-top: 1px;
margin-bottom: 1px;
text-align: left;
}
.list_green_square A:link ,.list_green_square A:visited{ color: #996600}
.list_green_square A:hover,.list_green_square A:active{
color:white;
background-color:#ffcc00;
}
/* ---- 緑四角を背景にセットしたリスト用フォント ボーダー無しバージョン*/
.list_green_square_borderles {
font-size: 12px;
list-style-position: inside;
list-style-type: square;
border-left-width: thick;
color: #996600;
background-repeat: no-repeat;
line-height: normal;
background-image: url(/image/font/green_square.gif);
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
margin-left: 3px;
}


.list_green_square_borderles A:link ,.list_green_square_borderles A:visited{ color: #996600}
.list_green_square_borderles A:hover,.list_green_square_borderles A:active{
color:white;
background-color:#ffcc00;
}

.indent_30{
text-indent: 30px;
}
/* ---- オレンジ四角を背景にセットしたリスト用フォント　TOPページ原料屋の想いで使用 ---- */
.list_orange_square {
border-bottom-style: dotted;
font-size: 12px;
border-top-color: #999933;
border-right-color: #999933;
border-bottom-color: #cccc99;
border-left-color: #CC9933;
border-left-style: none;
border-bottom-width: 1px;
width: auto;
list-style-position: inside;
border-left-width: thick;
margin-left: 3px;
color: #330000;
background-image: url(/image/font/orange_square.gif);

background-repeat: no-repeat;
background-position: 7px 8px;
margin-right: 3px;
line-height: normal;
padding-top: 8px;
padding-right: 5px;
padding-bottom: 8px;
padding-left: 20px;
}
.list_orange_square a:link, .list_orange_square a:visited { color: #663300}
.list_orange_square a:hover, .list_orange_square A:active{
color:white;
background-color:#ffcc00;
}

/* -----背景なしリスト用フォント お気に入りに追加などで使用 ----*/
.list_normal {
border-bottom-style: dotted;
font-size: 12px;
border-top-color: #999933;
border-right-color: #999933;
border-bottom-color: #cccc99;
border-left-color: #CC9933;
border-left-style: none;
border-bottom-width: 1px;
width: auto;
list-style-position: inside;
list-style-type: square;
border-left-width: thick;
margin-left: 3px;
color: #996600;
background-repeat: no-repeat;
margin-right: 3px;
line-height: normal;
height: auto;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 12px;
text-indent: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.list_normal a:link,.list_normal a:visited { color: #996600}
.list_normal a:hover,.list_normal a:active{
color:white;
background-color:#ffcc00;
}

.list_normal_head {
font-size: 12px;
border-bottom-color: #cccc99;
border-bottom-width: 1px;
width: auto;
list-style-position: inside;
list-style-type: square;
margin-left: 3px;
color: #333333;
margin-right: 3px;
line-height: normal;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 8px;
height: 15px;
font-weight: bold;
}
.list_normal_head a:link,.list_normal_head a:visited { color: #996600}
.list_normal_head a:hover,.list_normal_head a:active{
color:white;
background-color:#ffcc00;
}


.list_normal_borderles {
font-size: 12px;
list-style-position: inside;
list-style-type: square;
margin-left: 3px;
color: #996600;
line-height: normal;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 10px;
}
.list_normal_borderles a:link,.list_normal_borderles a:visited { color: #996600}
.list_normal_borderles a:hover,.list_normal_borderles a:active{
color:white;
background-color:#ffcc00;
}

/*お客様の声、発信者部分*/
.who {
border-bottom-style: none;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #CCCC99;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 4px;
padding-bottom: 3px;
font-size: 12px;
color: #663300;
padding-right: 2px;
padding-left: 2px;
}
/* ---- 案内リスト（声） ---- */
.voise {
margin-bottom: 0px;
border-bottom-style: dotted;
padding: 10px 5px 8px 40px;
font-size: 12px;
border-top-color: #999933;
border-right-color: #999933;
border-bottom-color: #cccc99;
border-left-color: #CC9933;
border-left-style: none;
border-bottom-width: 1px;
width: auto;
list-style-position: inside;
list-style-type: square;
border-left-width: thick;
margin-left: 3px;
color: #330000;
background-image: url(top_img/a11.gif);
background-repeat: no-repeat;
background-position: 7px 8px;
margin-right: 3px;
line-height: normal;
font-weight: bold;
}
.voise a:link,.voise a:visited { color: #663300}
.voise a:hover.voise a:active{
color:white;
background-color:#ffcc00;
}  
/* ---- 案内リスト（原料屋の想い・オレンジの大見出し） ---- */
.risut02ornge {
padding: 8px 5px 8px 15px;
font-size: 14px;
width: auto;
color: #330000;
line-height: normal;
background-color: #FFFFCC;
background-image: url(top_img/top18.gif);
background-position: 3px 10px;
background-repeat: no-repeat;
border-bottom: 1px dotted #CCCC99;
border-left: 1px solid #CCCC99;
border-right: 1px solid #CCCC99;
}
.risut02ornge A:link { 
color: #330000}
.risut02ornge A:visited{
color: #330000}
.risut02ornge A:hover{
color:white;
background-color:#ffcc00}

/* ---- 案内リスト（原料屋の想い・オレンジの小見出し） ---- */
.risut03ornge {
padding: 8px 5px 8px 20px;
font-size: 12px;
width: auto;
list-style-position: inside;
list-style-type: square;
color: #330000;
line-height: normal;
border-right: 1px solid #CCCC99;
border-bottom: 1px dotted #cccc99;
border-left: 1px solid #CCCC99;
margin: 0px;


}
.risut03ornge A:link { 
color: #663300}
.risut03ornge A:visited{
color: #663300}
.risut03ornge A:hover{
color:white;
background-color:#ffcc00}



/* ---- 案内リスト（原料屋の想い・みどりの大見出し） ---- */
.risut02green {
border-bottom-style: dotted;
padding: 8px 5px 8px 10px;
font-size: 14px;
border-bottom-color: #cccc99;
border-left-style: none;
border-bottom-width: 1px;
width: auto;
border-left-width: thick;
color: #FFFFFF;
line-height: normal;
background-color: #669900;
margin: 0px 3px;
background-image: url(top_img/a09.gif);
background-position: 0px 9px;
background-repeat: no-repeat;


}
.risut02green A:link { 
color: #FFFFFF}
.risut02green A:visited{
color: #FFFFFF}
.risut02green A:hover{
color:white;
background-color:#ffcc00}
/* ---- 案内リスト（原料屋の想い・みどりの小見出し） ---- */
.risut03green {
font-size: 12px;
width: auto;
list-style-position: inside;
list-style-type: square;
margin-left: 3px;
color: #330000;
background-image: url(top_img/a09.gif);
background-repeat: no-repeat;
background-position: 7px 8px;
margin-right: 3px;
line-height: normal;
background-color: #FFFFCC;
border-right: 1px solid #CCCC99;
border-bottom: 1px dotted #cccc99;
border-left: 1px solid #CCCC99;
padding-top: 8px;
padding-right: 5px;
padding-bottom: 8px;
padding-left: 20px;

}
.risut03green A:link { 
color: #663300}
.risut03green A:visited{
color: #663300}
.risut03green A:hover{
color:white;
background-color:#ffcc00}
/* ---- 案内リスト（スモール） ---- */
.risut01s {
border-bottom-style: dotted;
font-size: 12px;
border-top-color: #999933;
border-right-color: #999933;
border-bottom-color: #cccc99;
border-left-color: #CC9933;
border-left-style: none;
border-bottom-width: 1px;
width: auto;
list-style-position: inside;
list-style-type: square;
border-left-width: thick;
margin-left: 20px;
color: #996600;
background-repeat: no-repeat;
margin-right: 3px;
line-height: normal;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 3px;
}
.risut01s A:link { color: #996600}
.risut01s A:visited{color: #996600}
.risut01s A:hover{
color:white;
background-color:#ffcc00;
}


/* ---- 案内リスト（註文） ---- */
.risut01chumon {
border-bottom-style: dotted;
padding: 10px 5px 8px 40px;
font-size: 12px;
border-top-color: #999933;
border-right-color: #999933;
border-bottom-color: #cccc99;
border-left-color: #CC9933;
border-left-style: none;
border-bottom-width: 1px;
width: auto;
list-style-position: inside;
list-style-type: square;
border-left-width: thick;
margin-left: 3px;
color: #330000;
background-image: url(top_img/a12.gif);
background-repeat: no-repeat;
background-position: 7px 8px;
margin-right: 3px;
line-height: normal;
font-weight: bold;

}
.risut01chumon A:link { color: #663300}
.risut01chumon A:visited{color: #663300}
.risut01chumon A:hover{
color:white;
background-color:#ffcc00;
}

/* ---- 案内リスト（サンプル） ---- */
.risut01sanpuru {
border-bottom-style: dotted;
padding: 10px 5px 8px 40px;
font-size: 12px;
border-top-color: #999933;
border-right-color: #999933;
border-bottom-color: #cccc99;
border-left-color: #CC9933;
border-left-style: none;
border-bottom-width: 1px;
width: auto;
list-style-position: inside;
list-style-type: square;
border-left-width: thick;
margin-left: 3px;
color: #330000;
background-image: url(top_img/a13.gif);
background-repeat: no-repeat;
background-position: 7px 8px;
margin-right: 3px;
line-height: normal;
font-weight: bold;

}
.risut01sanpuru A:link { color: #663300}
.risut01sanpuru A:visited{color: #663300}
.risut01sanpuru A:hover{
color:white;
background-color:#ffcc00;
}
p.dispatch{
font-size: 12px;
line-height: 1.4em;
color: #666666;
font-weight: lighter;
margin: 0px;
padding: 0px;

}
p.dispatch a, p.dispatch a:visited{
color: #666666;
text-decoration: underline;
}

/********************************************/
/*サイド　商品リンクリスト 商品検索付き*/
ul.goods_links {
float: right;
width:180px;
margin:0;
padding: 0;
list-style: none;
font-size: 93%;
color: #666666;
text-indent: 0;
}
ul.goods_links li {

text-align: left;
line-height: 1.5em;
margin: 0;
padding: 0;
}
ul.goods_links li.goods_name {
margin:0 0 3px 0;
padding:0 10px 0 15px;
border-bottom:dashed 1px #cccccc;
}

ul.goods_links li.head {
margin:5px 0;
padding: 0;
}

/*ヘッドタイトル画像*/
ul.goods_links li.head_img{
width:180px;
height:30px;
background-image:url(/image/side/goods_links/head_img.gif);
background-repeat:no-repeat;
margin:5px 0;
}
ul.goods_links li.head_img a,
ul.goods_links li.head_img a:visited{
display:block;
width:180px;
height:30px;
text-decoration:none;
}
ul.goods_links li.head_img a:hover{
background:none;
}
ul.goods_links li.search{background-position:0 0;}
ul.goods_links li.new{background-position:0 -30px;}
ul.goods_links li.recommend{background-position:0 -60px;}
ul.goods_links li.rank{background-position:0 -90px;}
ul.goods_links li.type{background-position:0 -120px;}
ul.goods_links li.all{background-position:0 -150px;}

ul.goods_links li.img {
padding: 0;
margin:5px 0;
text-align: center;
width:180px;
}

ul.goods_links li.rank_line{
border:none; 
padding: 0 0 0 15px;
font-weight: bold;
color: #996633;
}
ul.goods_links li.rank_head {
font-weight: bold;
color: #660000;
line-height: 16px;
}



ul.goods_links form {
padding:0 0 10px 0;
margin: 0px;
}

ul.goods_links li.line {
font-size: 12px;
line-height: 16px;
font-weight: lighter;
color: #333333;
margin: 0px 8px;
border-bottom:dashed 1px #CCCCCC;
padding: 0 0 0 3px;
text-align: left;
}
ul.goods_links li.abc_head{
padding-left:5px;
}

ul.goods_links li a,
ul.goods_links li a:visited{
background:none;
color: #996633
}
ul.goods_links li a:hover{
background:none;

}

ul.goods_links li.line a {
display:block;
color:#996600;
}
ul.goods_links li.line a:visited {
color:#996633;
}
ul.goods_links li.line a:hover {
background-color:#ffcc00;
}
/*****************************************/

.linkbox {
	width: 700px;
	margin-top: 20px;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	float: none;
}
.listlink {
	float: left;
	width: 150px;
	background-color: #B9CFFF;
	border: thin dotted #FFFFFF;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	text-align: center;
}
listlink p {
	font-size: 10px;
	color: #FF0000;
}



/**2010年9月新フッター**/
#footer_shop_info2{
	height: 688px;
	text-align: left;
	z-index: 1;
}
#footer_shop_info h4.title {
width: 800px;
background-image:none;
background-color:#99cc66;
height: 20px;
font-size: 16px;
line-height: 20px;
font-weight: bolder;
color: #FFFFFF;
text-align: center;
margin: 0px;
padding: 0px;
border: none;
}

#footer_shop_info2 div.calendar2{
}

#footer_shop_info2 #info {
	height: 66px;
	width: 800px;
	padding: 0px;
}
#footer_shop_info2 #otoku {
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 800px;
}
#footer_shop_info2 #buy {
	height: 276px;
	padding: 0px;
	float: left;
	width: 402px;
}
#footer_shop_info2 #tel {
	height: 184px;
	width: 402px;
	float: left;
	padding: 0px;
}
#footer_shop_info2 #pay {
	float: right;
	height: 147px;
	width: 398px;
	padding: 0px;
}
#footer_shop_info2 #calender_title {
	padding: 0px;
	float: right;
	height: 34px;
	width: 398px;
}
#footer_shop_info2 #calender_box {
	float: right;
	background-image: url(/image/footer/box/bottom_08.jpg);
	padding: 0px;
	width: 398px;
	height: 184px;
}
#footer_shop_info2 #bottom {
	height: 87px;
	width: 800px;
	clear: both;
	float: none;
}
#footer_shop_info2 #calender_box .calendar {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
