@charset "UTF-8";
/* CSS Document */
body ,ul, h1, h2, p
{
	padding:0 ;
	margin:0;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
}

#wrapper {
	width:778px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	background:url(../img/body_pic.jpg) no-repeat 0 0;
}

#header {
	float: right;
	width: 486px;
	padding: 100px 0 0 15px;
}
#header h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
}
#header #description {
	font-size: 11px;
	color: #fff;
	padding-left: 12px;
}
#header h2 a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding-left: 12px;
}
#header h2 a:hover {
	text-decoration: underline;
}

#side {
	float: left;
	width: 230px;
	padding-left: 33px;
	margin-top: 518px;
}
ul.menu {
	list-style-type:none; font-size:0; line-height:0; margin:0 43px 0 0;
	}
ul.menu li {
	background:url(../img/bullets.gif) no-repeat 6px 11px; border-bottom:#DED5BC 1px solid; padding:0 0 1px 37px;
	 display:block;
	}
ul.menu li a {
	text-decoration:none; color:#064065; background-color:#FFFFFF; line-height:30px; font-size:11px;
	}
ul.menu li a:hover {
	text-decoration:underline;
	}

#main-content {
	float: right;
	width: 485px;
	margin-top: 100px;
	padding-left:15px;
	padding-right:15px;
	background-color: #e8e8e8;
}
.content {
	margin: 30px 0;
}
.content p {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 1em;
	color: #333;
}
.title {
	border-bottom: #CBCBCB 1px solid;
	padding: 0 0 3px 0;
	margin: 0 0 9px 0;
	display: block;
	font: bold 16px/22px Arial, Helvetica, sans-serif;
	color: #FD4D00;
	background-color: inherit;
}
.title a{
	color: #FD4D00;
}

#footer {
	clear: both;
	width: 485px;
	border-top: #CBCBCB 1px solid;
	margin-left: 263px;
	padding-left:15px;
	padding-right:15px;
	background-color: #fff;
}
#footer p {
	text-align: right;
	font-size: 11px;
	line-height: 3em;
}

