@charset "UTF-8";
/* CSS Document */
*{ margin: 0; padding: 0; }*
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #444; }
a {COLOR: #FF7A09; text-decoration: none;}
a:visited {COLOR: #FF7A09; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }


#wrapper {
	padding: 10px 10px 3px 10px;
	width: 760px;
	margin:20px auto;
	background: #fff;
}

#header {
	background: #FE7B09 url(../img/bg.jpg) repeat-x;
	height: 100px;
}
#header h1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 22px 0 5px 10px;
	color: #fff;
}
#header #description,
#header h2 {
	color: #eee;
	font-size: 11px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: 12px;
	margin: 4px 0;
}
#header h2 a {
	color: #eee;
}
#side {
	float: left;
	width: 180px;
	background: #FFD8AF;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px dotted #FF8B1E;
}
ul.menu {
	padding: 5px 10px 10px 10px;
	margin: 0;
}
ul.menu li {}
ul.menu li a {}

#main-content {
	margin-bottom: 10px;
	float: right;
	width: 560px;
	padding: 0 0 10px 10px;
	margin-top: 10px;
}
.content {}
h2.title,
h3.title {
	padding-left: 10px;
	color: #fff;
	background: #FE7B09 url(../img/bg.jpg) repeat-x;
	font-size: 1.4em;
	height: 2em;
	line-height: 2em;
}
.osusume {}

#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 10px 5px;
}
#footer p {}

