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

body {
	background: #fff url(../img/bgup.gif) repeat-x;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #222;
}
a { color: #435E2D; text-decoration: none; }
a:hover { text-decoration: underline; color : #ff0000; }


#wrapper {
	margin: 0 auto;
	width: 760px;
}

#header {
	float: left; 
	width: 580px;
	height: 100px;
	color:#fff;
}
#header h1 {
	margin-top: 20px;
}
#header #description {
}
#header h2 {
}
#header h2 a {
	color: #fff;
}
#side {
	float: right;
	width: 160px;
	background: url(../img/menutop.gif) top no-repeat;
	margin-top: 40px;
	padding-top: 10px;
}
ul.menu {
	background: url(../img/menubottom.gif) bottom no-repeat;
	list-style: none;
	padding-bottom: 10px;
}
ul.menu li {
	background: url(../img/menubg.gif) repeat-y;
	padding: 10px 16px;
}
ul.menu li a {}

#main-content {
	float: left; 
	width: 580px;
}
.content {
	margin-bottom: 20px;
}
.content p {
	font-size: 11px;
	color: #333;
	line-height: 14px;
	margin: 0.5em 0;
}
h2.title ,
h3.title {
	font-size: 24px;
	letter-spacing: -3px;
	font-weight: 100;
	color: #435E2D;
	text-decoration: none;
	margin: 0.6em 0;
}
.osusume {}

#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	background: #333;
	color: #eee;
	margin-top: 20px;
}
#footer p {}

