@charset "UTF-8";
@media all{
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* □□□□□ここまでリセット用□□□□□　*/




/* □□□□□非表示設定□□□□□　*/
/* アクティブにすると表示が消えます　*/

/*プレミアムセレクト・シーズンオフ用
#p_off{
visibility:hidden;
}
*/


/*佐藤錦・シーズンオフ用
#order{
visibility:hidden;
display:none;
}
*/


/*出荷開始後に非表示にする「発送予定の表示」#yotei{
visibility:hidden;
display:none;
}
*/


/*完売の表示*/


#kanbai{
visibility:hidden;
display:none;
}


/* □□□□□ここまで非表示設定□□□□□　*/






/*テキストリンクの色・プロパティ*/

a:link{
    color:#595959;
	text-decoration: none;
}
a:visited{
    color:#595959;
	text-decoration: none;
	}


/*テキストリンクマウスオーバー時の下線*/
a:hover{text-decoration: underline;}


/*トップ見出しh1の文字色*/
#top {color:#FFFF33;
		height:40px;

/*トップ見出しh1の縦位置*/
      line-height:40px;
}



div.container{
		margin:0 auto;
		width:871px;
		height:auto;
		text-align:left;

		}
		
body {
	text-align:center;
	background-color: #ffffff;
	background-image:url(../img/top_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Meiryo, Arial, "メイリオ", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
}

body p{
line-height:1.6em;
}


div.topbar{
	background-color: #3b3b3b;
	width:871px;
	height:25px;
	line-height:25px;

}

.tex{
	float:left;
	}
	
	
#navi{height:40px;
}

#navi a:visited{
color:#FFFFFF;
}



/*
   Styling for CSS-based drop-down menus.

   (C) Copyright 2006 Just Software Solutions Ltd. 
   Distributed under the Boost Software License, Version 1.0. 
   (See http://www.boost.org/LICENSE_1_0.txt)
*/

.navmenu, 
.navmenu ul,
.navmenu li
{
    padding: 0px;
    margin: 0px;
}
.navmenu > li
{
    float: left;
}
.navmenu li
{
    list-style-type: none;
    border: 1px solid #ffffff;
	height:38px;
    color: #8bc819;
    background-color: #414141;
	background-image:url(../img/nav_bg.gif);
    padding: 0px;
}
.navmenu ul
{
    display: none;
    position: absolute;
	height:38px;
    margin-left: 0px;
    margin-top: 0px;
}
.navmenu li:hover > ul
{
    display: block;
}
.navmenu ul.parent_hover
{
    display: block;
}
.navmenu a
{
    color: #ffffff;
    background: none;
    display: block;
	height:38px;
    width: 143px;
    text-decoration: none;
	text-align:center;
	line-height:40px;
}
.navmenu li:hover
{
    color: #ffffff;
    background-color: #8bc819;
}
.navmenu li.hover,
.navmenu a:hover
{
    color: #ffffff;
    background-color: #8bc819;
}
.navmenu ul ul
{
    margin-top: -1.2em;
    left: 99%;
}
.navmenu span
{
    display: block;
}
.navmenu
{
    float: left;	
    width: 871px;
    color: black;
    background-color: #414141;
	background-image:url(../img/nav_bg.gif);
}
.endmenu
{
    clear: left;
}

/*end of main NAVI*/


/*sub navi*/
/* SprysubM.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

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

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
.style1{
font-size:13px;
}
.style2{
font-size:13px;
}



#navi2{
margin-left:63%;
}



ul.subM
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	cursor: default;
	width: auto;
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.subM li
{
	margin-left: 30px;
	list-style-type: none;
	font-size: 13px;
	position: relative;
	text-align: left;
	cursor: pointer;
	
	
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.subM ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;

	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.subM ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* ポップアップフレーム幅 */
ul.subM ul li
{
width:11em;
margin:0;
	
}

ul.subM ul a
{
	  display: block;
	  
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  padding:5px;

	
}


ul.subM ul a:hover
{
  background: #49A3FF;
  color: #FFF;
  }


}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.subM ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* サブフレーム内*/
ul.subM ul
{
	border: 1px solid #2875DE;
	background-color:#EAEBD8;
	

}
/* サブメニューフレーム内リンクテキスト */
ul.subM a
{
	display: block;
	cursor: pointer;
	

	color: #2875DE;
	text-decoration: none;
}


/* メニュートップ項目のオンマウスイベント */
ul.subM a:hover, ul.subM a:focus
{
	background-color: #2875DE;	
	
}


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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* メニュートップ項目の文字色 */
ul.subM a.inframe_text
{

	color:#ffcc00;
}


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

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

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

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.subM iframe
{
	
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.subM li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/*sub navi END */



/*tittle*/

.tittle{
	width:871px;
	height:70px;	
	}


/*main*/
.main{
	width:871px;
	height:350px;
	background-image:url(../img2/main_back2.gif);
	text-align:center;
	
	}


/*main low*/
.main_low{
	width:871px;
	height:21px;
	background-image:url(../momo/img/main_under.gif);
	
	}




.content{
	height:auto;
	width:811px;
	margin-left:30px;
	margin-right:30px;
	margin-top:15px;

	
	}
	
	
#c_left{
	height:auto;
	width:528px;
	margin-left:5px;
	margin-bottom:30px;
	color:#333333;
	font-size:14px;
	
	float:left;
	
}


