body {
	background-color: #9999AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


td {
	background-color: #FFFFFF;
}

.head {
	background-image: url(image/bg02.jpg);
	background-repeat: no-repeat;
	height: 109px;
	vertical-align: top;
}

.menu {
	background-color: #333264;
	padding: 150px 10px 10px;
	color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	background-image: url(image/bg01.gif);
	background-repeat: no-repeat;
	width: 120px;
}
.menu a:link, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}

.main {
	padding: 10px;
	background-image: url(image/bg03.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 300px;
}

.button {
	font-size: 11px;
	height: 30px;
}

.button a:link, .button a:visited {
	color: #CCCCCC;
	background-color: #000033;
	width: 30px;
	text-decoration: none;
	height: 20px;
	padding: 1px;
}

.button a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	width: 25px;

}

.button .txt {
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 3px;
	text-decoration: none;
	width: 25px;

}

.footer {
	color: #666666;
	background-color: #CCCCCC;
	font-size: 10px;
	text-align: center;
}


h1 {
	font-size: 18px;
	width: 280px;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
}
