@charset "Shift_JIS";

/*
*
*【CSSのカスタマイズについて】
*
*■文字サイズを変更したい場合は
*　⇒font-size:○○px;
*　　　　　　　　の「○○」部分を変更します。
*
*■色を変更したい場合は
*　⇒color:#○○○○○○;
*　　background-color:#○○○○○○;
*　　border-top:#○○○○○○
*　　　　　　　　などの「#○○○○○○」部分を
*　　　　　　　　16進法　or　色の名前（red/blueなど）に変更します。
*
*　　※参考⇒　http://ja.wikipedia.org/wiki/カラーチャート
*
*/



/*** 全体 ***/
body,
html{
	margin:0;
	text-align:center;
	background-color:#ffffff;
	font-size:12px;
}

html{
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll;
	height:100%;
	margin-bottom:1px;
}

img{
	border:none;
	margin:5px;
}

h1{
	font-weight:normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	line-height:0em;
}

h2{
	border:#000000 1px solid;
	background-color:#7ab24c;
	color:#ffffff;
	padding:7px 15px;
	font-size:16px;
	text-align:left;
	margin-bottom:0px;
}

a{
	color:#589002;
}

a:hover{
	color:#1f5a00;
}

hr{
    height:1px;
    color:#666666;
    background-color:#666666;
    border:0 none;
	margin:15px 5px;
}

/*** サイト名とヘッダー ***/

#title{
	margin-top:25px;
	margin-bottom:10px;
	text-align:center;
	font-size:40px;
	color:#7ab24c;
}

#header{
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:800px;
	height:131px;
	border-top:#000000 1px solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	background:#ffffff url(../img/bg_header.gif) repeat-x top;
}

/*** トップメニュー ***/

#topmenu{
	margin-left:auto;
	margin-right:auto;
	padding:0;
	margin-top:-25px;
	height:45px;
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	background:#ffffff;
	width:780px;
	text-align:center;
}

#topmenucontainer{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

#topmenu a{
	text-decoration:none;
	font-size:13px;
	margin-top:-1px;
	padding-left:20px;
	padding-right:20px;
	padding-top:14px;
	padding-bottom:14px;
	line-height:17px;
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
	border-left:#666666 1px dashed;
	background:#ffffff;
	color:#467a26;
	float:left;
	display:block;
}

#topmenu a.first{
	border-left:none;
}

#last{
	margin-top:-1px;
	padding-left:0px;
	padding-right:0px;
	padding-top:14px;
	padding-bottom:14px;
	line-height:17px;
	border-left:#666666 1px dashed;
	background:#ffffff;
	color:#666666;
	float:left;
	display:block;
	margin:0;
	height:17px;
	width:1px;
}

#topmenu a.now{
	background:#d6eec0;
}

#topmenu a:hover{
	background:#e8f6d4;
}

/*** 中央コンテンツ ***/

#main{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:800px;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	background:url(../img/bg_main.gif) repeat-x bottom;

}

#detail{
	width:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-102px;
	padding:10px;
}

.article{
	padding:25px;
	line-height:1.3em;
	text-align:left;
	margin-bottom:-10px;
}

.article span#mailad{
	padding:10px 20px;
	margin:10px;
	display:block;
	border:#666666 1px dashed;
	width:400px;
}

.article p{
	margin-top:0px;
}

dl{
	width:600px;
	margin-left:15px;
}

dt{
	display:block;
	background:url(../img/bg_midashi.gif) no-repeat left;
	border-bottom:#999999 1px dashed;
	padding:3px 20px;
}

dt a{
	text-decoration:none;
}

dd{
	padding-top:8px;
	padding-right:10px;
	padding-bottom:20px;
	display:block;
}

dd img{
	margin:20px;
}

.comment img{
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.commenttxt{
	display:block;
	padding-top:20px;
	margin-right:0px;
}

.link img{
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.linktxt{
	display:block;
	padding-top:20px;
	margin-left:auto;
	margin-right:0px;
	width:370px;
}

/*** フッター ***/

#footer{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:25px;
	padding-top:40px;
	width:800px;
	height:38px;
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	background:#ffffff url(../img/bg_footer.gif) repeat-x bottom;
	color:#ffffff;
}

#footer a{
	color:#ffffff;
}

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

#footer {
	color:#ffffff;
}

/*** Page topボタン ***/

#footer a.back{
	border:#000000 1px solid;
	background-color:#ffffff;
	width:100px;
	padding:10px;
	margin-left:auto;
	margin-right:10px;
	margin-bottom:50px;
	display:block;
	color:#467a26;
	text-decoration:none;
}

#footer a.back:hover{
	background:#e8f6d4;
}

/*** 回り込み解除 ***/

.clearfix:before,.clearfix:after {
    content:"";
    display:block;
    overflow:hidden;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    zoom:1;
}