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

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	line-height: 20px;
	font-size: 14px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
a{
	color: #0000FF;
	text-decoration: underline;
}

ul,ol{
	list-style: none;
	list-style-position: outside;
}

p{
	padding: 5px 0;
}

.button{
    cursor: pointer;
}

div#wrapper{
	width: 880px;
	color: #333;
	background-color: #FFF;
}

div#header{
	width: 100%;
	height: 135px;
	position: relative;
	background-image:url(../images/bg-title.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
div#header h1{
	padding: 15px 0 0 15px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
div#header p#description{
	width: 880px;
	font-size: 14px;
	position: absolute;
	top: 90px;
	left: 0;
	color: #CCC;
	background-color:#000;
	padding: 0;
	text-align: right;
}

div#header h2{
	padding: 12px 0 12px 15px;
	margin-bottom: 50px;
	font-size: 20px;
	color: #FFF;
	background-color: #115316;
}
div#header h2 a{
	color: #FFF;
	text-decoration: none;
}
div#side{
	float: left;
	width: 200px;
	padding: 0 0 0 10px;
}
div#side ul.menu{
	font-size: 13px;
	list-style-position: inside;
	list-style-type:square;
}
div#side ul.menu a{
	display: block;
	padding: 5px 5px;
	color: #115316;
	text-decoration: none;
}
div#side ul.menu a:hover{
	display: block;
	padding: 5px 5px;
	color: #FFF;
	background-color: #115316;
}

div#side ul.menu li{
	border-bottom: dotted 2px #333;
}


div#main-content{
	float: right;
	width: 640px;
	padding: 0 10px;
	border-left: solid 3px #115316;
}

div#main-content .title{
	font-size: 16px;
	font-weight: bold;
	color: #115316;
	padding: 6px 0 6px 10px;
	margin-bottom: 10px;
	background-image:url(../images/bg-main-title.gif);
	background-repeat: no-repeat;
}
div#main-content .content{
	padding: 10px;
	margin-bottom: 18px;
	background-color: #F3F3E9;
}

ul.genin{
	margin: 10px 0;
	list-style: disc;
	list-style-position: inside;
	line-height: 180%;
}

div.osusume{

}

div#footer{
	clear: both;
}
div#footer p{
	border-top: solid 3px #115316;
	padding: 10px 0;
	text-align: center;
}

