/* CSS div */

#body {
	position: relative;
	width: 800px;
}
#body_in {
	width: auto;
	margin: 0;
	padding: 8 0 0;
	position: relative;
	border: 1px solid #B9B9FF;
}


#menu {
	background-color: #EEEEFF;
	width: 180px;
	position: absolute;
	border-right-width: 1px;
	border-right-style: dashed;
	border-top-color: #B9B9FF;
	border-right-color: #B9B9FF;
	border-bottom-color: #B9B9FF;
	border-left-color: #B9B9FF;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
}


#main {
	position: relative;
	width: 560px;
	left: 227px;
	height: auto;
	overflow: visible;
	font-size: 11pt;
	margin-top: 20px;
	padding-bottom: 5px;
}
#index_main {
	position: relative;
	width: 560px;
	left: 230px;
	height: auto;
	overflow: visible;
	padding-bottom: 5px;
}

#form_main {
	width: 750px;
	position: relative;
	left: 30px;
	height: auto;
	overflow: visible;
	font-size: 11pt;
	margin-top: 20px;
	padding-bottom: 5px;
}
#complete_main {
	width: 750px;
	position: relative;
	left: 40px;
	height: auto;
	overflow: visible;
	font-size: 11pt;
	margin-top: 20px;
	padding-bottom: 5px;
}

#header {
	width: 800px;
	padding-top: 3px;
	padding-left: 2px;
}
#head_logo {
	width: 760px;
	border-top: 2px solid #B9B9FF;
	border-right: 1px solid #B9B9FF;
	border-bottom: 2px solid #B9B9FF;
	border-left: 1px solid #B9B9FF;
	height: 100px;
	background-color: #EEEEFF;
	background-attachment: fixed;
	background-image:  url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	letter-spacing: 1px;
	position: relative;
}

#head_text {
	width: 619px;
	border-top: 1px #B9B9FF;
	border-right: 1px #B9B9FF;
	border-bottom: 1px dashed #B9B9FF;
	border-left: 1px #B9B9FF;
	height: auto;
	font-size: 11pt;
	letter-spacing: 1pt;
	line-height: 130%;
	left: 180px;
	top: 0px;
	position: relative;
	padding-top: 7px;
	padding-bottom: 15px;
}
#head_text a:link {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEEEFF;
}
#head_text a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEEEFF;
}
#head_text a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #EEEEFF;
}

#index_text {
	padding-left: 45px;
	padding-right: 30px;
	line-height: 120%;
	letter-spacing: 1px;
}

#head {
	width: 800px;
	border-top: 2px solid #B9B9FF;
	border-right: 1px solid #B9B9FF;
	border-bottom: 2px solid #B9B9FF;
	border-left: 1px solid #B9B9FF;
	height: 120px;
	position: relative;
	background-color: #B9B9FF;
	top: 2px;
}


#info {
	margin: 5px;
	width: 530px;
	overflow: auto;
	line-height: 150%;
	height: 102px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #B9B9FF;
	border-right-color: #B9B9FF;
	border-bottom-color: #B9B9FF;
	border-left-color: #B9B9FF;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
}

#info a:link {
	color: #333333;
	text-decoration: none;
}
#info a:visited {
	color: #333333;
	text-decoration: none;
}
#info a:hover {
	text-decoration: none;
}
#info a:active {
	text-decoration: none;
	background-color: #EEEEFF;
}

#info2 {
	margin: 5px;
	width: 530px;
	overflow: auto;
	line-height: 150%;
	height: 102px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #7FFFD4;
	border-right-color: #7FFFD4;
	border-bottom-color:#7FFFD4;
	border-left-color: #7FFFD4;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
}



#event {
	line-height: 130%;
	width: 530px;
	margin-top: 10px;
	margin-left: 5px;
	border-top: 1px solid #B9B9FF;
	border-right: 1px solid #B9B9FF;
	border-bottom: 1px solid #B9B9FF;
	border-left: 1px dashed #B9B9FF;
	padding-top: 15px;
	padding-right: 10px;
}
#event a:link {
	color: #333333;
	text-decoration: none;
}
#event a:visited {
	color: #333333;
	text-decoration: none;
}
#event a:hover {
	color: #333333;
	text-decoration: underline;
	background-color: #EEEEFF;
}
#event a:active {
	color: #333333;
	text-decoration: underline;
	background-color: #EEEEFF;
}

