/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

body{
	background-color:#66CCFF;
	background-position:center 0px;
	text-align:center;
	background-repeat:repeat-x;
	background-image:url(image/back.jpg);
}

*+html body { padding-left: 1px; }   
* html body { padding-left: 1px; } 

#container{
	width:760px;
	height:760px;
	top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	background-image:url(image/back-center.gif);
}

#header_logo{
	width:230px;
	height:110px;
	position:absolute;
	top:0px;
	left:0px;
}

#header_word{
	width:530px;
	height:70px;
	position:absolute;
	top:0px;
	left:230px;
	background-image:url(image/head-word.jpg);
}

#header_btn{
	width:530px;
	height:40px;
	position:absolute;
	top:70px;
	left:230px;
}

#footer{
	width:760px;
	height:40px;
	position:absolute;
	top:720px;
	left:0px;
	background-image:url(image/back-footer.gif);
}




#image_top{
	width:700px;
	height:300px;
	position:absolute;
	top:120px;
	left:30px;
}

#title_whats{
	width:360px;
	height:50px;
	position:absolute;
	top:430px;
	left:20px;
	background-image:url(image/title-whats.gif);
}

#title_menu{
	width:360px;
	height:50px;
	position:absolute;
	top:430px;
	left:380px;
	background-image:url(image/title-menu.gif);
}

#area_whats{
	width:320px;
	height:180px;
	position:absolute;
	top:480px;
	left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:150%;
	color: #003366;
	overflow:auto;
}

#area_menu{
	width:320px;
	height:180px;
	position:absolute;
	top:480px;
	left:400px;
}

#banner{
	width:200px;
	height:40px;
	position:absolute;
	top:675px;
	left:60px;
}

#caution{
	width:440px;
	height:50px;
	position:absolute;
	top:670px;
	left:260px;
	background-image:url(image/caution.gif);
}

#btn_rettop{
	width:120px;
	height:20px;
	position:absolute;
	top:700px;
	left:580px;
}
