@charset "UTF-8";
/* CSS Document */
* {
	border:0;
	margin:0;
	padding:0;
}
/* body */
body {
	background:#fff url('../img/background_content.jpg') center repeat-y;
	color:#666;
	font:0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}
/* general */
a {
	color:#9C0;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}
#wrapper:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#header {
	background:#323232 url('../img/background_header.jpg') center repeat-y;
	width:100%;
	position: relative;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#fff;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	height:100px;
	margin:0 0 0 20px;
	padding-top: 20px;
}
#header #description {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
}
#header h2 {
	position: absolute;
	top: 60px;
	right: 20px;
	text-align: right;
}

#side {
	border-left: 1px solid #bbb;
	float: right;
	line-height: 175%;
	margin: 5px;
	padding: 0 0 0 10px;
	width: 200px;
}
ul.menu {
	letter-spacing:-1px;
	list-style:none;
	margin:0 0 10px;
}
ul.menu li {
	list-style:none;
}
ul.menu li a {
	border-bottom:1px solid #e9e9e9;
	display:block;
	padding:3px;
	text-align:right;
	width:194px;
}
ul.menu li a:hover {
	background:#ddd;
	color:#000;
}

#main-content {
	background:#fff;
	letter-spacing:-1px;
	line-height:175%;
	float: left;
	margin:0 auto;
	padding:10px;
	width:550px;
}
.content p {
	padding:0 0 10px;
}
h2.title ,
h3.title {
	border-bottom:1px solid #ccc;
	font-size:125%;
	padding:0 0 2px;
}
.osusume {}

#footer {
	clear: both;
	background:#323232 url('../img/background_footer.jpg') center repeat-y;
	height:100px;
	width:100%;
}
#footer:after {
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	color:#fff;
	line-height:100px;
	text-align:center;
}