#under {
	color: #333333;
	margin-top: 0px;
	font-weight: normal;
	font-size: 10pt;
	margin-left: 15px;
	line-height: 110%;
	width: 540px;
}
#under a:link {
	color: #0000FF;
	text-decoration: none;
}
#under a:visited {
	color: #0000FF;
	text-decoration: none;
}
#under a:hover {
	color: #000099;
	text-decoration: underline;
}
#under a:active {
	color: #000099;
	text-decoration: none;
}

#logo_img {
	position: absolute;
	width: 325px;
	left: 472px;
	height: 120px;
	overflow: hidden;
	top: 0px;
}
#text01 {
	padding-left: 25px;
	padding-right: 25px;
}
#text02 {
	padding-left: 25px;
	padding-right: 25px;
	line-height: 120%;
	letter-spacing: 1px;
}

#text02 a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#text02 a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#text02 a:hover {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
#text02 a:active {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

#text03 {
	line-height: 125%;
	letter-spacing: 1px;
	width: 415px;
	position: relative;
	left: 25px;
}

#text04 {
	padding-right: 10px;
	line-height: 125%;
	letter-spacing: 1px;
	width: 420px;
	position: relative;
	left: 130px;
}

#text04 a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#text04 a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#text04 a:hover {
	text-decoration: underline;
	color: #0000FF;
}


#text05 {
	padding-left: 25px;
	padding-right: 25px;
	line-height: 120%;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	color: #333333;
}


#text06 {
	padding-left: 25px;
	padding-right: 10px;
	line-height: 120%;
	letter-spacing: 1px;
}
#text06 a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#text06 a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#text06 a:hover {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
#text06t a:active {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
#text07 {
	padding-left: 25px;
	padding-right: 25px;
	line-height: 120%;
}
#text07 a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#text07 a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#text07 a:hover {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
#text07 a:active {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
#text08 {
	margin-left: 40px;
	width: 480px;
}

#text09 {
	padding-left: 25px;
	padding-right: 15px;
	line-height: 120%;
	letter-spacing: 1px;
}
#text09 a:link {
	line-height: 120%;
	letter-spacing: 1px;
	color: #FF00FF;
	font-weight: bold;
	text-decoration: none;
}
#text09 a:hover {
	color: #FF00FF;
	text-decoration: underline;
	font-weight: bold;

}

#text10 {
	color: #F08080;
	font-weight: bold;
        font-size: 11pt;
        line-height: 140%;
        
}

#text11 {
	color: #228B22;
	font-weight: bold;
        font-size: 11pt;
        line-height: 140%;
}

#text12 {
	color: #ff6633;
	font-weight: bold;
        font-size: 11pt;
        line-height: 140%;
}

#text13 {
	color: #6699ff;
	font-weight: bold;
        font-size: 11pt;
        line-height: 140%;
}

#form_text {
	padding-left: 25px;
	padding-right: 25px;
	line-height: 120%;
	letter-spacing: 1px;
}

#attention {
	position: absolute;
	width: 145px;
	left: 655px;
	top: 1px;
	text-align: justify;
	vertical-align: middle;
	overflow: visible;
	background-color: #EEEEFF;
	border: 1px double #B9B9FF;
	font-size: 8pt;
	padding: 2px 2px 0px 10px;
	color: #000099;
}

#attention a:link {
	color: #000099;
	text-decoration: none;
}
#attention a:visited {
	color: #000099;
	text-decoration: none;
}
#attention a:hover {
	color: #EEEEFF;
	text-decoration: none;
	background-color: #000099;
}

#accent {
	height: 100px;
	width: 550px;
	margin-top: 30px;
}


#fun {
	position: absolute;
	height: auto;
	width: 560px;
	top: 280px;
	text-align: center;
	left: -3px;
}

#license {
	height: auto;
	width: auto;
	text-align: center;
}
#license_text {
	top: 840px;
	height: auto;
	width: 550px;
	letter-spacing: 1px;
}
#map_img_right {
	height: auto;
	width: 102px;
	left: 424px;
	position: absolute;
	margin-top: 5px;
	text-align: center;
}
#map_img_left {
	height: auto;
	width: 102px;
	position: absolute;
	margin-top: 5px;
	left: 15px;
	text-align: center;
}
#count {
	height: auto;
	width: 175px;
	text-align: center;
	margin-top: 10px;
}
#open {
	border: 1px solid #B9B9FF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 250px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#open_text {
	font-size: 12pt;
	color: #333333;
	text-align: left;
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 150%;
}
#recruit_text {
	font-size: 12pt;
	color: #333333;
	text-align: left;
	margin-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 150%;
	height: 180px;
	letter-spacing: 1pt;
}
#padi {
	width: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	margin-top: 50px;
}
#index_padi {
	margin-top: 70px;
	text-align: center;
}
#staff {
	width: 170px;
	top: 670px;
	position: absolute;
	left: 3px;
	text-align: center;
}
#pagetop {
	font-size: 10pt;
	width: 550px;
	text-align: left;
	padding: 10px;
}
#recruit {
	font-size: 11pt;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 250px;
	width: 680px;
	border: 1px solid #B9B9FF;
	margin-top: 20px;
	padding: 25px 25px 0px;
}
#character {
	margin-left: 0px;
	margin-right: 60px;
	height: 177px;
	width: 200px;
	float: left;
}
#ie {
	margin-top: 5px;
	height: 31px;
	width: 88px;
	border: none;
	float: right;
}
#flash {
	border: none;
	margin-top: 5px;
	height: 31px;
	width: 88px;
	float: right;
}

