@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFFFFF url(bg.png);
}

.tit
{
	font: 400 24px "futura Bk BT", helvetica, Arial;
	color: #006600;
	border-bottom: 1px solid #006600;
}

.txt
{
	font: 14px "futura Bk BT", helvetica, Arial;
	color: #333333;
	margin-left: 10px;
}
#menu
{
	font: 16px "futura Bk BT", helvetica, Arial;
	color: #FFFFFF;
}

#menu:hover
{
	background: url(img/menu_on.png);
}

#menu a
{
	font: 16px "futura Bk BT", helvetica, Arial;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font: bold 18px "futura Bk BT", helvetica, Arial;
}

.multihost
{
	font: 12px "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	border-top: 1px solid #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
