@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../img/body_bg.gif);
}
a {
	color: #8F8953;
}

a:hover {
	color: #EFA6B9;
}

#wrapper {
	background: #EEEAE7;
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	font-size: small;
	border-left: groove 2px #FFF;
	border-right: groove 2px #FFF;
}

#header {
	background: #333333 url(../img/header_bg.png) bottom repeat-x;
	color: #e5e5e5;
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
	height: 180px;
  }

#header a {
	color: #8F8953;
	text-decoration: none;
}

#header a:hover {
	color: #EFA6B9;
	text-decoration: underline;
}
h1 {
	color: #8F8953;
	float: right;
	font-size: 100%;
	margin: 10px;
	position: absolute;
}

#description {
	font-size: 120%;
	color: #000;
	display:inline;
	margin: 0 10px;
	position: absolute;
	top: 90px;
}
h2 {
	font-size: 200%;
	text-align: center;
}

h2 a{
}

#side {
	font-size: 120%;
	width: 300px;
	margin: 0 0 30px 30px;
	padding: 10px;
	border: 2px groove #FFF;
	background-color: #FFF;
	float: left;
}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	line-height: 1.6em;
	margin-right: 1em;
}

#main-content {
	font-size: 120%;
	margin: 0 30px 0 30px;
	float: right;	
}
.content {
	color: #000;
	border: groove 2px #FFF;
	background-color:#FFF;
	padding: 8px;
	margin-bottom: 20px;
}
.content p {
	margin: 0.6em 1em;
	line-height: 1.4em;
	color: #333333;
}
h2.title ,
h3.title {
	font-size: 150%;
	color: #8F8953;
	display: block;
	margin: 10px;
	border-bottom: 1px groove #000;
	text-align: left;
}
.osusume {
	font-size: 110%;
	margin: 20px 30px 20px 30px;
	padding: 10px 0 10px 0;
	border: 2px groove #FFF;
}

#footer {
	background: #EEEAE7;
	color: #000;
	height: 140px;
	clear: both;
}
#footer p {
	padding-top: 2em;
	text-align: center;
	font-size: 100%;
}

