@charset "utf-8";

/* -+-+-+-+-+-+-+-+-+-+-+-+- Browser Reset */

*{
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration:none;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

/* -------------------- start reset -------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}

caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
/* -------------------- end reset -------------------- */



body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.8em;
	background-image: url(../common/bg-main.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100%;
}

a.a2 {
	line-height: 1.5em;
}


a.a2:active {
	color: #669900;
	text-decoration: underline;
}
a.a2:link {
	color: #666666;
	text-decoration: none;
}
a.a2:visited {
	color: #666666;
	text-decoration: none;
}
a.a2:hover {
	color: #669900;
	text-decoration: underline;
}

img{
	border: 0px;
}


a{color:#669900;text-decoration:none;line-height:normal;}
a:link {color:#000; }
a:visited {color:#000;}
a:hover {color:#669900;text-decoration:underline;font:18px/21px; }  /*リンクの色指定*/

a.a3{color:#669900;text-decoration:none line-height:normal;font:18px/23px;}
a.a3:link {color:#000; }
a.a3:visited {color:#000;}
a.a3:hover {color:#669900;text-decoration:underline;  }  /*リンクの色指定*/

a.a4{color:#669900;text-decoration:none line-height:normal;font:13px/18px;}
a.a4:link {color:#000; }
a.a4:visited {color:#000;}
a.a4:hover {color:#669900;text-decoration:underline;  }  /*リンクの色指定*/



/* -+-+-+-+-+-+-+-+-+-+-+-+- page */

#page {
	height: auto;
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- header */


#headerwrap {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}


#header {
	width: 812px;
	height: 130px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}


#header h1{
	font-size: 0.9em;
	color: #666633;
	float: left;
	padding-top: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}



 /*シンボルマーク */
#mark a  {
	width: 440px;
	height: 90px;
	background-image: url(../common/mark.jpg);
	display: block;
	float: left;
	text-indent: -9999px;
	clear: both;
}
#mark  a:hover {
	background-image: url(../common/mark.jpg);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}


 /*headerList */


#headerList {
	float: right;
	color: #333333;
	margin-top: -5px;
}

#headerList li {
	list-style-type: none;
	font-size: 0.85em;
	width: 350px;
	margin-bottom: 5px;
}

#headerList li img {
	padding-right: 3px;
}


#headerList a{
	color: #333333;
}
#headerList a:hover{
	color: #669900;
}



#headerList li.tel a {
	background-image: url(../common/otoiwase.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
	width:350px;
	height: 50px;
	text-indent: -9999px;
	margin-top: 30px;
}
#headerList li.tel a:hover {
	background-position: 0px -50px;
}



.button001 ul{
	list-style-type: none;
}

.button001 li{
	text-indent: -9999px;
}




.button001 li.tel{
	width:240px;
	float: left;
	text-indent: -9999px;
}


.button001 li.tel a {
	display:block;
	width:240px;
	height: 110px;
	margin-bottom: 10px;
	background-image: url(../index/button01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.button001 li.tel a:hover {
	background-position: 0px -110px;
}



/*  Global Navigation Style */

#gNavi {
	height:50px;
	width:812px;
	text-indent: -9999px;
	clear: both;
	padding: 0px;
	background-image: url(../common/g_navi.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#gNavi ul {
	width: 812px;
	height: 50px;
}


#gNavi li {
	display:inline;
	list-style-type:none;
}
#gNavi li a {
	width:116px;
	height:50px;
	display:block;
	float:left;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}


/*------gNavioff*/
#pageLink01 a {
	background:url(../common/g_navi.jpg) no-repeat 0px 0px;
}
#pageLink02 a  {
 background:url(../common/g_navi.jpg) no-repeat -116px 0px;
}
#pageLink03 a  {
 background:url(../common/g_navi.jpg) no-repeat -232px 0px;
}
#pageLink04 a  {
 background:url(../common/g_navi.jpg) no-repeat -348px 0px;
}
#pageLink05 a  {
 background:url(../common/g_navi.jpg) no-repeat -464px 0px;
}

#pageLink06 a  {
 background:url(../common/g_navi.jpg) no-repeat -580px 0px;
}
#pageLink07 a  {
 background:url(../common/g_navi.jpg) no-repeat -696px 0px;
}


