.frontbg {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 585px;
	width: 775px;
}
.button_off {
	background-image: url(../images/button_off.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 55px;
}
.button_on {
	background-image: url(../images/button_on.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 55px;
}
.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 102px;
}
.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.box_left {
	background-image: url(../images/box/left.png);
	background-repeat: repeat-y;
}
.box_top_left {
	background-image: url(../images/box/top_left.png);
	background-repeat: no-repeat;
}
.box_top {
	background-image: url(../images/box/top.png);
	background-repeat: repeat-x;
}
.box_top_right {
	background-image: url(../images/box/top_right.png);
	background-repeat: no-repeat;
}
.box_right {
	background-image: url(../images/box/right.png);
	background-repeat: repeat-y;
}
.box_bottom_left {
	background-image: url(../images/box/bottom_left.png);
	background-repeat: no-repeat;
}
.box_bottom {
	background-image: url(../images/box/bottom.png);
	background-repeat: repeat-x;
}
.box_bottom_right {
	background-image: url(../images/box/bottom_right.png);
	background-repeat: no-repeat;
}
.topbg {
	background-image: url(../images/top_bg.png);
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
