@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
}
html {
	overflow: scroll;
}
img {
	border:0;
}

h1 {
	background-image: url(../img/h1.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 570px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 61px;
	text-indent: 100px;
}
h2 {
	color: #000099;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	text-indent: 5px;
}
h3 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	background-color: #F1F4E3;
	height: 30px;
	width: 570px;
	margin-bottom: 15px;
	text-indent: 5px;
	margin-top: 20px;
}
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;
}


p {
	font-size: 80%;
	line-height: 160%;
	margin-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #339900;
	text-decoration: underline;
}



#wrap {
	background-color: #FFFFFF;
	width: 850px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_navi.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../img/image.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 850px;
	position: relative;
}
#title {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 50px;
	top: 40px;
}
#subtitle {
	font-size: 28px;
	position: absolute;
	left: 50px;
	top: 90px;
}
#home {
	background-image: url(../img/line.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 850px;
	font-size: 80%;
	line-height: 30px;
	color: #FFFFFF;
	text-indent: 25px;
	margin-bottom: 10px;
}
#home a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#home a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#home a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#left_side {
	float: left;
	width: 240px;
	margin-bottom: 20px;
}
#right_side {
	float: right;
	width: 570px;
	margin-bottom: 20px;
	padding: 20px;
}
#footer {
	background-color: #FFFFFF;
	height: 35px;
	width: 840px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 75%;
	line-height: 35px;
	text-align: right;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#left_side ul {
	font-size: 80%;
	margin-bottom: 20px;
}
#left_side li {
	display: block;
	height: 35px;
	width: 240px;
	list-style-type: none;
	line-height: 35px;
	text-indent: 20px;
}
#left_side li a {
	background-image: url(../img/btn01.jpg);
	display: block;
	height: 35px;
	width: 240px;
	color: #333333;
}
#left_side li a:visited {
	color: #333333;
	text-decoration: underline;
}

#left_side li a:hover {
	background-position: 0px -35px;
	color: #0066FF;
	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 ul {
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
#right_side li {
	margin-bottom: 1em;
	list-style-type: none;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	font-weight: bold;
	color: #CC0000;
	background-position: 0px 5px;
}
.txt_b {
	color: #CC0000;
	font-weight: bold;
}
#nextpage {
	padding: 10px;
	width: 550px;
	font-size: 80%;
	text-align: center;
	background-color: #F1F4E3;
}

