@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}
a:hover {
	color: #282828;
}

body {
	font-size: 14px;
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#F5F8FB;
}


p{
	padding: 5px 0;
}
ul,ol{

}

h1 {

}

div#wrapper {
	width: 800px;
	margin: 0 auto;
	border-left: solid 1px #BF960A;
	border-right: solid 1px #BF960A;
	background-color:#FFF;
}

#header {
	position: relative;
}
#header h1 {
	padding-left: 5px;
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 10px;
}
#header #description {
	position:absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	padding: 0;
}
#header h2 {
	padding: 125px 0 5px 10px;
	background-image:url(../img/bg-h2.jpg);
	background-repeat:no-repeat;
	background-color: #BF960A;
	margin-bottom: 20px;
}
#header h2 a{
	color:#FFF;
}

#side {
	float:left;
	width: 175px;
	padding: 5px 10px;
}
ul.menu {
	list-style-type:disc;
	list-style-position: inside;
}
ul.menu li {
	padding: 8px 0;
	margin-bottom: 8px;
	border-bottom: dotted 1px #999;
}
ul.menu li a {}

#main-content{
	float: right;
	width: 580px;
	padding-right: 10px;
}
.content{
	margin-bottom: 25px;
}
.content p {
}
.content .title {
	font-size: 17px;
	font-weight:bold;
	color: #BF960A;
	border-bottom: solid 2px #BF960A;
	margin-bottom: 12px;
}


#footer {
	clear:both;
	text-align:center;
	border-top: dotted 1px #999;
}
#footer p {
	padding: 15px 0;
}

