@charset "UTF-8";
/*---------------------------------------------

	ダイビングポイントページ

---------------------------------------------*/
h4.title{
	padding-left: 15px;
	background: url(../img/ico/ico19.gif) no-repeat left center;
	border:none;
	margin: 10px auto 5px;
	color: #111;
	font-weight: bold;
	font-size: 1em;
	line-height: 3em;
}
/*---------------------------------------------
	point　map
---------------------------------------------*/
#point_map{
	width: 570px;
	height: 650px;
	position: relative;
	background: url(../point/img/map/map.gif) no-repeat left top;
	z-index: 1;
}
/*地図*/
img#mapImg{
	position: absolute;
	display: none;
	z-index: 5;
}
/*各ポイント*/
ul#point_list{
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 10;
}
ul#point_list li{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 15;
}
ul#point_list li a{
	position: absolute;
	display: block;
	padding: 1px;
/*
	background: #f00;
	opacity:0.5;
*/
	text-indent: -9999px;
	/*overflow: hidden;*/
	z-index: 20;
}
ul#point_list li a:hover{
	padding: 0px;
	border: 1px solid #f00;
}
img#tooltipImg{
	position: absolute;
	width: 105px;
	height: 100px;
	z-index: 100;
	behavior:url(/js/iepngfix.htc);
}
/*グロット*/
#po1{
	width: 45px;
	height: 35px;
	top: 113px;
	left:474px;
}
/*ラウラウビーチ*/
#po2{
	width: 65px;
	height: 35px;
	top: 347px;
	left: 334px;
}
/*オブジャンビーチ*/
#po3{
	width: 50px;
	height: 35px;
	top: 480px;
	left: 265px;
}
/*ディンプル*/
#po4{
	width: 82px;
	height: 22px;
	top: 329px;
	left: 93px;
}
/*アイスクリーム*/
#po5{
	width: 100px;
	height: 22px;
	top: 278px;
	left: 100px;
}
/*ナフタン*/
#po6{
	width: 42px;
	height: 36px;
	top: 510px;
	left: 320px;
}
/*イーグルレイシティ*/
#po7{
	width: 110px;
	height: 18px;
	top: 140px;
	left: 296px;
}
/*沈船*/
#po8{
	width: 46px;
	height: 19px;
	top: 155px;
	left: 249px;
}
/*b-29*/
#po9{
	width: 48px;
	height: 19px;
	top: 131px;
	left: 247px;
}
/*バンザイ*/
#po10{
	width: 66px;
	height: 22px;
	top: 18px;
	left: 417px;
}
/*ウイング*/
#po11{
	width: 66px;
	height: 22px;
	top: 58px;
	left: 354px;
}
/*スポットライト*/
#po12{
	width: 50px;
	height: 40px;
	top: 32px;
	left: 493px;
}
/*フレミング*/
#po13{
	width: 76px;
	height: 17px;
	top: 587px;
	left: 49px;
}
/*テニアングロット*/
#po14{
	width: 102px;
	height: 18px;
	top: 565px;
	left: 24px;
}
/*ダンプコープ*/
#po15{
	width: 86px;
	height: 19px;
	top: 541px;
	left: 51px;
}
/*ツーコーラルヘッド*/
#po16{
	width: 111px;
	height: 18px;
	top: 611px;
	left: 21px;
}


/*---------------------------------------------
	ベストシーズン表
---------------------------------------------*/
/*---------------
	説明
---------------*/
#season_table2{
	width: 570px;
	margin: 20px auto;
	border-collapse: separate;
}
#season_table2 th{
	width: 20px;
}
#season_table2 td{
	padding-left: 5px;
}
/*色分け*/
/*可能*/
#season_table2 th.ok{
	background: #53a0ff;
}
/*不可能*/
#season_table2 th.not{
	background: #ec70c3;
}
/*微妙*/
#season_table2 th.subtle{
	background: #dae25e;
}

/*---------------
	表
---------------*/
#season_table{
	width: 570px;
	margin: 20px auto;
	border-collapse: separate;
}
/*全セル*/
#season_table th,
#season_table td{
	border: 1px solid #fff;
	padding: 0px;
}
/*head*/
#season_table thead th,
#season_table thead td{
}

#season_table thead th{
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}
#season_table thead td{
	background: #666;
	color: #fff;
	text-align: center;
}
/*body*/
#season_table tbody th,
#season_table tbody td{
}

#season_table tbody th{
}
#season_table tbody th a{
	display: block;
	padding-left: 10px;
	background: #f5f5f5;
}
#season_table tbody th a:hover{
	background: #ddd;
	text-decoration: none;
}
#season_table tbody td{
}
/*色分け*/
/*可能*/
#season_table tbody td.ok{
	background: #53a0ff;
}
/*不可能*/
#season_table tbody td.not{
	background: #ec70c3;
}
/*微妙*/
#season_table tbody td.subtle{
	background: #dae25e;
}

/*hover*/
#season_table tbody tr:hover td{
/*	opacity:0.8;*/
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
}

#season_table tbody tr:hover td.ok{
	background: #2787ff;
}
#season_table tbody tr:hover td.not{
	background: #ff46c2;
}
#season_table tbody tr:hover td.subtle{
	background: #e3f100;
}


















}
