@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	font-size:100.01%;
}
body {
	height: 100%;
	font-size:1em;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-y;
	background-color: #e4d9be;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 789px;
	margin: 0px auto;
	background-color: #f6eacf;
	font-size:.9em;
	background-image: url(../img/container.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 113px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	padding-top: 8px;
	font-size: 1.6em;
	color: #FFFFFF;
	text-align: right;
	margin-right: 8px;
	font-style: italic;
}
#header #description ,
#header h2 {
	padding-left: 8px;
	font-size: 13px;
}

#side {
	width: 168px;
	float: right;
	clear: both;
	font-size: 0.8em;
	background: #f6eacf url(../img/sub_header.jpg) top right no-repeat;
	padding-top: 71px;
	padding-left: 32px;
}
ul.menu {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	background-color: #D3D582;
}
ul.menu li {
	display: inline;
}
ul.menu li a {
	display: block;
	padding: 4px 0 4px 10px;
	width: 158px;
	height: 14px;
	line-height: 14px;
	border-bottom: 1px solid #7C7C3C;
	background-image: url(../img/linkpanel.jpg);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
}
ul.menu li a:link,
{
	color: #000000;
	text-decoration: none;
}
ul.menu li a:hover
{
	color: #fff;
	background-image: url(../img/linkpanel_hover.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
ul.links {
	margin-left: 0px;
	margin-top: 3em;
	padding-left: 0px;
	list-style-type: none;
	background-color: #D3D582;
}
ul.links li {
	display: block;
	margin-top: 1em;
}
ul.links li a {
	color: #000000;
	text-decoration: none;
	overflow: hidden;
}
ul.links li a:link,
{
	color: #000000;
	text-decoration: none;
}
ul.links li a:hover
{
	color: #fff;
}

#main-content {
	margin-right: 202px;
	padding: 10px;
	background: #d1ba84 url(../img/sub_header.jpg) top left no-repeat;
	padding-top: 71px;
}
.content {}
h2.title ,
h3.title {
	background-image: url(../img/h2.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	height: 39px;
	padding-top: 20px;
	padding-left: 40px;
	clear: left;
	color: #FBE09D;
}
.osusume {}
.content p {
   margin: 7px;
} 

#footer {
	clear: both;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 21px;
	font-size: 0.7em;
	padding-top: 10px;
	padding-left: 20px;
}
#footer p {}

