@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #AAA url('../img/back.gif') repeat-x;
	padding: 20px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	font: 12px Arial;
	color: #AAA;
	line-height: 180%;
}
a {
	color: #5586DD;
	text-decoration: none;
	border-bottom: dotted #5586DD 1px;
}
a:hover {
	background: #EEE;
}

#wrapper {
	background: url('../img/text_back.gif') repeat-y;
	width: 883px;
	position: relative;
	margin-top: 30px;
}

#header {
	background: url('../img/logo_back.png') no-repeat;
	width: 883px;
	height: 188px;
	position: absolute;
	top: -30px;
}
#header h1 {
	padding-top: 30px;
	padding-left: 30px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
#header #description {
	text-align: right;
	padding-right: 30px;
	font-size: 12px;
	color: #FFF;
}
#header h2 {
	text-align: right;
	padding-right: 30px;
	font-size: 14px;
}
#header h2 a {
	color: #fff;
}
#header h2 a:hover {
	background: none;
	text-decoration: underline;
}
#side {
	background: #DDD url('../img/con_menu_up.gif') no-repeat;
	margin-left: 6px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 214px;
	position: absolute;
	top: 200px;
}
ul.menu {
	list-style: none;
}
ul.menu li {
}
ul.menu li a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0px;
	font: bold 12px Arial;
	color: #C00;
	text-decoration: none;
	text-transform: uppercase;
}
ul.menu li a:hover {
	color: #00C;
	background: #C2D1DE;
}
ul.links {
	list-style: none;
}
ul.links li {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0px;
	font: bold 12px Arial;
}
ul.links li a {
	color: #C00;
	text-decoration: none;
	text-transform: uppercase;
}
ul.links li a:hover {
	color: #00C;
	background: none;
}

#main-content {
	margin-top: 200px;
	margin-right: 20px;
	float: right;
	width: 570px;
}
.content {
}
h2.title ,
h3.title {
	font-size: 20px;
	font-weight: bold;
}
.osusume {
}

#footer {
	clear: both;
	background:  #AAA url('../img/end_back.gif') no-repeat;
	margin-bottom: 30px;
	width: 883px;
	height: 57px;
	font: 10px Arial;
	color: #AAA;
	text-align: center;
}
#footer p {
}
