@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;
	background-color: #D2E0EE;
}
img {
	border:0;
}

h1 {
	background-image: url(../img/h1.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 440px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #000033;
	font-weight: bold;
	padding-left: 100px;
	line-height: 140%;
	padding-top: 15px;
}
h2 {
	color: #000033;
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #F2F2F2;
	width: 525px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000033;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
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;
}


p {
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
}
b {
	color: #336699;
}

a:link {
	color: #3333CC;
	text-decoration: underline;
}
a:visited {
	color: #6699FF;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}



#wrap {
	background-color: #FFFFFF;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_navi.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 240px;
	margin-bottom: 20px;
}

#left_side {
	float: left;
	width: 250px;
	margin-bottom: 20px;
	padding-left: 10px;
	background-image: url(../img/ttl_contents.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#right_side {
	float: right;
	width: 540px;
	margin-bottom: 20px;
	padding-right: 20px;
}
#footer {
	height: 35px;
	width: 850px;
	clear: both;
	font-size: 80%;
	line-height: 35px;
	text-align: right;
	padding-right: 10px;
	color: #FFFFFF;
	background-color: #000033;
}
#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;
	width: 250px;
	font-weight: normal;
	padding-top: 25px;
	line-height: 130%;
}
#left_side li {
	height: 35px;
	width: 230px;
	list-style-type: none;
	background-color: #F2F2F2;
	background-image: url(../img/arr01.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#left_side li a {
	color: #000033;
	text-decoration: none;
}
#left_side li a:visited {
	color: #336699;
	text-decoration: none;
}

#left_side li a:hover {
	background-position: 0px -35px;
	color: #FF3300;
	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%;
}
.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;
}

