a {
	color: #003194;
	text-decoration: none;
}
a:hover {
	color: #ff6300;
}
body {
	background: #e0e0e0 url(./img/bg.gif) fixed;
	margin: 0px;
	margin-top: 8px;
	font-family: "MS Gothic", "lr SVbN", Osaka-, monospace;
}
table {
	width: 100%;
	padding: 0px;
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
}
#title {
	text-align: center;
	background: url(./img/s_bck.gif);
}
#main_td {
	vertical-align: top;
	padding-top: 60px;
}
#wrap_center {
    text-align: center;
}
#contents {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 13px;
	padding: 0;
	width: 600px;
}

