@charset "Shift_JIS";
/* body 
----------------------------------------------------------- */
body {
	text-align: center;
	font: 80%/1.4 Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', san-serif;
	background: url(parts/bg_wood.jpg) repeat-x;
}
/*
 margin,padding 指定
----------------------------------------------------------- */
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,address,
ol,ul,li,dl,dt,dd,span,table,th,td,form,fieldset,caption,hr,br  
{
	margin:  0;
	padding: 0;
    }
/*
floatの回り込み解除を親要素で処理
----------------------------------------------------------- */
/*IE用*/
div {
	zoom: 100%;
}
/*Opera,Fierfox用*/
div:after {
	content: " ";  /*新しい要素を作る */
	display: block; /*ブロックレベル要素に */
	height: 0;
	display: block;
	visibility: hidden;
}
/*
 font 指定
----------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	/*font-weight: normal;*/
}
address,strong,em,cite {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
/*#wrap
----------------------------------------------------------- */
#wrap {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #000;
	background: #FFF;
	position: relative;
}
/*
 img borderを表示しない
---------------------- */
img {
	border: 0px;
}
/*
 clear > flote:left/right両方で設定した回り込みを解除する
---------------------- */
.clear {
	clear: both;
}
/*
 right
----------------------- */
.right {
	float: right;
}
/*
 left
----------------------- */
.left {
	float:left;
}
/*
 center
----------------------- */
.center {
	text-align: center;
}
/*
 hr　仕切り線
----------------------- */
hr {
	border: 0;
}
/*
 注目要項
----------------------- */
.attention {
	color:#00C;
	text-align: right;
	width: 700px;
	display: block;
}
/*
 注目要項1
----------------------- */
.attention1 {
	color:#F00;
}
/*
 注目要項2
----------------------- */
.attention2 {
	color:#F00;
	font-size: 120%;
}
/*
 link指定　サンプル
---------------------- */
#subnavi .section a:link,
#subnavi .section a:visited {
	color: #333;
	background: #FFC;
}
#subnavi .section a:hover,
#subnavi .section a:active {
	background: #CF9;
	color: #000;
}
/*
 header
---------------------- */
#header {
	background: url(parts/bg_header.jpg) no-repeat;
	width: 800px;
	padding-bottom: 15px;
	height: 425px;
}
#header h1 {
	text-indent: -9999px;
	height: 200px;
	width: 800px;
}
#header #img_mori {
	height: 225px;
	width: 300px;
	float: left;
	padding: 0px 10px 0px 30px;
}

#header #concept {
	padding: 15px;
	background: #060;
	color: #FFF;
	left: 340px;
	overflow: auto;
	height: 195px;
	width: 400px;
}
#header #concept h2 {
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 0px auto 10px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
/*
#main
----------------------- */
#main {
	margin: 0px auto 10px;
	width: 700px;



	*top: -260px;
}
#main h2 {
	padding: 5px 0px 5px 15px;
	margin: 0px 0px 10px;
	width: 680px;
	background: url(parts/bg_haikei.jpg) no-repeat 0px;
	clear: both;
	color: #663300;
	font-weight: bold;
	border-top: 1px dashed #063;
	border-bottom: 1px dashed #063;
	font-size: 110%;
}
h3,dt {
	color: #F60;
	font-weight: bold;
	margin: 10px 0px;
}
dl {

}

dd {
	width: 660px;
	margin: 0px auto;
}
ul {
	margin: 0px auto 10px;
	width: 650px;
	list-style: square inside;
}




/*
 footer 
---------------------- */
#footer {
	width: 800px;
	padding: 10px 0px;
	background: url(parts/bg_haikei.jpg) repeat;
	text-align: center;
}
#footer strong {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 1em;
	color: #060;
}
/*
table
---------------------- */

table.tbl_data{
	border-collapse: collapse;
	width: 700px;
	margin: 10px 0px;
}

.tbl_data th,.tbl_data td {
	padding: 3px;
	border: 1px solid #666;
}

.tbl_data th {
	text-align: center;
	background: #ACD598;
	color: #030;
	font-weight: normal;
}
#footer em {
	letter-spacing: 0.5em;
	font-weight: bold;
}