/*------gNavihover*/
#pageLink01 a:hover {
 background:url(../common/g_navi.jpg) no-repeat 0px -100px;
}
#pageLink02 a:hover {
 background:url(../common/g_navi.jpg) no-repeat -116px -100px;
}
#pageLink03 a:hover {
 background:url(../common/g_navi.jpg) no-repeat -232px -100px;
}
#pageLink04 a:hover {
 background:url(../common/g_navi.jpg) no-repeat -348px -100px;
}
#pageLink05 a:hover {
 background:url(../common/g_navi.jpg) no-repeat -464px -100px;
}
#pageLink06 a:hover {
 background:url(../common/g_navi.jpg) no-repeat -580px -100px;
}
#pageLink07 a:hover {
 background:url(../common/g_navi.jpg) no-repeat -696px -100px;
}

#pageLink01_on a {
 background:url(../common/g_navi.jpg) no-repeat 0px -50px;
}
#pageLink02_on a {
 background:url(../common/g_navi.jpg) no-repeat -116px -50px;

}
#pageLink03_on a {
 background:url(../common/g_navi.jpg) no-repeat -232px -50px;

}
#pageLink04_on a{
 background:url(../common/g_navi.jpg) no-repeat -348px -50px;

}
#pageLink05_on a {
 background:url(../common/g_navi.jpg) no-repeat -464px -50px;

}
#pageLink06_on a {
 background:url(../common/g_navi.jpg) no-repeat -580px -50px;

}
#pageLink07_on a {
 background:url(../common/g_navi.jpg) no-repeat -696px -50px;

}

/*------mainWrap*/

#mainWrap {
	width: 530px;
	height: auto;
	float: right;
	margin-right: 20px;
	overflow: auto;
	padding-bottom: 50px;
}

#mainWrap h2 {
	margin-bottom: 10px;
}

#mainWrap p {
	margin-top: 10px;
	line-height: 1.8em;
	font-size: 0.9em;
}

/* -+-+-+-+ ご予約・お問い合わせ */


#contact {
	width:530px;
	text-indent: -9999px;
	margin-top: 20px;
	clear: both;
}

#contact p a {
	display:block;
	width: 530px;
	height: 200px;
	background-image: url(../common/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#contact p a:hover {
	background-position: 0px -200px;
}




/* -+-+-+-+ サイドメニュー */
#sidemenu {
	width:220px;
	float: left;
	margin-left: 20px;
}



ul.button001 {
	list-style-type: none;
}

ul.button001 li{
	text-indent: -9999px;
}

ul.button001 li a {
	display:block;
	width:220px;
	height: 110px;
	margin-bottom: 15px;
}



/* img01スタート */




