body {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ddf1fc;
	margin:0;
}
#bottom_bg {
	background-image:url(../images/bg_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0;
}
#body_bg {
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-y;
}
#body_bottom {
	background-image: url(../images/body_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:0 22px 0px 22px;
}
#header_bg {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 207px;
	padding:0 9px 10px 9px;
}
#nav_bg {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 46px;
	padding:0 20px 0 20px;
}
.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:100px;
	vertical-align:bottom;
	text-align:center;
	font-weight: bold;
	text-decoration:none;
}

.footer_text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:100px;
	font-weight: bold;
	text-decoration:none;
}
.footer_text a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:100px;
	font-weight: bold;
	text-decoration:none;
}
.footer_text a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:100px;
	font-weight: bold;
	text-decoration:none;
}
.footer_text a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:100px;
	font-weight: bold;
	text-decoration:none;
}
.footer_text a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	height:100px;
	font-weight: bold;
	text-decoration:underline;
}
.body_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	height:300px;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #DDF1FC;
	height: 12px;
	width: 160px;
}
.memo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #DDF1FC;
	height: 50px;
	width: 270px;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #DDF1FC;
	height: 15px;
	width: 60px;
	border: 1px solid #000000;
	font-weight: bold;
}
