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

#wrapper {
	width: 600px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF url(../img/menu_over_r.png) right repeat-y;
	position: fixed;
	top: 0px;
}
#header h1 ,
#header #description ,
#header h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#side {
	background: #FFFFFF;
	width: 600px;
	margin: 0 auto;
	position: fixed;
	top: 54px;
}
ul.menu {
	list-style: none;
	margin: 10px;
	padding: 0;
}
ul.menu li {
	display: inline;
	margin-right: 1em;
	line-height: 1.4em;
	font-size: 11px;
}
ul.menu li a {}

#main-content {
	width: 600px;
	margin: 0 auto;
	margin-top: 120px;
}
.content {
	padding-bottom: 120px;
	background: transparent url(../img/bg02.jpg) center bottom no-repeat;
}
h2.title ,
h3.title {
	background: transparent url(../img/bg01.jpg) right 50% no-repeat;
	font-size: 14px;
	line-height: 36px;
	text-indent: 10px;
}
.content p {
	margin: 6px 10px;
	font-size: 12px;
}
.osusume {}

#footer {
	background: #FFFFFF url(../img/menu_over.png) left no-repeat;
	text-align: center;
	color: #666666;
	margin: 0;
	padding: 10px;
}
#footer p {
	font-size: 12px;
}

