@charset "utf-8";
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.gif);
	scrollbar-3d-light-color: #cccccc;
          scrollbar-arrow-color: #999999;
          scrollbar-base-color: #000000;
          scrollbar-dark-shadow-color: #999999;
          scrollbar-face-color: #000000;
          scrollbar-highlight-color: #999999;
          scrollbar-shadow-color: #69EC7;	
}
input {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #666666;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #FFCCFF;
}
a:active {
	color: #FFCCFF;
}
	.style1 {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
}
	.style2 {
	font-size: 13px;
	color: #CCCCCC;
	font-weight: bold;
}

.style_1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.style_2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F0BB47;
}

div#index_box {
	position: relative;
	margin-left: -506px;
	margin-top: -165px;	
	width: 1012px;
	height: 330px;
	left: 50%;
	top: 50%;
}
div#map {
	text-align: right;
	position: absolute;
	height: 25px;
	width: 300px;
	right: 35px;
	top: 32px;
}

