@charset "utf-8";

/* init */
*{
    margin: 0;
    padding: 0;
}
body {
	background: #c8db90;
    font-size: 95%;
    line-height: 1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	outline:none;
	border-style:#DDD ;
}
	
a img{
	outline:none;
	border-style:none;
}
a:link{
	color: #dc0911;
	}
a:visited{
	color: #dc0911;
	}
a:hover{
	color:#df8b08;
	}

h2{
	background: url(../images/bg_cya.png) repeat;
	padding: 20px 0 15px 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: none;
	border-bottom-left-radius: none;
	border-bottom: 1px #9cae0c solid;
}


h3{
	margin: 10px 0 15px 0;
}

small{
	font-size: 0.9em;
}




#header-wrapper{
	background: url(../images/bg_header.png) repeat-x;
	height: 780px;
	text-align: center;
}

#header{
	width: 900px;
	margin: 0 auto;
}


#content-wrapper{
	text-align: center;
	padding: 0 0 20px 0;
}

#main-image{
	width: 900px;
	margin: 0 auto;
}


#about{
	width: 872px;
	background: url(../images/bg_cya.png) repeat;
	padding: 15px 0 15px 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: none;
	border-bottom-left-radius: none;
	border-bottom: 1px #9cae0c solid;
	margin: 0 auto;
}

#about-block{
	position: relative;
	background: #fbfdf0;
	width: 820px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.6;
	padding: 15px 25px 25px 25px;
	margin: 0 auto 20px auto;
	border-top-right-radius: none;
	border-top-left-radius: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom: none;
}

#about-block .about-text{
	width: 795px;
	padding: 0 10px 0 15px !important;
}

#about-img{
	background: url(../images/bg_orange.png) repeat;
	width: 820px;
	padding:10px 0;
	margin-top: 15px;
	text-align: center;
	clear: both;
	border-radius: 5px;
}

.cha-large{
	font-size: 2.1rem;
	color: #5a1f0e;
	font-weight: bold;
}

.cha-mid{
	font-size: 2rem;
	color: #5a1f0e;
	font-weight: bold;
}


#content{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}


#content-left{
	width: 435px;
	float: left;
	margin: 0;
	padding-left: 15px;
}


#content-right{
	width: 435px;
	float: right;
	margin: 0;
	padding-right: 15px;
}

#content-right .block{
	float: right;
}


.block{
	margin-bottom: 30px;
	float: left;
}


.info{
	padding: 0 5px 5px 5px;
	margin: 0 0 10px 0;
}

.info2{
	padding: 5px;
	margin: 30px 0 0 0 ;
	font-size: 0.9rem;
	border: 1px #DDD solid;
	background: #fdfee9;
}

.info3{
	padding: 5px;
	margin: 5px 0 15px 0 ;
	font-size: 0.9rem;
	border: 1px #DDD solid;
	background: #fdfee9;
}




.box{
	position: relative;
	background: #fbfdf0;
	width: 380px;
	padding: 15px 20px 25px 20px;
	margin: 0;
	border-radius: 10px;
	border-bottom: 2px #666 dashed;
}




.box-same-cat{
	position: relative;
	background: #fbfdf0;
	width: 380px;
	padding: 15px 20px 25px 20px;
	margin: 0;
	border-radius: 10px;
	border-bottom: 1px #CCC dashed;
}

.box-top{
	position: relative;
	background: #fbfdf0;
	width: 380px;
	padding: 15px 20px 25px 20px;
	margin: 0;
	margin: 0;
	border-top-right-radius: none;
	border-top-left-radius: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom: 2px #666 dashed;

}


.box-bottom{
	position: relative;
	background: #fbfdf0;
	width: 380px;
	padding: 15px 20px 25px 20px;
	margin: 0;
	border-radius: 10px;
	border-bottom: none;
}

.box-with-title{
	position: relative;
	background: #fbfdf0;
	width: 380px;
	padding: 15px 20px 25px 20px;
	margin: 0;
	border-top-right-radius: none;
	border-top-left-radius: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom: none;
}

.box-with-title2{
	position: relative;
	background: #fbfdf0;
	width: 380px;
	padding: 15px 20px 25px 20px;
	margin: 0;
	border-top-right-radius: none;
	border-top-left-radius: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom: 2px #666 dashed;
}

.img-bottom{
	position: absolute;
	bottom: 0px;
	left: 300px;
}

#toblog{
	background: url(../images/bg_orange.png) repeat;
	border-radius: 10px;
}

#toblog a{
	background: url(../images/blog_btn.png) no-repeat;
	display: block;
	width: 420px;
	height: 0;
	padding: 100px 0 0 0;
	overflow: hidden;
}

#toblog a:hover{
	background: url(../images/blog_btn_h.png) no-repeat;
}


.picture{
	height: 105px;
	position: absolute;
	top: 25px;
	right: 20px;
	border: 1px #999 solid;
	border-radius: 2px;
}


