@charset "UTF-8";
/* CSS Document */
* {
}
body {
	background:#FFFFFF;
	margin:9px;
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#666666;
}
A:link {
	color:#999999;
	text-decoration:none;
}
A:hover {
	color:#6C8EFF;
	text-decoration:underline;
}
A:active {
	color:#999999;
	text-decoration:none;
}
A:active:hover {
	color:#6C8EFF;
	text-decoration:underline;
}
A:visited {
	color:#999999;
	text-decoration:none;
}
A:visited:hover {
	color:#6C8EFF;
	text-decoration:underline;
}
#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	text-align: right;
}
#header h1 {
}
#header #description {
}
#header h2 {
}
#side {
	float:left;
	text-align:left;
	width:160px;
}
ul.menu {
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background:#F3F3F3;
	width: 13em;
}
ul.menu li {
	list-style: none;
	margin: 0;
	border-top:#CCCCCC 1px solid;
	text-align: right;
}
ul.menu li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: #F3F3F3;
	text-decoration: none;
	color: #6C8EFF;
}
ul.menu li a:hover {
	border-color: #FE3;
	color: #666666;
	background: #FFFFFF;
}
ul.links {
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background:#FFF;
	width: 13em;
}
ul.links li {
	list-style: none;
	margin: 10px 0;
	text-align: left;
}
ul.links li a {
	text-decoration: none;
	color: #6C8EFF;
}
ul.links li a:hover {
	border-color: #FE3;
	color: #666666;
	background: #FFFFFF;
}
#main-content {
	width:639px;
	float: left;
	border-left:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
}
.content {
	width:290px;
	padding:14px;
	float:left;
	text-align:justify;
}
h2.title,
h3.title {
text-align:right;
color:#6C8EFF;
font-size:14pt;
font-weight:bold;
}
.osusume {
}
#footer {
	clear: both;
	text-align:center;
	font-size:10px;
	height:30px;
	margin-top:10px;
	border-top:#CCCCCC 1px solid;
	text-transform:lowercase;
}
#footer p {
}

