/* CSS Document */
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#layout #left_column {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	padding-left: 19px;
	background-image: url(../images/main_area/top_navi_bg.png);
	background-repeat: no-repeat;
}

#layout #right_column {
	float: right;
	width: 581px;
	background-image: url(../images/top/right_img.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/* ## SUB NAVI ## */
#diving_school {
	display: none;
}

#fun_diving {
	display: none;
}

#event_tour {
	display: none;
}

/* ##  ## */

h1#sub_text {
	display: none;
}


/* ##  ## */

#top_space {
	height: 274px;
}

/* ## CENTER MENU ## */

#center_menu {
	background-image : url(../images/top/center_menu_img.png);
	background-repeat: no-repeat;
	background-position:top;
	margin: 0px;
	padding: 17px 0px 0px 30px;
	height: 80px;
	text-align: right;
}

/*
#center_menu img {
	padding-left: 20px;
	text-align: right;
}*/

#center_menu ul {
	margin: 0px;
	padding: 0px;
}

#center_menu ul li {
	float: left;
	width: 180px;
	height: 50px;
	padding: 0px;
	display: block;
	text-decoration: none;
	list-style-type: none;
}

#center_menu ul li a {
	text-decoration: none;
}

#center_menu li#c_menu01 a,
#center_menu li#c_menu02 a,
#center_menu li#c_menu03 a {
	font-size: 0px;
	line-height: 0%;
	color: #2e2e2e;
	text-indent: 0px;
	display: block;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#center_menu li#c_menu01 a:hover,
#center_menu li#c_menu02 a:hover,
#center_menu li#c_menu03 a:hover,
#center_menu li#c_menu01 em,
#center_menu li#c_menu02 em,
#center_menu li#c_menu03 em {
	background-repeat: no-repeat;
	background-position: 0px -50px;
}


#center_menu li#c_menu01 a,
#center_menu li#c_menu01 a:hover,
#center_menu li#c_menu01 em {
	background-image: url(../images/top/navi_letsdiving.png);
}
#center_menu li#c_menu02 a,
#center_menu li#c_menu02 a:hover,
#center_menu li#c_menu02 em {
	background-image: url(../images/top/navi_fundiving.png);
}
#center_menu li#c_menu03 a,
#center_menu li#c_menu03 a:hover,
#center_menu li#c_menu03 em {
	background-image: url(../images/top/navi_good.png);
}






#mini_images {
	padding-right: 20px;
	text-align: right;
	margin: 0px;
}

#mini_images img {
	padding-left: 1px;
	margin: 0px;
}

/* ## INFO AREA ## */
#info_area {
	margin-right: 20px;
	padding-bottom: 15px;
	text-align: center;
	width: 400px;
	background-color: #1A1A1A;
	background-image: url(../images/top/info_img_btm.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#info_area ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #FFF;
	font-size: 80%;
	text-align: left;
	width: 400px;
}

#info_area ul li#log {
	padding: 5px 0px 5px 20px;
	margin: 0px 5px 0px 5px;
	list-style-type: none;
	background-image: url(../images/top/log_icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-decoration: none;
	border-bottom: 1px dotted #AAB7D0;
}

#info_area ul li#log a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
}

#info_area ul li#log a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
}

#info_area ul li#log a:hover {
	color: #000;
	background-color: #AAB7D0;
	text-decoration: none;
	font-weight:normal;
}

#info_area ul li#log a:active {
	color: #000;
	background-color: #AAB7D0;
	text-decoration: none;
	font-weight:normal;
}

#info_area ul li#info {
	padding: 5px 0px 5px 20px;
	margin: 0px 5px 0px 5px;
	list-style-type: none;
	background-image: url(../images/top/info_icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#info_area ul li#info a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
}

#info_area ul li#info a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
}

#info_area ul li#info a:hover {
	color: #000;
	background-color: #999;
	text-decoration: none;
	font-weight:normal;
}

#info_area ul li#info a:active {
	color: #000;
	background-color: #999;
	text-decoration: none;
	font-weight:normal;
}
