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

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	line-height: 22px;
}
a{
	color: #618200;
	text-decoration: underline;
}
img , img a{
	border: 0;
}

p{
	padding: 5px 0;
}

ul,ol{
	line-height: 150%;
	list-style-position: inside;
}
.red{
	color: #F00;
}
.blue{
	color: #00F;
}
.bold{
	font-weight: bold;
}
.text16{
	font-size: 16px;
}
.text24{
	font-size: 24px;
}

.fleft{
	float: left;
	padding-right: 15px;
}
.fleft-content{
	float: left;
}
.fright-content{
	float: right;
}
.cleft{
	clear: left;
}
.clear{
	clear: both;
}

.notice{
	color: #666;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}
.orange{
	color: #F60;
}
.red{
	color: #F00;
}
div#header{
	width: 800px;
	margin: 20px auto 0 auto;
	position: relative;
}
div#header h1{
	position: absolute;
	right: 0;
	top: 8px;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
}
div#header p#description{
	position: absolute;
	left: 0;
	top: 30px;
	width: 780px;
	padding: 5px 10px;;
	color: #FFF;
	background-color: #618200;
}
div#header h2{
	font-size: 24px;
	margin-bottom: 40px;
}
div#header h2 a{
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}
div#wrapper{
	width: 800px;
	margin: 10px auto;
	color: #000;
	background-color: #FFF;
}

div#side-manu{
	float: right;
	width: 160px;
	padding: 10px;
	font-size: 13px;
	background-color: #E6E3DA;
}
div#side-manu ul#menu1{
	list-style: none;
	list-style-position: outside;
	line-height: 180%;
	margin-bottom: 30px;
}
div#side-manu ul#menu1 ul{
	list-style: none;
	list-style-position: outside;
	line-height: 180%;
}
div#side-manu ul#menu1 li{
	background-image: url(../images/bg-right-title.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
	padding: 8px 0 8px 15px;
}
div#side-manu ul#menu2{
	list-style: none;
	list-style-position: outside;
	line-height: 150%;
	margin-bottom: 30px;
}

div#main-content{
	float: left;
	width: 580px;
	padding: 20px 10px;
}

.ad{
	margin: 10px 0;
	text-align: center;
	font-size: 12px;
}
.ad2{
	margin: 10px 0;
	text-align: left;
	font-size: 12px;
}


div#main-content .title{
	color: #000;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	font-size: 14px;
	background-image: url(../images/bg-left-title.jpg);
	background-repeat: no-repeat;
	height: 27px;
	color: #000;
}
div#main-content .sub_title{
	color: #618200;
	border-left: solid 3px #4C8B06;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
}

div#main-content .content{
	padding: 10px 5px;
	margin-bottom: 20px;
}

ul.kinou-list{
	list-style: none;
	list-style-position: outside;
}
ul.kinou-list li{
	border-bottom: dotted 1px #999;
	padding: 15px 0;
}
ul.kinou-list li h4{
	color: #618200;
	border-left: solid 3px #4C8B06;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
}

.kizyutu{
	color: #000000;
	background: #FFFFD9;
	padding: 8px;
	overflow: auto;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin-bottom: 10px;
}

div#footer{
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 15px 0;
}