#c_left h2{
color:#009DFF;
text-decoration:underline;
font-size:28px;
font-weight:bold;
margin-bottom:0px;

}

#order h2{
	color:#434343;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}

#c_left hr{
margin-top:5px;
margin-bottom:5px;
}


#c_left h3{
margin-top:15px;
width:528px;
height:50px;
background-image:url(../momo/img/h3.gif);
line-height:50px;
font-size:17px;
color:#4C2306;
text-indent:2em;
}


#c_left h4{
clear:both;
padding-top:30px;
margin-top:30px;
width:528px;
height:50px;
background-image:url(../momo/img/h3.gif);
background-repeat:no-repeat;
background-position:bottom;
line-height:50px;
font-size:17px;
color:#4C2306;
text-indent:2em;
}

#c_left h5{
padding-top:5px;
color:#663300;
font-size:15px;
font-weight:bold;
margin-bottom:5px;
}


#wblock img{
float:left;
margin-right:5px;
}


#kasugai2{
clear:both;
}




#onsale{
clear:both;
padding-top:10px;

}


#pac2k img{
padding-right:10px;
padding-bottom:15px;

}




#pac5k{
clear:both;
}


#pac5k img{
padding-left:10px;
}






h5#clear{
clear:both;
}


/*注文フォーム*/
#order{
	width:520px;
	height:185px;
	border:4px;
	border-style:solid;
	border-color:#A4BDFF;
	margin-top:5px;
}

#order p{
font-size:16px;
line-height:30px;
margin-left:5px;
}

#order img{
float:left;
margin:3px;
}

#order_r{
	float:left;
	height:175px;
	width:380px;
	margin-top:4px;
}

#order h2{
margin-left:10px;
clear:both;
}


#order_r img{

float:right;

}


/*注文フォーム２PS*/
#order2{

width:520px;
height:650px;
border:2px;
border-style:solid;
border-color:#C7B12A;
background-image:url(img/premium_back.gif);
margin-top:5px;
}

#order2 p{
font-size:16px;
line-height:30px;
}

#order2 img{
float:left;
margin:3px;
}

#order2_r{
float:left;
height:auto;
width:auto;
margin-top:4px;

}

#order2 h2{
	margin-left:10px;
	color:#E4CE01;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

#order2_r p{
margin-left:5px;
}


#order2_r img{

}

#order2 table{
margin-top:10px;
}


#premium table{
margin-top:10px;
width:395px;
height:auto;
border:1px;
border-color:#FFCC00;
border-style:solid;
background-color:#620300;
}

#premium p{

font-size:13px;
line-height:1.6em;
color:#C6A900;
padding:5px;
}



/*お客様の声*/
#voice{
padding-top:15px;
clear:both;


}

#voice img{
	float:left;
	margin-right:-10px;
}

#comment{
	width:390px;
	float:right;
	z-index:3;
}

#talk_top{
width:390px;
height:20px;
background-image:url(img/voice_top.gif);
}

#talk_mid{
	width:390px;
	height:auto;
	background-color:#FFFFCC;
	font-size:12px;
	color:#792100;
}

#talk_mid p{
margin-left:10px;
margin-right:10px;
}

#talk_bottom{
width:390px;
height:20px;
background-image:url(img/voice_bottom.gif);
}


#farm p{
font-size:14px;
display:block;
margin-bottom:5px;
}


#farm img{
margin-bottom:40px;
vertical-align:middle;
}




/*コンテンツ右*/
#c_right{
	height:auto;
	width:230px;
	padding:12px;
	margin-right:6px;
	border:1px;
	border-style:solid;
	border-color:#333333;
	float:right;
	font-size:11px;
}

#c_right_inner{
width:230px;
}

#c_right h2{
font-size:16px;
background:url(../img/back_bar.png);
background-repeat:no-repeat;
text-align:center;
line-height:36px;
color:#FFFFFF;

}

#c_right h3{
font-size:14px;
text-align:center;
color:#990000;
margin:15px;
font-weight:bold;
}

#c_right p{
text-indent:1em;
margin-bottom:1em;
}

#c_right img{
margin-bottom:2px;
text-align:center;

}

#c_right li{
display:block;
border:1px;
border-color:#666666;
border-style:solid;
width:228px;
height:33px;
margin-bottom:3px;
line-height:33px;
font-size:18px;
font-weight:bold;
color:#666666;
text-indent:95px;
background-image:url(../momo/img/momo_tittle2.gif);
}


.footer_sub{
width:871px;
height:auto;
clear:both;
text-align:center;
padding-top:30px;
padding-bottom:30px;
}

.footer_sub li{
display:inline;
font-size:13px;
margin:8px;
}

.footer_wide{
width:auto;
height:80px;

background-image:url(../img/foot_side.jpg);

}

.footer{
margin:auto;
margin-top:-80px;
background-image:url(../img/footer.jpg);
color:#FFCC99;
width:871px;
height:80px;
text-align:left;
}

.footer h3{
font-size:10px;
}


.footer p{
font-size:10px;
}

#footer_l{
padding-top:15px;
padding-left:30px;
height:55px;
}

.footer a:link{
color:#FFCC99;
}
.footer a:visited{
color:#FFCC99;
}


}

