@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #B8DBEE url(../img/bg.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #467CEA;
	font-size: 13px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper {
	width: 580px;
	position: relative;
}

#header {
	width: 580px;
	float: left;
	margin-left: 60px;
	text-align: center;
	border-bottom: 5px dotted #fff;
}
#header h1 {
	font-size: xx-large;
	text-align: center;
	margin: 20px 0 0 0;
}
#header #description {}
#header h2 {
	font-size: 16px;
	margin: 10px 0 0 0;
}

#side {
	position: absolute;
	left: 660px;
	top: 120px;
	background: #467CEA url(../img/middle.png) top right no-repeat;
	border: 1px solid #FFFFFF;
	width: 220px;
}
ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	margin: 0px;
	padding: 10px 8px;
}
ul.menu li a {}
ul.links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.links li {
	margin: 0px;
	padding: 10px 8px;
	color: #ffffff;
	border-top: 3px dotted #fff;
}
ul.links li a {
	display: block;
}

#main-content {
	width: 580px;
	float: left;
	margin-left: 60px;
	margin-bottom: 20px;
	text-align: center;
}
.content {}
.content p{
	padding: 5px 0;
}
h2.title ,
h3.title {
	font-size: x-large;
	margin: 20px 0 0 0;
}
.osusume {}

#footer {
	clear: both;
	width: 620px;
	margin-left: 40px;
	text-align: center;
	border-top: 5px #fff solid;
}
#footer p {}

