@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
}
img {
	border:0;
}

h1 {
	height: 45px;
	width: 500px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	text-indent: 10px;
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	width: 460px;
	color: #CC0000;
	margin-bottom: 15px;
	background-image: url(../img/arrow02.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	width: 470px;
	margin-bottom: 10px;
	color: #000099;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/h3.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 31px;
	line-height: 31px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 5px;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
	padding-bottom: 5px;
}
h5 {
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
	color: #3366FF;
	text-indent: 10px;
}
p {
	font-size: 90%;
	line-height: 160%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 1em;
}

b {
	font-weight: bold;
	color: #CC0000;
	font-size: 120%;
	background-color: #F7F7F7;
}
.txtcolored01 {
	font-weight: bold;
	color: #FF6600;
}
.txtcolored02 {
	font-weight: bold;
	color: #669900;
}


a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}



#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_wrap.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#header {
	height: 90px;
	width: 790px;
	margin-bottom: 20px;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
}

#left_side {
	float: left;
	width: 250px;
	margin-bottom: 30px;
	background-image: url(../img/contents.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	background-position: 10px 0px;
}
#right_side {
	float: right;
	width: 520px;
	margin-bottom: 20px;
}
#right_side_box {
	width: 500px;
	border: 10px solid #F7F7F7;
}

#footer {
	height: 55px;
	width: 800px;
	clear: both;
	font-size: 80%;
	text-align: right;
	background-image: url(../img/line.gif);
	color: #CC0000;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer img {
	padding: 5px;
}



#left_side ul {
	width: 250px;
	background-image: url(../img/bottom.gif);
	background-position: 0px bottom;
	padding-bottom: 35px;
	margin-bottom: 15px;
	font-size: 14px;
}
#left_side li {
	width: 250px;
	list-style-type: none;
	display: block;
	height: 35px;
	line-height: 35px;
}
#left_side li a {
	background-image: url(../img/bg_gnavi.gif);
	display: block;
	height: 35px;
	width: 230px;
	overflow: hidden;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#left_side li a:hover {
	background-position: 0px -35px;
}

#inquiry {
	height: 85px;
	width: 330px;
}
#inquiry a {
	background-image: url(../img/btn_inquiry.gif);
	display: block;
	height: 85px;
	width: 330px;
	text-indent: -9999px;
	overflow: hidden;
}
#inquiry a:hover {
	background-position: -330px 0px;
}

/*
#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: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 80%;
	border-collapse:collapse;
	line-height: 130%;
}
.table01 th {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #E8E8E8;
	color: #333333;
}
.table01 td {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	text-align: center;
}
.table01 td.td_title {
	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,#right_side ol {
	padding-right: 10px;
	margin-bottom: 30px;
	font-size: 90%;
	padding-left: 20px;
	background-image: url(../img/bg_gn.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
#right_side ul {
	padding-left: 20px;
	width: 440px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#right_side li {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 130%;
	font-size: 90%;
}
.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: 120px;
	font-size: 90%;
	height: 26px;
	margin-bottom: 20px;
	background-image: url(../img/arrow01.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: 10px;
}
#nextpage a {
	background-image: url(../img/btn_next.gif);
	display: block;
	height: 26px;
	width: 120px;
	text-indent: -9999px;
}
#nextpage a:hover {
	background-position: 0px -26px;
}

.clear {
	clear: both;
}
#nextpage2 {
	width: 120px;
	font-size: 90%;
	height: 26px;
	margin-bottom: 20px;
	background-image: url(../img/arrow01.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: 10px;
}
#nextpage2 a {
	background-image: url(../img/btn_top.gif);
	display: block;
	height: 26px;
	width: 120px;
	text-indent: -9999px;
}
#nextpage2 a:hover {
	background-position: 0px -26px;
}
