/* CSS Document */

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

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


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

#fun_diving {
	display: none;
}

#event_tour {
	display: none;
}

/* ## SITEMAP LINK ## */
a:link {
	color: #666;
	font-weight:bold;
}
a:visited {
	color: #666;
	font-weight:bold;
}
a:hover {
	color: #F90;
	font-weight:bold;
}

a:active {
	color: #F90;
	font-weight:bold;
}
