@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
	background-color: #E8E8E8;
}
img {
	border:0;
}

h1 {
	height: 45px;
	width: 480px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #000033;
	font-weight: bold;
	line-height: 45px;
	text-indent: 10px;
	background-image: url(../../img/h1.jpg);
}
h2 {
	font-size: 16px;
	font-weight: bold;
	width: 460px;
	color: #000099;
	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;
	padding-left: 20px;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
}
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: #FF0000;
	font-size: 110%;
}

a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}



#wrap {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../img/bg_navi.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#header {
	height: 285px;
	width: 800px;
}

#left_side {
	float: left;
	width: 300px;
	margin-bottom: 30px;
	padding-top: 10px;
}
#right_side {
	float: right;
	width: 480px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 15px;
}
#footer {
	height: 40px;
	width: 820px;
	clear: both;
	font-size: 80%;
	line-height: 40px;
	text-align: center;
	background-color: #CCCCCC;
}
#footer a:link {
	color: #333333;
	text-decoration: underline;
}
#footer a:visited {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover {
	color: #3399FF;
	text-decoration: underline;
}


#left_side ul {
	font-size: 14px;
	width: 290px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
}
#left_side li {
	width: 280px;
	background-image: url(../../img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	list-style-type: none;
	padding-left: 20px;
	line-height: 130%;
	margin-bottom: 15px;
}


/*
#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: 510px;
	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: #FF6666;
}
.table01 td {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.table01 td.td_title {
	text-align: center;
	font-weight: bold;
}
.table01 td.td_red {
	font-weight: bold;
}
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: 30px;
}
#right_side li {
	background-image: url(../../img/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 130%;
}
.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: 470px;
	font-size: 90%;
	text-align: right;
	height: 33px;
	line-height: 33px;
	padding-right: 10px;
	margin-top: 20px;
	background-color: #F7F7F7;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.clear {
	clear: both;
}