#shop_text {
	position: relative;
	width: 510px;
	margin-left: 25px;
	margin-bottom: 20px;
	height: 180px;
}
#shop_text_left {
	float: left;
	position: relative;
	width: 240px;
	line-height: 130%;
	padding-top: 50px;
}
#shop_text_right {
	position: relative;
	width: 240px;
	line-height: 130%;
	float: right;
	padding-top: 50px;
}
#shop_img_left {
	border: 1px solid #333333;
	float: left;
	position: relative;
	height: 180px;
	width: 240px;
	margin-right: 20px;
}
#shop_img_right {
	border: 1px solid #333333;
	position: relative;
	height: 180px;
	width: 240px;
	float: right;
}

#staff01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
}
#staff02 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#staff03 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#staff04 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#staff05 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#staff06 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#marine_img01 {
	margin-right: 50px;
	margin-bottom: 15px;
}
#marine_img02 {
	margin-right: 20px;
}
#marine_jet {
	margin-top: 0px;
	margin-bottom: 15px;
}
#ok01 {
	left: 415px;
	position: absolute;
	top: 3980px;
	height: 120px;
	width: 150px;
}
#ok02 {
	left: 415px;
	position: absolute;
	top: 4500px;
	height: 120px;
	width: 150px;
}
#ok03 {
	left: 415px;
	position: absolute;
	top: 7050px;
	height: 120px;
	width: 150px;
}
#udeng {
	left: 366px;
	position: absolute;
	top: 132px;
	height: 190px;
	width: 200px;
}
#kubaya {
	position: absolute;
	height: 150px;
	width: 180px;
	left: 185px;
	top: 175px;
}
#kubaya02 {
	position: absolute;
	height: 160px;
	width: 180px;
	left: 230px;
	top: 240px;
}
#list_udeng {
	left: 366px;
	position: absolute;
	top: 190px;
}
#random_pool {
	position: absolute;
	height: 113px;
	width: 150px;
	left: 400px;
	top: 480px;
	border: 1px solid #333333;
	overflow: hidden;
}
#random_room {
	position: absolute;
	height: 113px;
	width: 150px;
	left: 400px;
	top: 608px;
	border: 1px solid #333333;
	overflow: hidden;
}
#random_others {
	position: absolute;
	height: 113px;
	width: 150px;
	left: 400px;
	top: 736px;
	border: 1px solid #333333;
	overflow: hidden;
}

#sub_menu {
	position: relative;
	width: 530px;
	font-size: 11pt;
	letter-spacing: 1pt;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	height: 25px;
}
#sub_menu ul {
	list-style-type: none;
}
#sub_menu ul li {
	display: inline;
}
#sub_menu li {
}

#sub_menu li a {
	color: #333333;
	text-decoration: none;
	background-color: #EEEEFF;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	border: 1px solid #B9B9FF;
}
#sub_menu li a:hover {
	color: #000099;
	text-decoration: none;
	background-color: #EEEEFF;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	border: 1px solid #000099;
}
#package_photo {
	height: 75px;
	width: 100px;
	margin-left: 5px;
}
#banner_package {
	position: absolute;
	height: 60px;
	width: 234px;
	border: none;
	left: 285px;
	top: 138px;
}
#banner_diving {
	position: absolute;
	height: 60px;
	width: 234px;
	border: none;
	left: 311px;
	top: 228px;
}
#package_character {
	height: 60px;
	width: 200px;
	position: absolute;
	left: 370px;
}
#symbol {
	border: none;
	height: 60px;
	width: 55px;
}
#point {
	height: 28px;
	width: 35px;
	border: none;
}
#level {
	border: none;
	height: 40px;
	width: 63px;
}
#pack_banner {
	position: relative;
	height: 60px;
	width: 468px;
	border: none;
}
