@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;
}
.clear {
	clear: both;
}


h1 {
	background-image: url(../img/h1.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 500px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	text-indent: 15px;
	line-height: 45px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	height: 27px;
	margin-bottom: 15px;
	text-indent: 5px;
	width: 460px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9900;
	margin-right: auto;
	margin-left: auto;
}
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: #FF3300;
}
.txtcolored01 {
	font-size: 120%;
	font-weight: bold;
	color: #FF3300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}



a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}



#wrap {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 150px;
	margin-bottom: 15px;
	padding-top: 15px;
}
#container {
	background-color: #FFFFFF;
	background-image: url(../img/bg_white01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 830px;
}
#container2 {
	background-color: #FFFFFF;
	background-image: url(../img/bg_white02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 830px;
	height: 10px;
	margin-bottom: 15px;
	font-size: 0px;
}


#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: 290px;
	margin-bottom: 20px;
	background-image: url(../img/ttl_contents.jpg);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}

#left_side ul {
	font-size: 14px;
	width: 250px;
	padding-top: 65px;
	margin-right: auto;
	margin-left: auto;
}
#left_side li {
	display: block;
	height: 35px;
	width: 250px;
	list-style-type: none;
	text-indent: 20px;
	line-height: 35px;
}
#left_side li a {
	display: block;
	height: 35px;
	width: 250px;
	color: #333333;
	background-image: url(../img/bg_navi.gif);
}
#left_side li a:visited {
	color: #666666;
	text-decoration: underline;
}

#left_side li a:hover {
	background-position: 0px -35px;
	color: #FF3300;
	text-decoration: underline;
}
#right_side {
	float: right;
	width: 500px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-top: 15px;
}
table.table01 {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 80%;
	border-collapse:collapse;
}
.table01 th {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFFFCC;
}
.table01 td {
	padding: 5px;
	border: 1px solid #999999;
	text-align: right;
	background-color: #FFFFFF;
}
.table01 td.td_title {
	text-align: center;
}
.table01 td.td_red {
	color: #CC0000;
}
table.table02 {
	font-size: 80%;
	margin-left: 20px;
	margin-bottom: 10px;
}
.table02 th {
	padding: 5px;
	text-align: left;
	background-color: #FFCC99;
}

.table02 td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
.table02 td.td_rank {
	background-color: #FFE6E6;
	font-weight: bold;
	color: #CC0000;
}
/*
#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;
}

*/

#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;
}
#textbox {
	background-color: #F7F7F7;
	background-image: url(../img/bg_gray01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 480px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#footer {
	height: 50px;
	width: 820px;
	font-size: 75%;
	line-height: 50px;
	text-align: center;
	padding-right: 10px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-bottom: 15px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF3300;
	text-decoration: underline;
}

#nextpage {
	width: 450px;
	font-size: 90%;
	text-align: right;
	background-image: url(../img/bg_nextpage.gif);
	background-repeat: no-repeat;
	height: 60px;
	line-height: 49px;
	padding-right: 50px;
}
#nextpage a:link {
	color: #FF3300;
	text-decoration: underline;
}
#nextpage a:visited {
	color: #FF9900;
	text-decoration: underline;
}
#nextpage a:hover {
	color: #3333CC;
	text-decoration: underline;
}
.Tkusyu{
font-size:15px;
margin-bottom:12px;
font-weight:bold;
}

.Tkusyu a{
color:#0000FF;
text-decoration:underline;
}

.Tkusyu a:hover{
color:#FF0000;
text-decoration:none;
}


