@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}
html {
	overflow: scroll;
}
img {
	border:0;
}
.clear {
	clear: both;
}


h1 {
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 510px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #339933;
	line-height: 60px;
	padding-left: 10px;
}

h2 {
	font-size: 14px;
	line-height: 31px;
	font-weight: bold;
	height: 31px;
	background-image: url(../img/h2.gif);
	color: #333333;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
h3 {
	font-weight: bold;
	padding-left: 5px;
	font-size: 95%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
}
h4 {
	font-weight: bold;
	font-size: 95%;
	padding-left: 10px;
	margin-bottom: 5px;
}

#txtbox {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_p.jpg);
	background-repeat: repeat-y;
}

p {
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
}
b {
	font-weight: bold;
	color: #339933;
}



a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}



#wrap {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/flower.gif);
	background-repeat: no-repeat;
	background-position: 580px bottom;
}
#header {
	height: 105px;
	margin-bottom: 20px;
}
#box {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	width: 820px;
	padding: 15px;
	margin-bottom: 10px;
}


#side_bar {
	float: right;
	width: 310px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 30px;
	background-image: url(../img/contents.jpg);
	padding-top: 110px;
}

#side_bar ul {
	width: 310px;
	font-size: 90%;
}
#side_bar li {
	list-style-type: none;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 19px;
	padding-right: 10px;
	padding-bottom: 15px;
	height: 19px;
	background-position: 0px 2px;
}
#side_bar li a {
	color: #666666;
	text-decoration: underline;
}
#side_bar li a:visited {
	color: #999999;
	text-decoration: underline;
}


#side_bar li a:hover {
	color: #339933;
	text-decoration: underline;
}
#ul_bottom {
	font-size: 0px;
	background-image: url(../img/bg_navi.gif);
	height: 15px;
	width: 260px;
}

#main {
	float: left;
	width: 510px;
	margin-bottom: 20px;
}
#main ol {
	font-size: 90%;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 20px;
	line-height: 160%;
	color: #333333;
}

/*
table.table01 {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 80%;
	border-collapse:collapse;
}
.table01 th {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFFFCC;
}
.table01 td {
	padding: 5px;
	border: 1px solid #999999;
	text-align: right;
	background-color: #FFFFFF;
}
.table01 td.td_title {
	text-align: center;
}
.table01 td.td_red {
	color: #CC0000;
}
table.table02 {
	font-size: 80%;
	margin-left: 20px;
	margin-bottom: 10px;
}
.table02 th {
	padding: 5px;
	text-align: left;
	background-color: #FFCC99;
}

.table02 td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
.table02 td.td_rank {
	background-color: #FFE6E6;
	font-weight: bold;
	color: #CC0000;
}

#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;
}

*/

#main ul {
	font-size: 90%;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 20px;
	line-height: 160%;
	color: #333333;
}
#main li {


}

#footer {
	height: 40px;
	width: 840px;
	font-size: 75%;
	text-align: center;
	background-image: url(../img/footer.gif);
	background-repeat: repeat-x;
	line-height: 40px;
	color: #FFFFFF;
	clear: both;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#nextpage {
	width: 510px;
	font-size: 90%;
	height: 31px;
	line-height: 31px;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#nextpage a {
	color: #339933;
	text-decoration: underline;
	background-image: url(../img/pagetop.gif);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 500px;
	padding-right: 10px;
}
#nextpage a:visited {
	color: #666666;
	text-decoration: underline;
}
#nextpage a:hover {
	color: #FF3300;
	text-decoration: underline;
	background-position: 0px -31px;
}

