.bg
{

	background-image: images/rg.jpg

}.button {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	height: 30px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: center;
}
.bg01 {
	height: 5px;
	width: 600px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.bg02 {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 110px;
	width: 600px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.bgnavi {
	height: 50px;
	width: 600px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.bg03 {
	background-image: url(../images/bg02.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
}
.logo {
	height: 102px;
	width: 102px;
	left: 2px;
	position: fest;
	background-image: url(../images/logo_pic.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg04 {
	background-image: none;
	height: 15px;
	width: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.body {
	text-align: center;
}
.navi {
	background-image: url(../images/navi.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #333333;
	position: fest;
	height: 30px;
	width: 550px;
	right: 5px;
	cursor: pointer;
}

