@charset "utf-8";
body {
	font-family: Arial;
	font-size: 12px;
}
.menu_top {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	background-image: url(images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.menu_top:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_top:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.menu_top:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.menu_top:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.content2 {
	background-image: url(images/bg_top2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

