@charset "UTF-8";
/* CSS Document */
body {
	background:url(../img/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

#wrapper {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:80px;
	background:url(../img/header_bg.jpg) top left repeat-x #a0da2b;
	border-bottom:10px solid #77a13d;
	position: relative;
	overflow: hidden;
}
#header h1 {
	color:#fff;
	font-size:20pt;
	margin:0;
	padding:28px 10px 10px 10px;
}
#header #description {
	position: absolute;
	top: 0px;
	right: 6px;
	text-align: right;
}
#header h2 {
	position: absolute;
	top: 36px;
	right: 6px;
	text-align: right;
}

#side {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}
ul.menu {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
ul.menu li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}
ul.menu li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(../img/li-off.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:18px;
	text-decoration:none;
}
ul.menu li a:hover {
	background:url(../img/li-on.jpg) top left no-repeat #f2f7e9;
}

ul.links {
	margin:30px 0 0;
	padding:0;
	border-bottom:1px solid #ccc;
}
ul.links li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
	display:block;
	background:url(../img/li-off.jpg) top left no-repeat #f2f7e9;
	text-indent:18px;
	width:192px;
	padding:3px;
}
ul.links li a {
	color:#060;
	text-decoration:none;
}
ul.links li:hover {
	background:url(../img/li-on.jpg) top left no-repeat #f2f7e9;
}

#main-content {
	width:500px;
	padding:10px;
	float:right;
}
.content {}
h2.title {}
h3.title {}
.osusume {}

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#77a13d;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}
#footer p {}
a {
	color:#060;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}
