@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a {
	color: #303050;
}
a:hover {
	color: #F08030;
}
#wrapper {
	position: relative;
	background: #FFFFFF;
}

#header {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 120px;
}
#header h1 {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.6em;
}
#header #description {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3em;
}
#header h2 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6em;
}

#side {
	position: fixed;
	top: 10px;
	left: 140px;
	width: 120px;
}
ul.menu {
	list-style: none;
}
ul.menu li {
	line-height: 1.4em;
	display: block;
	margin-bottom: 0.8em;
}
ul.menu li a {}

#main-content {
	margin-left: 260px;
	float: right;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
}
.content {
	padding-right: 50px;
	background: #FFFFFF url(../img/bg.jpg) right bottom no-repeat;
	/*background-color: #FFFFFF;*/
}
.content p {
	margin: 0.5em 1em;
	line-height: 1.4em;
}
h2.title ,
h3.title {
	font-size: 24px;
	font-weight: 800;
	padding: 6px 0px;
	text-indent: 12px;
	color: #FFF;
	background: #003;
}
.osusume {
	background-color: #FFFFFF;
	border-top: 3px double #a0a0a0;
	border-bottom: 3px double #a0a0a0;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 260px;
	font-size: 11px;
	text-align: center;
	padding: 20px 0;
	border-top: double 3px #999999;
}
#footer p {}

