@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
}
html {
	overflow: scroll;
}
img {
	border:0;
}

h1 {
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 560px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	text-indent: 15px;
}
h2 {
	color: #CC0000;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	height: 35px;
	margin-bottom: 15px;
	text-indent: 5px;
	background-image: url(../img/h2.gif);
	background-repeat: no-repeat;
	width: 550px;
}
h3 {
	font-size: 16px;
	line-height: 31px;
	font-weight: bold;
	height: 31px;
	width: 550px;
	text-indent: 25px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/h3.jpg);
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 10px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}



p {
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
}
b {
	font-weight: bold;
	color: #CC0000;
}
.txt_colored01 {
	font-weight: bold;
	color: #CC0000;
}


a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}



#wrap {
	background-color: #F7F7F7;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 270px;
}
#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: 250px;
	margin-bottom: 20px;
	background-image: url(../img/bg_navi.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}
#right_side {
	float: right;
	width: 560px;
	margin-bottom: 20px;
	padding-right: 20px;
}
#footer {
	height: 55px;
	width: 840px;
	clear: both;
	font-size: 75%;
	line-height: 65px;
	text-align: center;
	padding-right: 10px;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
}
#footer a:link {
	color: #333333;
	text-decoration: underline;
}
#footer a:visited {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#left_side ul#sidemenu01 {
	font-size: 14px;
	width: 240px;
	padding-top: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}
#left_side ul#sidemenu01 li {
	display: block;
	height: 35px;
	width: 240px;
	list-style-type: none;
	text-indent: 23px;
	line-height: 35px;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}
#left_side ul#sidemenu01 li a {
	display: block;
	height: 35px;
	width: 240px;
	color: #FFFFFF;
}
#left_side ul#sidemenu01 li a:visited {
	color: #FFFFFF;
	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;
	font-weight: bold;
}
#right_side li {
	margin-bottom: 1em;
	list-style-type: none;
	background-image: url(../img/li2.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	background-position: 0px 0px;
	height: 16px;
	line-height: 16px;
}
.txt_b {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	background-color: #FFCCCC;
}
.textbox {
	background-color: #FFE8E8;
	background-image: url(../img/bg01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 530px;
	padding: 10px;
}

#nextpage {
	width: 490px;
	font-size: 90%;
	text-align: right;
	background-image: url(../img/bg_nextpage.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 41px;
	line-height: 41px;
	padding-right: 40px;
	margin-top: 35px;
}
.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;
}
@charset "utf-8";
/* CSS Document */

#footernavi {
}
#footernavi li {
	display: inline;
	background-image: none;
	font-size: 12px;
}
#footernavi a:link {
	color: #3C3C3C;
}
#footernavi a:visited {
	color: #930;
}
#footernavi a:hover {
	color: #900;
	text-decoration: none;
}
table.table01 {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	line-height: 130%;
	border-collapse:collapse;
	background-color: #FFFFEC;
	margin-top: 30px;
}
.table01 th {
	background-color: #FFDFDF;
	padding: 3px;
	border: 1px solid #666;
	color: #535353;
}
.table01 td {
	padding: 3px;
	text-align: center;
	border: 1px solid #666;
	background-color: #FAFAFA;
}
.table01 td.td_title {
	background-color: #FFF0F0;
}
#left_side ul#sidemenu02 {
	color: #CCC;
	font-size: 18px;
	width: 250px;
	margin-top: 40px;
}
#left_side ul#sidemenu02 li {
	line-height: 42px;
	height: 40px;
	margin-bottom: 2px;
	background-color: #D1D1BC;
	padding-left: 20px;
	list-style-type: none;
}
#left_side ul#sidemenu02 li a:link {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
#left_side ul#sidemenu02 li a:visited {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
#left_side ul#sidemenu02 li a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
h3 a:link {
	color: #600;
	font-weight: bold;
	text-decoration: underline;
}
h3 a:visited {
	font-weight: bold;
	color: #600;
	text-decoration: underline;
}
h3 a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.txt_colored01 a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}
.txt_colored01 a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.txt_colored01 a:hover {
	font-weight: bold;
	color: #360;
	text-decoration: none;
}

