a:link {
	color:#ffffff;
	text-decoration:underline;
}
a:visited {
	color:#800080;
	text-decoration:underline;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}
body {
	font-size:12px;
	background:#000000;
	color:#ffffff;
	line-height:150%;
<--	background-image: url(img/turenii04.jpg);-->
}
td {
	font-size:12px;
	line-height:150%;
}

/** indexページの見出し1 */
.h1{
	font-size:25px;
}

/** indexページの見出し3 */
.h2_01{
	font-size:16px;
	background-color:#00000;
	text-align:left;
	line-height:150%;
	padding-left:0.5em;
	width:750px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#ff0000;
	border-left-width:1em;
	border-left-style:solid;
	border-left-color:#ff0000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ff0000;
}

.h2_02{
	font-size:16px;
	background-color:#00000;
	text-align:left;
	line-height:150%;
	padding-left:0.5em;
	width:750px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#ff0000;
	border-left-width:1em;
	border-left-style:solid;
	border-left-color:#ff0000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ff0000;
}

/** 配信情報の区切線 */
.td_01{
	background-color:#008000;
	height:1px;
	width:500px;
}