@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}


a{outline:0;}
img{border:none;}
.clearfix{zoom:1;}
.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

h1,h2,h3,h4{
	padding:0;
	margin:0;
}

.block {display: block;}
.clear{clear:both;}
.right{float:right;}
.left{float:left;}
.center{text-align:center;}


.p_clear{
	display:block;
	text-indent:-9000px;
}

strong{
	font-weight:bold;
	color:#C44F00;
}

a:link,a:visited {color: #54AA2B;}
a:hover{text-decoration:none;color:#54AA2B;}

body {
	margin: 0px;
	padding: 0px;
	background:#fff;
	color:#111;
	font: 12px/165% "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",Osaka;
	text-align:center;
}

#head-wrapper {
	margin:0 auto;
	background:url(../img/wrapper_bg.jpg) repeat-x;
}

#header{
	width:880px;
	height:120px;
	margin:0 auto;
	text-align:left;
	background:url(../img/head_bg.jpg) repeat-x;
}

#header-left{
	padding:20px 0 0 10px;
	width:400px;
	float:left;
}


#header-right{
	padding:20px 0 0 10px;
	float:right;
}

#main-wrapper {
	margin:0 auto;
	background:#90C85C;
}

#main{
	width:880px;
	margin:0 auto;
}




/*-- menu --*/



#main ul {
	height:58px;
}

#main li {
	float:left;
	list-style-type: none;
}

#main li a{
	text-indent:-9999px;
	height:58px;
	display:block;
}

#main li.active a{
	text-indent:0px;
}


#main li.menu01 a{background: url(../img/menu01.gif) no-repeat; width:148px;}
#main li.menu02 a{background: url(../img/menu02.gif) no-repeat; width:146px;}
#main li.menu03 a{background: url(../img/menu03.gif) no-repeat; width:147px;}
#main li.menu04 a{background: url(../img/menu04.gif) no-repeat; width:146px;}
#main li.menu05 a{background: url(../img/menu05.gif) no-repeat; width:147px;}
#main li.menu06 a{background: url(../img/menu06.gif) no-repeat; width:146px;}

#main li.menu01 a:hover{background: url(../img/menu01_o.gif) no-repeat; width:148px;}
#main li.menu02 a:hover{background: url(../img/menu02_o.gif) no-repeat; width:146px;}
#main li.menu03 a:hover{background: url(../img/menu03_o.gif) no-repeat; width:147px;}
#main li.menu04 a:hover{background: url(../img/menu04_o.gif) no-repeat; width:146px;}
#main li.menu05 a:hover{background: url(../img/menu05_o.gif) no-repeat; width:147px;}
#main li.menu06 a:hover{background: url(../img/menu06_o.gif) no-repeat; width:146px;}




#content{
	width:870px;
	margin:0 auto;
	padding-bottom:20px;
}

#cont-l{
	width:590px;
	float:left;
	text-align:left;
}

#cont-l h1{
	padding-bottom:10px;
}




#cont-r{
	width:250px;
	float:right;
}


#cont-1c{
	width:870px;
	margin:0 auto;
	text-align:left;
}


/*-- 右側メニュー --*/

#smenu{
	background:#EDE8D3;
	width:250px;
	margin-bottom:15px;
}


#smenu dl{
	padding:5px 0 5px 15px;
	text-align:left;
}

#smenu dt{
	background:url(../img/arrow1.gif) no-repeat;
	padding:2px 0 5px 17px;
	margin:5px ;
	line-height:100%;

}

#smenu dd{
	background:url(../img/arrow2.gif) no-repeat;
	padding:0 0 5px 17px;
	margin:5px 5px 5px 20px;
	line-height:100%;

}

#smenu dt a:link,#smenu dt a:visited {text-decoration:none ; color: #468F27;}
#smenu dt a:hover{text-decoration:underline; color:#468F27;}

#smenu dd a:link,#smenu dd a:visited {text-decoration:underline; color: #666666;}
#smenu dd a:hover{text-decoration:none; color:#666666;}


/* よくあご御質問 */

ul#faq{
	text-align:left;
	width:600px;
	margin:0 auto;
}

ul#faq li{
	float:left;
	background:url(../img/arrow3.gif) no-repeat;
	margin:10px 0 15px 5px;
	padding:0 0 5px 13px;
	list-style:none;
	line-height:120%;
}


/* フォーム */

h1.ttl-form{
	background:url(../../img/form/ttl_mail.jpg) no-repeat;
	width:754px;
	height:99px;
	text-indent:-9000px;
	display:block;
}



table.form td{
	padding:8px 10px;
	
}

textarea {
	width:350px;
}

/* ----- エラー・送信完了 各ページ設定 ------- */
.box_error {
	font-size: 14px;
	color: #333333;
	background-color: #FFFFCC;
	text-align: left;
	padding: 10px;
	border: 1px dashed #CC9900;
	margin: 10px;
}
.box_thanks {
	font-size: 13px;
	color: #3366CC;
	background-color: #CAE4FF;
	text-align: center;
	padding: 10px;
	border: 1px dashed #99CCFF;
	margin: 10px;
}

/* スタイル */

.f10{font-size:10px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}

.f16-b{font-size:16px;
font-weight:bold;
color:#910F25;
}

.f16-r{font-size:16px;
font-weight:bold;
color:#D20B00;
}

.blue{color:#06C;}
.white{color:#fff;}
.pink{color:#DC167E;}
.orange{color: #FF6600;}

.pt5{margin-top:5px;}
.pr5{margin-right:5px;}
.pb5{margin-bottom:5px;}
.pl5{margin-left:5px;}

.pt10{margin-top:10px;}
.pr10{margin-right:10px;}
.pb10{margin-bottom:10px;}
.pl10{margin-left:10px;}

.pt15{margin-top:15px;}
.pr15{margin-right:15px;}
.pb15{margin-bottom:15px;}
.pl15{margin-left:15px;}

.pt20{margin-top:20px;}
.pb20{margin-bottom:20px;}
.pr20{margin-right:20px;}
.pb30{margin-bottom:30px;}


.none{display:none;}
.arrow {
	background:url(../img/arrow.gif) no-repeat;
	padding:0 0 0 12px;
	background-position :left center;
}

.point {
	background:url(../img/circle.gif) no-repeat;
	padding:0 0 0 17px;
	background-position :left center;
}

.red{color:#CC0000;}

.totop{
	float:right;
	padding:10px 0;
}


/* パンクズ */

#pan{
	font-size:10px;
	color:#666;
	padding:5px 0 10px 0;
}

#pan a:link,#pan a:visited {text-decoration:none; color: #468F27;}
#pan a:hover{text-decoration:underline; color:#333;}


/* フッタ */


#foot{
	background:#EDE8D3;
	text-align:left;
}


#foot a:link,#foot a:visited {text-decoration:underline; color: #666666;}
#foot a:hover{text-decoration:none; color:#666666;}


#foot ul{
	text-align:left;
	width:600px;
	margin:0 auto;
	
}

#foot ul li{
	float:left;
	list-style:none;
	padding:5px;
}


#footer{
	text-align:center;
	background:#90C85C;
	padding:5px;

}
	
