@charset "UTF-8";

/* CSS Document */

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover {
	color: #ccc;
	text-decoration: none;
}
a.here { color: #CC0000 }
.td01 {
	width: 80px;
	margin: 0 0 5px 2em;
	padding: 2px;
	float: left;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4em;
}

.td02 {
	float: left;
	padding: 2px;
	width: 190px;
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

body {
	background: url(images/main-img.jpg) no-repeat -450px 0;
}

.hidden {
	display: none;
	visibility: hidden;
}