/* sora */
/* general */
*{margin:0; padding:0; font-size:100%; text-decoration:none; color:#666666;}
body{
    background: #ffffff;
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
body div{
        text-align: left;
        margin: 0 auto;
}
#container {
	position: relative;
	width: 800px;
}
li{
	list-style-type: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
  color: #666666;
  text-decoration: underline;
}

a:active {
  color: #666666;
  text-decoration: underline;
}
a:hover {
  color: #0FA0FE;
  text-decoration: underline;
}
.clear{
	clear: both;
}
/* home */
#box1{
	position: relative;
	width: 800px;
	height: 1480px;
	background-image: url(../images/home_bg.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#box2{
	position: absolute;
	width: 250px;
	height: 300px;
	left: 540px;
	top: 490px;
	text-align: center;
}

#box2 h1, #box2 h1 strong{
	font-family: Arial, Helvetica, sans-serif;
	color: #0FA0FE;
	font-size: small;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
#box2 h1 strong{
	font-size: medium;
}
#box2 li{
	color: #0FA0FE;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#box2 #style1{
	font-size: small;
}
#box2 #style2{
	font-size: large;
}
#nav #button1{
	position: absolute;
	width: 70px;
	height: 40px;
	left: 615px;
	top: 245px;
}
#nav #button2{
	position: absolute;
	width: 90px;
	height: 35px;
	left: 652px;
	top: 333px;
}
#box3{
	position: absolute;
	width: 310px;
	height: 320px;
	left: 30px;
	top: 980px;
}
#box3 h2{
	font-size: medium;
	margin-bottom: 10px;
	color: #0FA0FE;
}
#box3 p{
	font-size: small;
	line-height: 25px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	color: #0FA0FE;
}

#box3 #style3{
	color: #666666;
	font-weight: bold;
}
#footer{
	position: relative;
	width: 800px;
	height: 65px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    text-align: center;
}
#footer dt, #footer dd{
	position: relative;
	display: inline;
	margin: 0px 3px 0px 3px;
	position: relative;
	top: 20px;
	color: #0FA0FE;
	font-size: small;
	letter-spacing: 1px;
	}

/* map */
#popup-map{
	position: relative;
	width: 600px;
	height: 480px;
	background-image: url(../images/popup/map_bg.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#popup-map #closing{
	position: absolute;
	left: 480px;
	top: 30px;
}
#popup-map h2{
	position: relative;
	width: 600px;
	top: 425px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	letter-spacing: 2px;
	font-weight: normal;
}

/* contact */
#popup-contact{
	position: relative;
	width: 500px;
	height: 300px;
	background-image: url(../images/popup/contact_bg.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#popup-contact #closing{
	position: absolute;
	left: 410px;
	top: 25px;
}
#popup-contact ul{
	position: relative;
	width: 400px;
	height: 180px;
	top: 150px;
	left:80px;
	text-align: left;
}
#popup-contact li{
	margin-bottom: 18px;
	letter-spacing: 1px;
}