@charset "UTF-8";
body/* CSS Document */

 {
	background-repeat: repeat-x;
	font-size: 14px;
	background-image: url(../img/back.jpg);
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #3333CC;
}
a:active {
	text-decoration: none;
}

}
/* table */
.main_table {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.side_nemu {
	background-color: #FFFFFF;
	vertical-align: top;
}
.main_contents {
	background-color: #FFFFFF;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
}

.footer {
	font-size: 10px;
	text-align: center;
}
.index_text {
	font-size: 90%;
}
