@charset "UTF-8";
/* CSS Document */
* {
}
body {
	background-color: #B7AFA3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 15px 0px;
}
body a {
	color: #000000;
	text-decoration: none;
	font-weight: 800;
}
body a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: 800;
}
body a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: 800;
}
#wrapper {
	width:750px;
	margin:0 auto;
	font-size:90%;
	background: #FFF url(../img/bksub.gif) repeat-y;
}

#header {
	background: url(../img/header.jpg);
	width: 750px;
	height: 200px;
	float: left;
	border-bottom: 20px solid #FFF;
}
#header a {
	position: relative;
	top: 100px;
	left: 25px;
	font-size: 120%;
	color: #FFF;
	text-decoration: none;
}
#header a:hover {text-decoration:underline; }
#header a:visited {text-decoration:none;}
#header h1 {
	font-size: 16px;
	text-align: right;
}
#header #description {
	font-size: 12px;
	margin: 10px;
	text-align: right;
}
#header h2 {
	font-size: 14px;
}

#side {
	width: 150px;
	float: left;
	padding: 20px 0px 20px 0px;
}
ul.menu {
	width: 130px;
	margin: 10px;
	list-style: none;
	text-align: left;
	padding: 0px;
}
ul.menu li {
	color:ffffff;
}
ul.menu li a {
	width: 115px;
	padding: 5px 0px 5px 15px;
	color: #000;
	display: block;
	font-weight: bold;
	background-color: #6D929B;
	color: #fff;
	text-decoration: underline;
}
ul.menu li a:hover {
	color:#000000;
	background-color:#C1DAD6;
}
ul.links {
	width: 130px;
	margin: 10px;
	list-style: none;
	text-align: left;
	padding: 0px;
}
ul.links li {
	color:ffffff;
	border: 1px solid #999;
	margin: 5px;
	padding: 8px 5px;
}
ul.links li a {
	width: 95px;
	padding: 5px;
	color: #000;
	display: block;
	font-weight: bold;
	background-color: #6D929B;
	color: #fff;
	text-decoration: underline;
}
ul.links li a:hover {
	color:#000000;
	/*background-color:#C1DAD6;*/
}

#main-content {
	color: #000000;
	float: left;
	width: 600px;
}
.content {
	padding: 5px 10px 0px 10px;
}
#main-content a{
	text-decoration:underline;
}

h2.title {
	font-size:120%; font-weight:800; color: #6D929B;
}
h3.title {
	font-size:120%; font-weight:800; color: #6D929B;
}
.osusume {
}

#footer {
	clear: both;
	width: 750px;
	background: #ffffff;
}
#footer p {
}
