@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #a2c58d url(../img/bg.jpg) left 127px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3";
}

#wrapper {
	margin: 0 auto;	
	font-size: 0.9em;
	line-height: 1.8;
}

a img {
	border: none;
	overflow: hidden;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	width: 100%;
	height: 127px;
	background: #636D41 url(../img/head_bg.gif) repeat-x;
}

#header a {
	overflow: hidden;
}

#header .inner {
	margin: 0 auto;
	width: 900px;
}

#header .umoregi {
	float: left;
	display: inline;
	width: 124px;
	font-size: 1px;
	text-align: left;
}
#header .umoregi a {
	display: block;
	background: url(../img/umoregi.gif) no-repeat;
	width: 84px;
	height: 44px;
	text-indent: -9999px;
}

#header .umoregi .nav {
	height: 16px;
	margin-top: 40px;
}
#header .umoregi .nav a {
	display: block;
	background: url(../img/nav.gif) no-repeat;
	width: 124px;
	height: 16px;
}

#header h1 {
	float: left;
	display: inline;
	margin-left: 30px;
	background: url(../img/logo.gif) no-repeat;
	width: 602px;
	height: 99px;
	text-indent: -9999px;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	clear: both;
	width: 894px;
	height: 600px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../img/main_bg.jpg) repeat-x;
	text-align: center;
	color: #684318;
	border-right: 3px #d0cca7 solid;
	border-bottom: 3px #d0cca7 solid;
	border-left: 3px #d0cca7 solid;
}

.notice {
	margin: 0 auto;
	padding: 10px;
	width: 650px;
	text-align: left;
	border: 3px #497B0E solid;
	background: #fdfbf4;
}

ul.btn {
	margin: 0 auto;
	padding-top: 10px;
	width: 600px;
	list-style: none;
	margin-top: 20px;
}

ul.btn li {
	float: left;
	display: inline;
	background: url(../img/btn_bg.gif) no-repeat;
	width: 184px;
	height: 43px;
	margin-left: 12px;
	margin-bottom: 10px;
	padding-top: 7px;
	font-weight: bold;
}

ul.btn li a:link, ul.btn li a:visited {
	color: #684318;
	text-decoration: none;
}
ul.btn li a:hover {
	text-decoration: underline;
}
ul.btn li a:active {
	color: #990000;
	text-decoration: underline;
}

.pdf {
	clear: both;
	font-size: 0.7em;
	text-align: right;
	padding-top: 0px;
	padding-right: 80px;
}

/*----------------------------------------------------
	#bannar
----------------------------------------------------*/

#bannar {
	margin: 10px auto;
	padding-top: 5px;
	width: 780px;
	border-top: 1px #669966 solid;
}

#bannar ol {
	list-style: none;
	padding: 0 0 20px 0px;	
}

#bannar ol li {
	float: left;
	display: inline;
	margin-left: 10px;
}

#bannar ol li a {
	display: block;
	width: 184px;
	height: 48px;
	margin-top: 5px;
	text-indent: -9999px;
	overflow: hidden;
}

#bannar ol li.umoregi a {
	background: url(../../../img/bn_umoregi.jpg) no-repeat;
	width: 184px;
	height: 48px;
}
#bannar ol li.manyosyu a {
	background: url(../../../img/bn_manyoshu.jpg) no-repeat;
}
#bannar ol li.koten a {
	background: url(../../../img/bn_kotenshu.jpg) no-repeat;
}
#bannar ol li.gogen a {
	background: url(../../../img/bn_gogen.jpg) no-repeat;
}


/*----------------------------------------------------
	copyright
----------------------------------------------------*/

p.copy {
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.6;
	font-family: Georgia, "Times New Roman", Times, serif;
}

