@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
}
img {
	border:0;
}

h1 {
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 550px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #FF6600;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
}
h1#page01 {
	background-image: url(../img/h1_01.jpg);
}
h1#page02 {
	background-image: url(../img/h1_02.jpg);
}
h1#page03 {
	background-image: url(../img/h1_03.jpg);
}
h1#page04 {
	background-image: url(../img/h1_04.jpg);
}
h1#page05 {
	background-image: url(../img/h1_05.jpg);
}
h1#page06 {
	background-image: url(../img/h1_06.jpg);
}
h1#page07 {
	background-image: url(../img/h1_07.jpg);
}
h1#page08 {
	background-image: url(../img/h1_08.jpg);
}


h2 {
	font-size: 16px;
	font-weight: bold;
	width: 535px;
	height: 29px;
	line-height: 29px;
	color: #FFFFFF;
	padding-left: 15px;
	background-image: url(../img/h2.gif);
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
	line-height: 29px;
	font-weight: bold;
	width: 535px;
	margin-bottom: 15px;
	color: #006699;
	padding-left: 5px;
	background-image: url(../img/h3.gif);
	height: 29px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	text-indent: 5px;
	margin-bottom: 10px;
}
h5 {
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
	color: #3366FF;
	text-indent: 10px;
}
#right_side p {
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
}

b {
	color: #FF3300;
	font-weight: bold;
}

a:link {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}



#wrap {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_wrap.gif);
	background-repeat: repeat-y;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #0099CC;
}
#header {
	height: 120px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#left_side {
	float: left;
	width: 250px;
}
#left_side p {
	margin-bottom: 10px;
}

#right_side {
	float: left;
	width: 550px;
	padding-left: 20px;
}
#footer {
	height: 38px;
	width: 820px;
	clear: both;
	font-size: 80%;
	line-height: 38px;
	text-align: center;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#left_side ul {
	font-size: 13px;
	width: 250px;
	font-weight: bold;
}
#left_side li {
	height: 35px;
	width: 250px;
	list-style-type: none;
	line-height: 35px;
}
#left_side li a {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../img/bg_navi.gif);
	display: block;
	height: 35px;
	width: 240px;
	padding-left: 10px;
}
#left_side li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#left_side li a:hover {
	color: #0099CC;
	text-decoration: underline;
	background-position: 0px -35px;
}
/*
#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 ol {
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 30px;
	font-size: 90%;
}
#right_side ul {
	width: 540px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 90%;
}

#right_side li {
	background-image: url(../img/arr01.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	line-height: 30px;
	list-style-type: none;
	padding-left: 15px;
}
#right_side dl {
	font-size: 90%;
	line-height: 160%;
	padding-left: 10px;
	margin-bottom: 20px;
}
#right_side dt {
	font-weight: bold;
	color: #000066;
}
#right_side dd {
	margin-bottom: 1em;
}


.txt_b {
	font-weight: bold;
	background-color: #FFFFCC;
}
.textbox {
	background-image: url(../img/bg_p.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 510px;
}
.textbox p {
	font-size: 14px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 30px;
}


#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;
	margin-top: 20px;
}
.clear {
	clear: both;
}

