@charset "utf-8";
/* CSS Document */
a.tx01:link {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
a.tx01:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
a.tx01:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
}
a.tx01:active {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
.txblack {font-size: 13px;line-height:18px;}

a.tx02:link {
	text-decoration: none;
	font-size: 12px;
	color: #0000FF;
}
a.tx02:visited {
	text-decoration: none;
	font-size: 12px;
	color: #0000FF;
}
a.tx02:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #FF0000;
}
a.tx02:active {
	text-decoration: none;
	font-size: 12px;
	color: #FF0000;
}
body {
	background-image: url(images/index/bg.gif);
	background-repeat: repeat-x;
}
.title {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
.ti01 {
	color: #0000FF;
	font-size: 13px;
}
.style5 {color: #000000}
.td{border-top:none;
border-bottom:none;
border-left:1px dotted #999999}