ul.button001 li.img01 a {
	background-image: url(../index/button01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 300px;
}
ul.button001 li.img01 a:hover {
	background-position: 0px -300px;
}


/* img02kスタート */



ul.button001 li.img02 a {
	background-image: url(../index/button02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
}
ul.button001 li.img02 a:hover {
	background-position: 0px -100px;
}
/* img03スタート */




ul.button001 li.img03 a {
	background-image: url(../index/button03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
}
ul.button001 li.img03 a:hover {
	background-position: 0px -100px;
}

/* img04スタート */




ul.button001 li.img04 a {
	background-image: url(../index/button04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
}
ul.button001 li.img04 a:hover {
	background-position: 0px -100px;
}

/* img05スタート */




ul.button001 li.img05 a {
	background-image: url(../index/button05.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 65px;
}
ul.button001 li.img05 a:hover {
	background-position: 0px -100px;
}


/* img06スタート */




ul.button001 li.img06 a {
	background-image: url(../index/button06.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 65px;
}
ul.button001 li.img06 a:hover {
	background-position: 0px -100px;
}


/* img07スタート */




ul.button001 li.img07 a {
	background-image: url(../index/button07.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 65px;
}
ul.button001 li.img07 a:hover {
	background-position: 0px -100px;
}



/* -+-+-+-+-+-+-+-+-+-+-+-+- footer */


#footer {
	height: 100px;
	clear: both;
	color: #FFFFFF;
	background-color: #567A30;
}


#footer_wrap {
	width: 812px;
    margin: 0 auto;  
}

#pagetop a {
	margin-right: 20px;
	text-indent: -9999px;
	width: 125px;
	height: 39px;
	float: right;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../common/pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: -35px;
}

#pagetop a:hover {
 background-position : 0 -39px;
}


#footer a {
	color: #FFFFFF;
}

#footer a:hover{
	color: #FFFF99;
}


#footerList {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	width: 812px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/*------コピーライト*/
address {
	clear: both;
	color: #FFFFFF;
	text-align: center;
}


.link a {
	color: #663300;
	font-weight: 200;
	background-image: url(../common/pointmark.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 23px;
	clear: both;
}



hr {
	height: 0px; /* hrの実線を消す */
	border: 0px; /* 基本設定でしていれば不要*/
	border-top: 1px dotted #CCCCCC;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;


}





/*------それぞれのスタイル*/


.margint10 {
	margin-top: 10px;
}

.margint20 {
	margin-top: 20px;
}

.margint30 {
	margin-top: 30px;
	clear: both;
}

.margint40 {
	margin-top: 40px;
}



.marginb10 {
	margin-bottom: 10px;
}

.marginb20 {
	margin-bottom: 20px;
}

.marginb30 {
	margin-bottom: 30px;
}


.marginb40 {
	margin-bottom: 40px;
}

.marginl10 {
	margin-left:10px;
}



.margin20 {
	margin-left: 20px;
}

.margintr10 {
	margin-right: 10px;
}



.margintr15 {
	margin-right: 15px;
}



.left10 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}



.left20 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.right {
	float: right;
}

.right10 {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}




.clear {
	clear: both;
}

.orange {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9900;
}

.red {
	color: #FF0000;
	font-size: 0.8em;
}
.btnStyle1:hover {
	opacity:0.7;
}

.ttlStyle1{
	color:#99aa22;
	font-size:170%;
	font-weight:normal;
	background:url("../common/line.jpg") repeat-x scroll 0 100% transparent;
	padding-bottom:7px;
	margin-bottom:20px;
	}
	
.ttlStyle2{
	color:#CC0000;
	font-size:170%;
	font-weight:normal;
	background:url("../common/line2.jpg") repeat-x scroll 0 100% transparent;
	padding-bottom:7px;
	margin-bottom:20px;
	}
	
.ttlStyle3{
	color:#67C4C4;
	font-size:170%;
	font-weight:normal;
	background:url("../common/line3.jpg") repeat-x scroll 0 100% transparent;
	padding-bottom:7px;
	margin-bottom:20px;
	}
	
	
.big {
	font-size: 1.2em;
}
	
	
.gray{
	color:#777777;
	display:block;
	margin:5px 0 0;
}
	
.green{
	color:#99aa22;
}
	
.red2{
	color:#CC0000;
}
	
.blue{
	color:#67C4C4;
}
	
	

ul.howto {
	width: 200px;
	color: #333333;
	margin-bottom: 15px;
}


ul.howto h2 {
	margin-bottom: 10px;
}



ul.howto li {
	clear: both;
	margin-bottom: 5px;
	list-style-type: none;
	}

ul.howto a h3 {
	background-image: url(../common/pointmark2.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 1.2em;
	padding-top: -3px;
}

ul.howto a h3:hover {
	color: #669900;
}
	

/*------10/17*/


/*------ブログ*/


.blog01 {
	float: left;
	height:auto;
	width: 200px;
	}
	
.blog02 {
	float: left;
	width: 170px;
	height: auto;
	background-image: url(../img/blog_bg.gif);
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}

.blog03{
	float: left;
	width: 200px;
	height: 10px;
	background-image: url(../img/blog_bot.gif);
	background-repeat: no-repeat;
	padding-bottom: 50px;
	}
	
.blog04{
	float: left;
	width: 170px;
	height: auto;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	}

.blog05{
	float: left;
	width: 170px;
	height: auto;
	color: #669900;
	padding-top:10px;
	padding-bottom: 5px;
	}
	
.blog06{
	float: left;
	width: 170px;
	height: auto;
	font-size:13px;
	line-height:18px;
	}

/*------*/

.blog_title{
	float: left;
	width: 530px;
	height: auto;
	padding-bottom:10px;
	}
	
.blog_date{
	float: left;
	width: 530px;
	height: auto;
	color: #669900;
	padding-bottom: 10px;
	text-align: right;
	font-size: 16px;
	line-height: 21px;
	}

.blog_copy{
	float: left;
	width: 530px;
	height: auto;
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	}
	
.blog_copy2{
	float: left;
	width: 530px;
	height: auto;
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	}

.blog_copy3{
	float: left;
	width: 530px;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 50px;
	text-align: right;
	}


.blog_copy4{
	float: left;
	width: 530px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	}
	
.blog_copy5{
	float: left;
	width: 150px;
	height: auto;
	color: #669900;
	font-size: 16px;
	line-height: 21px;
	}

.blog_copy6{
	float: left;
	width: 380px;
	height: auto;
	font-size: 18px;
	line-height: 23px;
	}
	
.blog_copy7{
	float: left;
	width: 530px;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 50px;
	}
