@charset "UTF-8";


/* ----  body ----*/



body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFFBE7;
	color:#000;
	line-height:2em;
	overflow-x:hidden;
	font-size:90%;
	-webkit-text-size-adjust: 100%;
}
h1 {
	margin:0px;
	padding:0px;
	line-height:0;
	width:990px;
	height:521px;
	position:relative;
	
}
h1 span {
	position:absolute;
	top:-40px;
	right:-10px;
	width:232px;
	height:272px;
}
a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	
}
p.image{
	margin:0px;
	line-height:0;
}

article a{
	color:#000;
	text-decoration:underline;
}

/*topmenu*/
#top_menu{
	height:133px;
	width:990px;
	line-height:0;
	backgournd:#006934;	
}
#top_menu p{
	width:456px;
	
	float:left;
}
#top_menu p a{
	width:456px;
	height:133px;
	display: block;
}
#top_menu ul{
	float:left;
}
#top_menu ul li{
	float:left;
}
#top_menu ul li a{
	display:block;
	height:133px;
} 
#top_menu ul li a span{
	display:none;
} 

#top_menu ul li#bt_coleus a{
	width:257px;
	background:url(../images2018/bt_coleus.jpg) no-repeat;
} 
#top_menu ul li#bt_kouso a{
	width:277px;
	background:url(../images2018/bt_kouso.jpg) no-repeat;
} 

#top_menu ul li a:hover{
	filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
} 

/*topmenu end*/

strong{
	font-weight:bold;
}

::selection {
	background:#999;
	color:#FFF;
}
::-moz-selection {
	background:#999;
	color:#FFF;
}

article {
	background:#FFF;
	margin:0px auto;
	width: 990px;
}
.image, .main{
	clear:both;
}
.main img,.image img,.form img,{
	width:100%;
}
#copyright {
	width:100%;
	font-size:10px;
	color:#888;
}

#main, #letter{
	position:relative;
}


#main .form{
	position:absolute;
	bottom:10px;
	left:0px;
}

#letter .form{
	position:absolute;
	bottom:10px;
	left:0px;
}
.form {
	margin-bottom:10px;
}

.form a:hover img, .shopping a:hover img{
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

#end{
font-size:180%;
line-height:1.7em;
font-weight:bold;
color:#F7258A;
padding:15px;
border:1px solid #F7258A;
margin:15px auto 25px;
width:90%;
}



/*_________ページトップ ________*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 120%;
}
#page-top a {
	background: #FFE167;
	text-decoration: none;
	color: #fff;
	padding: 15px 20px;
	text-align: center;
	display: block;
	border-radius: 5px;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#page-top a:hover {
	text-decoration: none;
	background: #FFB809;
}



