@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333;
}

a {
	text-decoration: none;
	color: #362e19;
}
a:hover {
	text-decoration: underline;
	color: #4a3c19;
}

#wrapper {
	margin: 20px auto;
	width: 1000px;
	padding: 0;
	background: #666666 url(../img/content.jpg) repeat-y;
}

#header {
	background: #666666 url(../img/header.jpg) no-repeat;
	height: 200px;
	margin-bottom: 10px;
}
#header h1 {
	font-size: 38px;
	letter-spacing: -1px;
	padding: 70px 0 0 40px;
	color: #fff;
}
#header #description, #header h2 {
	font-size: 19px;
	color: #EFECE0;
	padding: 20px 0 0 40px;
	letter-spacing: -1px;
	font-weight: 100;
}

#side {
	float: right;
	width: 200px;
	background: #fff;
	padding: 10px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-right: 10px;
}
ul.menu {
	padding: 10px 0 15px 30px;
	list-style-type: square;
}
ul.menu li {}
ul.menu li a {
	font-weight: 100;
	font-size: 12px;
}

#main-content {
	float: left;
	width: 720px;
	text-align: justify;
	padding: 10px;
	font-size: 14px;
	background: #fff;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-left: 10px;
}
.content {}
h2.title,
h3.title {
	font-size: 20px;
	font-weight: 900;
	padding: 15px 0 7px 0;
}
.osusume {}

#footer {
	background: url(../img/bottom.jpg) bottom center  no-repeat;
	clear: both;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
}
#footer p {}

