@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}
html {
	overflow: scroll;
}
img {
	border:0;
}

h1 {
	width: 455px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 15px;
	background-image: url(../img/h1.jpg);
	background-repeat: no-repeat;
	height: 52px;
	line-height: 52px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	width: 455px;
	color: #C30;
	margin-bottom: 15px;
	background-image: url(../img/h2.gif);
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	line-height: 130%;
	padding-left: 15px;
}
h3 {
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/h3.jpg);
	font-size: 95%;
	width: 520px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #690;
}
h4 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
}
h5 {
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
	color: #3366FF;
	text-indent: 10px;
}
p {
	font-size: 90%;
	line-height: 170%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 1em;
}

b {
	font-weight: bold;
	color: #C00;
}

a:link {
	color: #369;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}



#wrap {
	width: 860px;
	background-image: url(../img/bg_wrap.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 200px;
}

#left_side {
	float: left;
	width: 330px;
	padding-left: 45px;
}
#right_side {
	float: right;
	width: 450px;
	padding-right: 35px;
}
#textbox {
	background-color: #FFF;
	background-image: url(../img/bg_text.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 520px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#footer {
	height: 25px;
	width: 100%;
	clear: both;
	font-size: 80%;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding-top: 30px;
}
#footer a:link {
	color: #333;
	text-decoration: underline;
}
#footer a:visited {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #F60;
	text-decoration: underline;
}


#left_side ul {
	font-size: 14px;
	width: 310px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 130%;
}
#left_side li {
	list-style-type: none;
	display: block;
	width: 310px;
	height: 35px;
}
#left_side li a {
	display: block;
	width: 290px;
	text-decoration: underline;
	color: #333333;
	line-height: 35px;
	height: 35px;
	background-image: url(../img/bg_gnavi.jpg);
	padding-left: 20px;
}
#left_side li a:hover {
	background-position: 0px -35px;

}


#inquiry {
	width: 270px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 45px;
}
#inquiry a {
	background-image: url(../img/inquiry.jpg);
	display: block;
	height: 45px;
	width: 270px;
	text-indent: -9999px;
	overflow: hidden;
}
#inquiry a:hover {
	background-position: 0px -45px;
}

/*
#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: 440px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 80%;
	border-collapse:collapse;
	line-height: 140%;
}
.table01 th {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #E7E0C5;
	width: 8em;
}
.table01 td {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFF;
	text-align: center;
}
td.td_title {
	text-align: center;
	font-weight: bold;
}
td.td_red {
	color: #FF3300;
}

table.table02 {
	font-size: 80%;
	margin-left: 20px;
	margin-bottom: 30px;
	line-height: 150%;
}
.table02 th {
	padding: 5px;
	color: #FFF;
	background-color: #C69;
}

.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;
}
/*
ul#pagenavi {
	font-size: 85%;
	padding-left: 20px;
	margin-bottom: 30px;
}
ul#pagenavi li {
	list-style-type: none;
	margin-bottom: 5px;
}
*/
#right_side ul {
	padding-right: 10px;
	margin-bottom: 30px;
	font-size: 90%;
	padding-left: 30px;
}
#right_side ul li {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 130%;
}
#right_side ol {
	padding-right: 10px;
	margin-bottom: 30px;
	font-size: 90%;
	padding-left: 45px;
}
#right_side ol li {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 130%;
}

#nextpage {
	width: 450px;
	font-size: 12px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	display: block;
	background-image: url(../img/nextpage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
}
#nextpage a:link {
	color: #C60;
	text-decoration: underline;
}
#nextpage a:visited {
	color: #666;
	text-decoration: underline;
}
#nextpage a:hover {
	color: #F60;
	text-decoration: underline;
}


.clear {
	clear: both;
}

