@charset "utf-8";
body {
	overflow-x:hidden;
	background-color: #064b77;
	margin: 0px;
}
#intro_bg {
	background-color: #F0F5F9;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left -10px;
}

p {
	margin: 0px;
}
h4 {
	margin: 0px;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
html{
	overflow-x: hidden;
}
#lv1 {
	position: relative;
	left: 50%;
	margin-left: -800px;
	width:1600px;
	height:100%
}

div.content {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#lv2{
	position: relative;
	width:100%;
	overflow: hidden;
}




#main {
	position: relative;
	left: 50%;
	margin-left: -800px;
	width:1600px;
}
#main table {
	width: 100%;
}

.copyright {
	background-color: #1B2932;
	background-image: url(../images/copyright.jpg);
	background-position: center center;
	height: 65px;
	background-repeat: no-repeat;
}
.copyright_w {
	background-image: url(../images/copyright_w.png);
	background-position: center top;
	height: 65px;
	background-repeat: no-repeat;
}
