@charset "utf-8";
/* CSS Document */

/* **************Index.html CSS*************** */


/* PageTitle */
h2{
	width:755px;
	height:30px;
	background:url(../images/title01.gif) no-repeat 0 0;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	padding:5px 5px 0 0;
	margin:0 0 20px;
}
/* Main */

.table01 {
	border-collapse:collapse;
	width:740px;
	margin:0 auto;
}
.table01 td{
	border:1px solid #ccc;
}


.table01 td a{
	color:#000;
	outline:none;
	text-decoration:underline;
}
.table01 td a:hover{
	color:#5abb17;
	text-decoration:none;
}
.table01 td a:active{
	color:#df9f14;
	text-decoration:underline;
}















