@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: 55px;
	width: 550px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #CC0033;
	font-weight: bold;
	line-height: 55px;
	text-indent: 15px;
}
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: 90%;
	line-height: 160%;
	margin-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
}
b {
	font-weight: bold;
	color: #CC0033;
}

a:link {
	color: #CC0033;
	text-decoration: underline;
}
a:visited {
	color: #CC6666;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}



#wrap {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_navi.jpg);
	background-repeat: repeat-y;
	margin-top: 15px;
	padding-bottom: 10px;
}
#header {
	height: 142px;
	margin-bottom: 15px;
}
#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: 550px;
	margin-bottom: 20px;
}
#footer {
	height: 45px;
	width: 790px;
	clear: both;
	font-size: 75%;
	line-height: 45px;
	text-align: right;
	padding-right: 10px;
	background-image: url(../img/footer.jpg);
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#left_side ul {
	font-size: 14px;
	margin-bottom: 20px;
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	height: 415px;
	width: 240px;
	padding-top: 35px;
	font-weight: bold;
}
#left_side li {
	display: block;
	height: 35px;
	width: 240px;
	list-style-type: none;
	text-indent: 23px;
	line-height: 35px;
}
#left_side li a {
	background-image: url(../img/btn01.jpg);
	display: block;
	height: 35px;
	width: 240px;
	color: #FFFFFF;
}
#left_side li a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#left_side li a:hover {
	background-position: 0px -35px;
	color: #FFCC00;
	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: 90%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
#right_side li {
	margin-bottom: 1em;
	list-style-type: none;
	background-image: url(../img/li.jpg);
	background-repeat: no-repeat;
	text-indent: 18px;
	color: #FF3366;
	background-position: 0px 0px;
	height: 16px;
	line-height: 16px;
}
.txt_b {
	color: #CC0033;
	font-size: 130%;
	background-color: #FFFFCC;
}
.textbox {
	background-color: #FFE8E8;
	background-image: url(../img/bg01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 530px;
	padding: 10px;
}

#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;
}
.textbox_bottom {
	background-color: #FFE8E8;
	background-image: url(../img/bg02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 550px;
	height: 15px;
	font-size: 0px;
}

