body {
	margin: 0;
	padding: 0;
	background: #EEE9E3;
	font-size: 62.5%;
	font-family: Meiryo, '$B%a%$%j%*(B', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','$B%R%i%.%N3Q%4(B Pro W3', '$B#M#S(B $B#P%4%7%C%/(B', sans-serif;
	line-height: 200%;
}

* { padding:0; margin: 0; }
img { border: 0; }

a:link { color: #6D3D00; }
a:visited { color: #6D3D00; }
a:hover { color: #28320C; }

/* header */
#header{
	width: 100%;
	min-width: 820px;
	background: url(../images/header_back.gif);
	font-size: 1.3em;
	border-width: 10px 0 1px 0;
	border-style: solid;
	border-color: #38322F;
	}

#header h1 {
	width:230px;
	text-align: center;
	float: left;
	}
#header h1 img {
	margin-top: 20px;
	}

#header ul {
	float: right;
	margin-right: 10px;
	}
#header li {
	list-style: none;
	float: left;
	}

.text { float: right; text-align: right; }
.text a { padding: 5px; }
.text a:link,
.text a:visited { background: #000; color: #fff; }
.text a:hover { background: #c0c0c0; color: #fff; }

#head_disc {
	margin-left: 226px;
	height: 200px;
	background: url(../images/header_disc.jpg) no-repeat;
	}
	
#header h2 {
	padding-left: 30px;
	padding-top: 30px;
	font-weight: normal;
	font-size: 100%;
	width: 230px;
	}
#header h2 img {
	margin-bottom: 1em;
	}

/* contents */
#contents {
	background: url(../images/contents_back.gif) repeat-x;
	font-size: 1.3em;
	}

#contents_label { margin-top: 0.5em; width: 90%; margin-left: auto; margin-right: auto; }
#contents_menu {
	border-width: 2px 0 0 0;
	border-color: #D8CFA5;
	border-style: solid;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}
#contents_menu h3 {
	font-size: 1.8em;
	line-height: 1.5em;
	margin-left: 20px;
	margin-top: 20px;
	}
#contents_menu p { padding: 1em 1em 0 3em; }
#contents_menu span { color: #718B25; }

.contents_select1 {
	border-width: 0 2px 0 0;
	border-color: #fff;
	border-style: solid;
	float: left;
	width: 33%;
	height: 220px;
	margin-bottom: 3em;
}

.contents_select2 {
	border-width: 0 2px 0 0;
	border-color: #fff;
	border-style: solid;
	float: left;
	width: 33%;
	height: 220px;
	margin-bottom: 3em;
}

.contents_select3 {
	border-width: 0 0 0 0;
	border-color: #fff;
	border-style: solid;
	float: left;
	width: 33%;
	height: 220px;
	margin-bottom: 3em;
}
	
.linkbox{
	width: 100%;
	height: 220px;
	cursor:pointer;
	border: 1px solid #EEE9E3;
	}
.box_hover{
	background: url(../images/contents_select_back2.gif) no-repeat bottom right #F8F6F4;
	border: 1px solid #D8CFA5;
	cursor:pointer;
	}
.box_hover span {
	border-width: 0 0 1px 0;
	border-color: #c0c0c0;
	border-style: solid;
	}
.none{
	text-indent:-9999px;
	height:0px;
	overflow:hidden;
	}
	
/* footer */
#footer {
	min-width: 820px;
	clear: both;
	background: #38322F url(../images/footer_back.gif) repeat-y right;
	color: #fff;
	margin-bottom: 40px;
	padding: 20px 10px 20px 10px;
	}
#footer p {
	text-align: center;
	margin-top: 5em;
	font-size: 1.1em;
	}
#link {
	margin: auto;
	width: 90%;
	font-size: 1.2em;
	}
#link dt {
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #718B25;
	padding: 3px;
	width: 12em;
	}
#footer a:link { color: #9C6A00; }
#footer a:visited { color: #9C6A00; }
#footer a:hover { color: #fff; }