@charset "UTF-8";
/* CSS Document */
* {
}
body {
	background: url("../img/bg.png") repeat-y 50% 0;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 95%;
}

#wrapper {
	background: url('../img/bg-top.png') no-repeat 50% 0;
	width: 750px;
	margin: 0 auto;
}

#header {
	margin: 25px auto;
	width: 700px;
	background: url('../img/header.png') 0 20px no-repeat;
	height: 150px;
}
#header h1 {
	color: white;
	font-size: 18px;
	font-family: arial, sans-serif;
	font-weight: bold;
	/*font-style: italic;*/
	text-indent: 1em;
	padding-top: 40px;
}
#header #description {
	display: block;
	width: 640px;
	margin: 0 auto;
	font-size: small;
}
#header h2 {
	display: block;
	width: 680px;
	margin: 10px auto;
	font-size: small;
	text-align: center;
}

#side {
	float: right;
	width: 230px;
	font-size: 14px;
	margin-right: 20px;
}
ul.menu {
	margin-top: 0px;
	padding-top: 0px;
	list-style: none;
}
ul.menu li {
	margin: 5px;
}
ul.menu li a {
}
ul.menu li a:hover {
}
ul.links {
	margin-top: 30px;
	padding-top: 0px;
	list-style: none;
}
ul.links li {
	margin: 10px 5px;
	font-size: 80%;
}
ul.links li a {
}
ul.links li a:hover {
}

#main-content {
	margin: 25px 230px 25px 25px;
}
.content {
}
h2.title ,
h3.title {
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
.osusume {
}

#footer {
	text-align: center;	
	font-size: small;
	border-top: 1px dashed #999;
	margin: 40px 25px 0px 25px;
	padding: 10px;
}
#footer p {
}
a {
	text-decoration: none;
	color: #0a0;
}

a:hover {
	text-decoration: underline;
}

