@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;
}


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



/*iframe用*/
dl{
margin-top:5px;
}



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

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;
}



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;
color:#999999;
}
.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(img/main_back.gif);
	text-align:center;
	
	}


/*sam*/
.sam{
	width:871px;
	height:145px;
	background-image:url(img/sam.jpg);
	
	}

#sam1{
float:left;
width:242px;
height:106px;
margin-left:313px;
margin-top:29px;
display:inline;
}

#sam2{
float:left;
margin-left:-513px;
margin-top:29px;



}

#sam3{
float:left;
margin-left:29px;
margin-top:29px;

}


.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:13px;

}

#c_left h3{
color:#333333;
font-size:24px;
font-weight:bold;
}

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


/*ぶどう大見出し*/
#budou{
	width:520px;
	height:150px;
	border:4px;
	border-style:solid;
	border-color:#A4BDFF;
	margin-top:5px;
}

#budou img{
float:left;
margin:3px;
width:150px;
height:144px;
}

#budou_c{
float:left;
height:130px;
width:260px;
margin-top:10px;
}

#budou_c h2{
margin-left:10px;
}

#budou_r{
float:right;
height:144px;
width:90px;
margin:3px;
font-size:12px;
background-color:#E3E7FF;
}

#budou_r ul{
margin-top:15px;
}



/*桃大見出し*/
#momo{
	width:520px;
	height:150px;
	border:4px;
	border-style:solid;
	border-color:#A4BDFF;
	margin-top:5px;
}

#momo img{
float:left;
margin:3px;
width:150px;
height:144px;
}

#momo_c{
float:left;
height:130px;
width:260px;
margin-top:10px;
}

#momo_c h2{
margin-left:10px;
}

#momo_r{
float:right;
height:144px;
width:90px;
margin:3px;
font-size:12px;
background-color:#FFEFF0;
}

#momo_r ul{
margin-top:15px;
}



/*さくらんぼ見出し*/
#sakura{
	width:520px;
	height:150px;
	border:4px;
	border-style:solid;
	border-color:#A4BDFF;
	margin-top:20px;
}

#sakura img{
float:left;
margin:3px;
width:150px;
height:144px;
}

#sakura_c{
float:left;
height:130px;
width:260px;
margin-top:10px;
}

#sakura_c h2{
margin-left:10px;
}

#sakura_r{
float:right;
height:144px;
width:90px;
margin:3px;
font-size:12px;
background-color:#FFD9FF;
}

#sakura_r ul{
margin-top:60px;
}


/*柿　見出し*/
#kaki{
width:520px;
height:150px;
border:4px;
border-style:solid;
border-color:#A4BDFF;
margin-top:5px;
}

#kaki img{
float:left;
margin:3px;
width:150px;
height:144px;
}

#kaki_c{
float:left;
height:130px;
width:260px;
margin-top:10px;
}

#kaki_c h2{
margin-left:10px;
}

#kaki_r{
float:right;
height:144px;
width:90px;
margin:3px;
font-size:12px;
background-color:#FFCC99;
}

#kaki_r ul{
margin-top:60px;
}







#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;
}

#caution p{
font-weight:bold;
color:#FF0000;
text-align:center;
}

#caution{
background-color:#FFFF66;
padding:5px;
}


.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;
}


}
