@charset "UTF-8";
/* CSS Document */
@import "text-style.css";

/*基本デザイン*/
a {
	color:#457915;
}
a:hover {
	color:#78C329;
}
body {
	background-image: url(../images/body-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #A5987A;
	background-attachment: fixed;
}
#wrapper {
	width: 800px;
}
#wrapper #header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 90px;
	background-image: url(../images/header-back.jpg);
	background-repeat: no-repeat;
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #header #logo {
	display: none;
}
#wrapper #header #description {
	display: none;
}

#header #menu ul li {
	float: none;
	display: inline;
	text-transform: none;
	margin: 0px;
	line-height: 1em;
	padding-bottom: 0px;
}
#header #menu ul {
	text-align: right;
	line-height: 1em;
	height: 20px;
	width: 800px;
	margin-top: 10px;
}
#header #menu {
	width: 800px;
	height: 30px;
}
#header #menu ul li a {
	font-size: 12px;
	color: #40261A;
}
#title {
	height: 50px;
	width: 800px;
	background-image: url(../images/title-back.jpg);
	background-repeat: no-repeat;
}
#header #main-menu {
	height: 60px;
	width: 800px;
}
#header #main-menu ul {
	height: 40px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 180px;
}
#header #main-menu ul li {
	height: 38px;
	width: 120px;
	float: left;
}
#header #main-menu ul a {
	display: block;
	font-size: 12px;
	height: 22px;
	width: 120px;
	text-align: center;
	padding-top: 16px;
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	color: #7C8455;
	font-style: normal;
}
#header #main-menu ul a:hover {
	background-image:url(../images/tab.jpg);
	text-decoration: none;
	background-position: center -40px;
	color: #43281C;
}
#header #main-menu ul li.current a {
	background-image:url(../images/tab.jpg);
	text-decoration: none;
	background-position: center -40px;
	color: #43281C;
}
#title #breadcrumbs {
	font-size: 12px;
	margin: 0px;
	padding-top: 20px;
	padding-left: 80px;
}
#container {
	width: 780px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/wrapper-back.jpg);
	background-repeat: repeat-y;
	min-height:400px;
}
#footer {
	background-image: url(../images/footer-back.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 760px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 12px;
	color: #473A27;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #copy {
	text-align: right;
	font-size: 10px;
}
#footer #footerlink {
	margin-top: -7px;
}
#footer #footerlink a {
	color: #4C413F;
}
/*基本デザインここまで*/
