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

#map {
	background-image:  url(images/bg.jpg);
	background-repeat: no-repeat;
	min-height: 657px;
	float: left;
	width: 960px;
	background-position: center 50px;
	position: relative;
}
* html #map {
	height: 657px;
}
#map h2 {
	color: #C30;
	margin-left: 30px;
	font-weight: bold;
	margin-top: 15px;
}
#map h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}
#map a {
	outline: none;
	color: #CC3300;
	text-decoration: underline;
	font-weight: bold;
}
#map ul {
	display: none;
}
*html #map ul {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	float: left;
	width: 800px;
	margin-left: 160px;
	margin-top: 50px;
	display: inline;
}
*html #map li {
	display: inline;
	margin-right: 60px;
}
#map li a {}
.beach {
	float: left;
	width: 840px;
	font-size: 0.8em;
	line-height: 1.125em;
	background-color: #f7f7f7;
}
#beachpict {
	width: 420px;
	float: left;
	margin-left: 20px;
}
#beachpict h2 {
	margin-bottom: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 2em;
	text-indent: 50px;
}
#beachpict h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#beachpict p {
	margin-top: 5px;
	margin-bottom: 0px;
}
#caution {
	float: right;
	width: 400px;
}

#caution ul {}
#caution li {
	margin-bottom: 10px;
	list-style-type: none;
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
#caution li span {
	font-weight: bold;
	color: #06C;
	display: block;
}
	#copy {
	background-color : #CCC;
	display : inline;
	float : left;
	width : 100%;
	text-align : center;
	padding-top : 0px;
	padding-bottom : 0px;
	color: #06C;
}

#shirahama a,#tatado a, #irita a, #ohama a {
	line-height: 50px;
	display: block;
	padding-left: 57px;
}

#shirahama {
	width: 150px;
	position: absolute;
	height: 50px;
	left: 720px;
	top: 90px;
}

#tatado {
	position: absolute;
	height: 50px;
	width: 150px;
	left: 260px;
	top: 490px;
}
#irita {
	position: absolute;
	height: 50px;
	width: 150px;
	left: 180px;
	top: 540px;
}
#ohama {
	height: 50px;
	width: 150px;
	position: absolute;
	left: 120px;
	top: 590px;
}


