@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/bg.jpg) no-repeat;
}

a {
	color: #376EAB;
}

#wrapper {
	width: 750px;
	border-top: dotted 1px #C7C7C7;
	margin-top: 5px;
	padding-top: 5px;
}

#header {
	height: 90px;
}
#header h1 {
	font-size: 18px;
	text-shadow: 1px 1px 0 #FFF;
	border-top: 30px solid #464646;
	width: 360px;
	float: left;
	text-align: right;
	color: #376eab;
}
#header #description {
	border-top: 30px solid #376EAB;
	width: 380px;
	float: right;
	font-size: 13px;
	text-align: right;
}
#header h2 {
	width: 380px;
	float: right;
	font-size: 13px;
	text-align: right;
}

#side {
	margin-left: 180px;
	float: left;
	width: 180px;
}
ul.menu {
	list-style: none;
}
ul.menu li {
	border-top: dotted 1px #464646;
	border-bottom: 5px solid #464646;
	color: #c7c7c7;
	font-family: verdana;
	font-size: 12px;
	padding: 5px 0;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
ul.menu li a {
	color: #464646;
	font-family: "trebuchet ms";
	padding-left: 10px;
	margin-left: 0px;
	padding-right: 10px;
	margin-right: 0px;
	text-decoration: none;
	font-weight: bold;
}
ul.menu li a:visited {
	color: #464646;
	font-family: "trebuchet ms";
	font-size: 12px;
	font-size: 12px;
	padding-left: 10px;
	margin-left: 0px;
	padding-right: 10px;
	margin-right: 0px;
	text-decoration: none;
	font-weight: bold;
}
ul.menu li a:hover {
	color: #ffffff;
	font-family: "trebuchet ms";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background: #376EAB;
}

#main-content {
	border-top: dotted 1px #464646;
	float: left;
	width: 380px;
	margin-left: 10px;
}
.content {}
.content p {
	margin: 8px 10px;
}
h2.title ,
h3.title {
	border-left: 5px solid #464646;
	font-family: "trebuchet ms";
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	color: #464646;
}
.osusume {}

#footer {
	clear: both;
	background-color: #464646;
	height: 30px;
	text-align: right;
	color: #ffffff;
}
#footer p {
	text-align: center;
	padding: 10px;
}

