/*--------------------------------------------
‘S‘Ì
--------------------------------------------*/

#wrap {
	background-image: url(../img/bg_index.jpg);
	background-repeat: repeat-x;
	height: 826px;
	}
	
#container_access {
	width:713px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

/*--------------------------------------------
header
--------------------------------------------*/

div#header ul {
	width: 713px;
	height: 26px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	}

div#header ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
/*--------------------------------------------
contents
--------------------------------------------*/

div#contents {
	width: 711px;
	height: 385px;
	position: relative;
	top: 0px;
	left: 1px;
	background-color: #F1E3D8;
	}

div#contents div#alphaBlock {
	width: 184px;
	height: 300px;
	position: relative;
	top: 0px;
	left: 0px;
	}

div#contents div#alphaBlock h2#about_ocean {
	width: 167px;
	height: 61px;
	background-image: url(../img/img_about_ocean.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 23px;
	left: 8px;
	}

div#contents div#alphaBlock h2#about_ocean p {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #4B291A;
	position: absolute;
	top: 30px;
	left: 67px;
	width: 100px;
	height: 50px;
	}

div#contents div#alphaBlock h2#menu {
	width: 167px;
	height: 61px;
	background-image: url(../img/img_menu.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 107px;
	left: 8px;
	}

div#contents div#alphaBlock h2#menu p {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #4B291A;
	position: absolute;
	top: 30px;
	left: 67px;
	width: 100px;
	height: 50px;
	}

div#contents div#alphaBlock div#banner {
	position: relative;
	top: 210px;
	left: 8px;
	width: 161px;
	text-align: left;
	font-size: 12px;
	}

div#contents div#alphaBlock div#banner img {
	margin-bottom: 10px;
	padding: 0;
	}

div#contents div#alphaBlock img.1dot {
	margin: 20px 0;
	padding: 0;
	}

div#contents div#betaBlock {
	width: 342px;
	height: 385px;;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 185px;
	}

div#contents div#betaBlock h1 {
	margin: 0;
	padding: 26px 0 0 0;
	}

div#contents div#betaBlock dl {
	margin-top: 10px;
	background-color: #FFFFFF;
	}

div#contents div#betaBlock dl dt {
	margin: 5px 0 5px 3px;
	padding: 0;
	text-align: left;
	font-size: 12px;
	float: left;
	width: 80px;
	}
	
div#contents div#betaBlock dl dd {
	margin: 5px 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	width: 250px;
	float: left;
	}	

div#contents div#gammaBlock {
	width: 182px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 528px;
	}

div#contents div#gammaBlock h2#qa {
	width: 167px;
	height: 61px;
	background-image: url(../img/img_qa.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 23px;
	left: 8px;
	}

div#contents div#gammaBlock h2#qa p {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #4B291A;
	position: absolute;
	top: 30px;
	left: 67px;
	width: 100px;
	height: 50px;
	}

div#contents div#gammaBlock h2#voice {
	width: 167px;
	height: 61px;
	background-image: url(../img/img_voice.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 107px;
	left: 8px;
	}

div#contents div#gammaBlock h2#voice p {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #4B291A;
	position: absolute;
	top: 30px;
	left: 67px;
	width: 100px;
	height: 50px;
	}

/*--------------------------------------------
link
--------------------------------------------*/
div#contents a {
	font-size: 12px;
	color: #4B291A;
	font-weight: normal;
	text-decoration: none;
	}

div#contents a:hover {
	font-size: 12px;
	color: #4B291A;
	font-weight: normal;
	text-decoration: underline;
	}
	

/*--------------------------------------------
footer
--------------------------------------------*/

div#footer {
	width: 713px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: left;
	}
	
div#footer p {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	}	
	
div#footer p a {
	color: #C98857;
	text-decoration: none;
	}
	
div#footer p a:hover {
	color: #ffffff;
	text-decoration: none;
	}

