/* CSS Document */

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

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


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

#fun_diving {
	display: none;
}

#event_tour {
	display: none;
}


h6 {
	font-size: 120%;
	color: #F90;
	background-image: url(../images/other/goods_titile.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 25px;
}

/* ## BOX2 ## */

#box2 {
	font-size: small;
	line-height: 150%;
}

#box2 th {
	background-image: url(../images/fun_school/box_bg.png);
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}


#box2 td {
	background-image: url(../images/fun_school/box_bg.png);
	padding: 10px;
	color: #FFF;
	text-align: left;
}