.category{
	background: url(../images/bg_cya.png) repeat;
	color: #FFF;
	padding: 0 3px;
	margin-top: 5px;	
	display: inline-block;
	border-radius: 3px;
	}

.kinokon-img{
	border: 1px #999 solid;
	height: 285px;
	border-radius: 3px;
}



.text-box{
	padding: 15px 5px 5px 5px;
	line-height: 1.6;
}

.kinokon{
	font-size: 1rem;
}

.text-box2{
	background: #FFF;
	padding: 15px 10px 10px 10px;
	border: 1px #CCC dotted;
}

.text-box2 dt{
	padding: 2px 0 3px 5px;
	margin: 10px 0 5px 0;
	line-height: 1;
	border-left: 3px #459216 solid;
	border-bottom: 1px #CCC dotted;
}

.text-box2 dd{
	font-size: 0.9rem;
}

.note{
	color: #F60;
}

.heart{
	color: #ec3643;
}


dt{
	padding: 5px 5px 2px 5px;
	font-weight: bold;
}

dt.goods-hanbai{
	padding: 5px 5px 2px 5px;
	font-weight: bold;
	font-size: 1.2rem;
}

dd{
	padding: 5px;
}


dl table th{
	font-weight: normal;
}

.table{
	border-collapse: collapse;
	width: 350px;
}
.table td,.table th{
	border: 1px solid #aeaeae;
	vertical-align: middle;
}
.table th{
	background: #f8f8f8;
	width: 20%;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	font-size: 1rem;

}

.table td{
	background: #FFF;
	text-align: left;
	padding: 5px 5px 5px 10px;
}


#accessmap{
	margin: 10px 0;
}


/* table */


.table01{
	border-collapse: collapse;
	width: 380px;
}
.table01 td,.table01 th{
	border: 1px solid #aeaeae;
	vertical-align: middle;
}
.table01 th,
.table01 td.midashi{
	background: #f4e8c7;
	width: 20%;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	font-size: 1rem;

}
.table01 td{
	background: #FFF;
	text-align: left;
	padding: 5px 5px 5px 10px;
}

.table02{
	border-collapse: collapse;
	width: 100%;
}
.table02 td,.table02 th{
	border: 1px solid #ccc0ae;
	text-align: center;
	vertical-align: middle;

}
.table02 th{
	width: 20%;
	font-weight: normal;
	text-align: center;
	background: #f2f8eb;
	padding: 5px;
	font-size: 1rem;
}
.table02 td{
	background: #FFF;
	text-align: left;
	padding: 5px 5px 5px 10px;
}	
	
.table03{
	border-collapse: collapse;
	width: 100%;
	}
.table03 th,.table03 td{
	border-top: 1px dotted #7d673b;
	border-bottom: 1px dotted #7d673b;
	background: #fdfee9;
	padding: 5px 0px;
	text-align: left;
	vertical-align: middle;
	}
.table03 th{	font-weight: normal;
	width: 25%;
	padding-left: 15px;
	font-size: 1rem;
	}
.table03 td{
	padding-right: 15px;
	}



/* ダウンロードボタン */
#dl-button a{
	display: block;
	width: 230px;
	height: 52px;
	padding: 55px 20px 0 150px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 0.8rem;
	line-height: 1.2em;
	text-decoration: none;
}
#dl-button a:link,
#dl-button a:visited,
#dl-button a:hover{
	color: #333333;
	text-decoration: none;
}
#dl-button a{
	background-image: url(../images/btn_dl_off.png);
	background-repeat: no-repeat;
}
#dl-button a:hover{
	background-image: url(../images/btn_dl_on.png);
	background-repeat: no-repeat;
}


/* ダウンロードボタン2 */
#dl-button2 a{
	display: block;
	width: 230px;
	height: 52px;
	padding: 55px 20px 0 150px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 0.8rem;
	line-height: 1.2em;
	text-decoration: none;
}
#dl-button2 a:link,
#dl-button2 a:visited,
#dl-button2 a:hover{
	color: #333333;
	text-decoration: none;
}
#dl-button2 a{
	background-image: url(../images/btn2_dl_off.png);
	background-repeat: no-repeat;
}
#dl-button2 a:hover{
	background-image: url(../images/btn2_dl_on.png);
	background-repeat: no-repeat;
}




#footer{
	clear: both;
	background: #2a7a00;
	width:100%;
	padding: 10px 0 0 0;
}
#footer_in{
	background: #2a7a00;
	width: 900px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}


.logo1{
	position: absolute;
	top: 49px;
	left: 1px;
	}
.logo2{
	position: absolute;
	left: 183px;
	top: 52px;
	}
.support{
	width: 500px;
	color: #c9bdb1;
	font-size: 0.9rem;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 36px;
	}	
.cr{
	width: 500px;
	color: #FFF;
	font-size: 0.7rem;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 75px;
	}
.totop{
	position: absolute;
	left: 807px;
	top: -35px;
	}

