@charset "utf-8";
/* CSS Document */

/*--------------------基本的な設定--------------------*/

/* ---------- body ---------- */
body {
	background-color: #99B87A;
	text-align: center;
	color: #000;
	font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}

	
	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}

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

a,a:link,a:visited{
	background-color: inherit;
	text-decoration: underline;
	color: #660;
}
a:focus,a:hover,a:active
{
	background-color: inherit;
	text-decoration:underline;
	color: #333;
}
a:hover img {
	border:none;
	background:transparent;
}
/* ---------- /anchor ---------- */

/* ---------- clear ---------- */
.clear
{
	clear:both;
	width: 100%;
}
/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
/* ---------- /clear---------- */
	
/* ---------- font ---------- */
.fs10{
	font-size: 12px;
}
.fs14{
	font-size: 16px;
}	
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}
.fc01{
	color: #C00;
} 
.fc02{
	color: #660;
} 
.fc03{
	color: #fff;
} 
.bold{
	font-size: 14px;
	font-weight: bold;
}
/* ---------- /font ---------- */

/* ---------- img ---------- */
a img, img { 
border:0;
}

img {
vertical-align: top;
}

/*画像を中央に(垂直方向）*/
.img{
	vertical-align:middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*画像を右寄せ*/
.imgright {
	float: right;
	margin: 0 5px;
	}
/*画像を左寄せ*/
.imgleft {
	float: left;
	margin: 0px 10px 10px;
	}
/* ---------- /img ---------- */

/* --OTHER TAGS-- */
a {
overflow:hidden;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
hr{
	border-top: 1px solid #E7EEDF;
	border-right: 0px solid #E7EEDF;
	border-bottom: 0px solid #E7EEDF;
	border-left: 0px solid #E7EEDF;
}
/*下余白指定*/
.mb_10{
	margin-bottom: 10px;
}
/*上余白指定*/
.mt_10{
	margin-top: 10px;
}
/*上下余白指定*/
.mtb_10{
	margin-top: 10px;
	margin-bottom: 10px;
}
/*左右余白指定*/
.mrl_10{
	margin-right: 10px;
	margin-left: 10px;
}
/*--------------------基本的な設定ここまで--------------------*/

/*
---------- レイアウト ---------- */
#container{
	width: 840px;
	margin: 0 auto;
	text-align:left;
	padding: 0px;
	overflow:hidden;
	background-color: #FFF;
}

/* ヘッダー
---------------------------------------------------- */
#header {
	width: 800px;
	height: 110px;
	background-image: url(../img/head_bg.gif);
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#header h1{
	font-size: 12px;
	color: #000;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
}

/* サイトタイトル指定
---------------------------------------------------- */
#rogo {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #690;
	border-left: none;
	margin-bottom: 10px;
	height: 25px;
}


/* メニュー
---------------------------------------------------- */
#menu{
	margin-left: 30px;
}

#menu ul {
	margin: 0;
	padding :0;
	list-style-type : none;
}
#menu li {
	padding :0;
	margin:0;
	float: left;
}
#menu a {
	text-decoration:none;
	margin:1px 0px;
	padding-left:15px;
	background-image: url(../img/icon_list.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-right: 15px;
	font-weight: bold;
}
#menu a:hover {
	text-decoration:none;
	margin:1px 0px;
	padding-left:15px;
	background-image: url(../img/icon_list02.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}


/*
---------- コンテンツ ---------- */
#content {
	margin: 0px auto;
	width: 800px;
	padding: 0px 20px;
	overflow:hidden;
	clear: both;
	background-color: #FFF;
}
/*パンくずリスト*/
#pan_list{
	width: 560px;
	margin-bottom: 10px;
}

/*
---------- サイドバー ---------- */
#sidebar{
	float: right;
	width: 198px;
	padding: 0px;
	margin: 0px;
}
/*サイドメニュー*/
#submenu{
	width: 190px;
	padding-bottom: 20px;
}

#submenu h2{
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #CCC;
}

#submenu ul{
	list-style: none;
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#submenu li{
	margin: 0;
}

#submenu li a{
	display: block;
	height: 30px;
	margin: 0;
	padding: 10px 0 0 35px;
	text-decoration: underline;
	color: #A0BF7D;
	border-bottom: 1px dashed #E7EEDF;
	background-image: url(../img/submenu_list.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#submenu li a:hover{
	color: #999;
	text-decoration: underline;
	background-image: url(../img/submenu_list_on.gif);
	background-position: 15px center;
	background-color: #F0F4EC;
}
/*サイドテキストエリア*/
#side_txbox{
	border: 1px solid #CCC;
	margin-top: 20px;
	padding: 10px;
}

/*
---------- メイン ---------- */
#main{
	float: left;
	width: 800px;
	margin-right: 20px;
}
#main h2{
	background-image: url(../img/tit_bg.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 780px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 5px;
	border-left: 5px solid #690;
	border-bottom: 1px dashed #690;
}
#main h3{
	height: 30px;
	width: 520px;
	font-weight: bold;
	padding-top: 10px;
	color: #000;
	border: 1px dashed #690;
	background-color: #E7EEDF;
	padding-right: 20px;
	padding-left: 40px;
	background-image: url(../img/main_h3.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.main_box{
	margin: 10px;
}
.main_box2{
	margin: 10px;
	border: 1px solid #690;
	padding: 10px;
}
.main_box2 hr{
	border-top: 1px dashed #99B87A;
	border-right: 0px dashed #99B87A;
	border-bottom: 0px dashed #99B87A;
	border-left: 0px dashed #99B87A;
}

/*ページトップ*/
#pagetop{
	clear: both;
	text-align:right;
	margin: 15px;
}
/*
---------- フッター ---------- */
#footer{
	clear: both;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
}
#footer_box{
	width: 820px;
	text-align:left;
	color: #333;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
#footer_box a{
	color: #333;
}
#footer_box a:hover{
	color: #FFF;
}
