<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

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

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


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

#fun_diving {
	display: none;
}

#event_tour {
	display: none;
}


ol#privacy_list {
	font-size: 85%;
	line-height: 150%;
}

p{
	padding: 10px;
	line-height: 130%;
}</pre></body></html>