@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
	background-color: #99CC00;
}
img {
	border:0;
}

h1 {
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 510px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	width: 525px;
	height: 30px;
	line-height: 30px;
	color: #FF3300;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	width: 535px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	color: #003399;
	padding-left: 5px;
}
h4 {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
	color: #000099;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 15px;
}
h5 {
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
	color: #3366FF;
	text-indent: 10px;
}
b {
	color: #FF3300;
	font-size: 120%;
	font-weight: bold;
}

a:link {
	color: #339900;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}



#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_wrap.gif);
	background-repeat: repeat-y;
}
#header {
	height: 240px;
	margin-bottom: 20px;
}

#left_side {
	float: left;
	width: 280px;
	margin-bottom: 20px;
	background-image: url(../img/bg_menu01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 15px;
	padding-top: 30px;
	background-color: #99CC00;
}
#right_side {
	float: left;
	width: 490px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 35px;
}
#footer {
	height: 50px;
	width: 900px;
	clear: both;
	font-size: 80%;
	line-height: 50px;
	text-align: center;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CC00;
	color: #339900;
}

#left_side ul {
	font-size: 14px;
	width: 280px;
	font-weight: normal;
	line-height: 35%;
	height: 360px;
	background-image: url(../img/bg_menu02.gif);
	background-position: 0px bottom;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}
#left_side li {
	height: 35px;
	width: 245px;
	list-style-type: none;
	background-image: url(../img/arr01.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 25px;
	line-height: 35px;
}
#left_side li a {
	color: #FFFFFF;
	text-decoration: underline;
}
#left_side li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#left_side li a:hover {
	color: #336600;
	text-decoration: underline;
}
/*
#recommend {
	display: block;
	height: 61px;
	width: 230px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 14px;
	color: #FFFFFF;
}
#recommend a {
	background-image: url(../img/btn02.jpg);
	display: block;
	height: 51px;
	width: 170px;
	padding-left: 60px;
	padding-top: 10px;
	line-height: 130%;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}
#recommend a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#recommend a:hover {
	background-position: 0px -61px;
	color: #FFFFFF;
	text-decoration: underline;
}
table.table01 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 80%;
	border-collapse:collapse;
}
.table01 th {
	padding: 5px;
	border: 1px solid #999999;
	color: #FFFFFF;
	background-color: #6699FF;
}
.table01 td {
	padding: 5px;
	border: 1px solid #999999;
	text-align: right;
	background-color: #F7F7F7;
}
.table01 td.td_title {
	text-align: center;
	font-weight: bold;
}
.table01 td.td_red {
	color: #CC0000;
}
table.table02 {
	font-size: 80%;
	margin-left: 20px;
	margin-bottom: 10px;
}
.table02 td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F7F7F7;
}
.table02 td.td_rank {
	background-color: #FFE6E6;
	font-weight: bold;
	color: #CC0000;
}

*/

#right_side ol {
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 30px;
	font-size: 90%;
}
#right_side li {
	background-image: url(../img/li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 30px;
	list-style-position: outside;
	margin-bottom: 30px;
	font-weight: bold;
}
.txt_b {
	font-weight: bold;
	background-color: #FFFFCC;
}
.textbox {
	background-image: url(../img/bg_p.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 510px;
}
.textbox p {
	font-size: 14px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 30px;
}


#nextpage {
	width: 495px;
	font-size: 90%;
	text-align: right;
	background-image: url(../img/nextpage.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 33px;
	line-height: 33px;
	padding-right: 15px;
	margin-top: 20px;
}
.clear {
	clear: both;
}
