@charset "iso-8859-1";
/* CSS Document */
* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-attachment: fixed;
	background-color: #B5E3FD;
	background-image: url(../img/dalyan_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: normal;
	text-align: center;
}
a {
	color: #505055;
	text-decoration: none;
}

a:hover {
	color: #ff9c00;	
}
a img{
	border-style: none;
}
#container{
	width: 1024px;
	background-image: url('../img/container_bg.png');
	background-repeat: repeat-y;
	margin: 0px auto 30px;
	text-align: left;
}

#header{
	width: 814px;
	height: 180px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../img/dalyan_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
	color: #FFF;
	vertical-align: bottom;
	bottom: 0px;
}
#header h1{
	margin-bottom: 0px;
	text-align: right;
}

#top_menu{
	width: 814px;
	border: 2px solid #f89f1c;
	background-color: #ffffff;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: right;
}
#container #footer a {
	color: #a1a1a7;
}
#container #footer a:hover{
	color: #ff9c00;
}

#content{
	width: 814px;
	border: 2px solid #f89f1c;
	margin: 20px auto 0px;
	padding: 10px;
	background-color: #ffffff;
}


#content p.to_home{
	font-size: 8pt;
	margin-left: 0px;
	margin-top: 0px;
}
#footer{
	width: 814px;
	border: 2px solid #f89f1c;
	background-color: #ffffff;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	letter-spacing: 1px;
	color: #a1a1a7;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

h1{
	font-size: 20pt;
	text-align: center;
}

h2{
	color: #fcae07;
	font-size: 12pt;
	letter-spacing: normal;
	background-image: url(../img/caretta_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Verdana, sans-serif;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 40px;
}

h3{
	font-size: 10pt;
	text-align: right;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	line-height: normal;
}

h4{
	border-bottom: 1px solid #ffa623;
	color: #ffa623;
	font-size: 10pt;
	padding: 4px 40px;
	background-image: url(../img/caretta_bg.png);
	background-repeat: no-repeat;
}
div.desc{
	font-size: 10pt;
	padding-left: 17px;
	text-align: justify;
	color: #000000;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-right: 17px;
}

p.img{
	margin: 0px;
	text-align: center;
}
div.desc_video {
	font-size: 10pt;
	padding-left: 0px;
	text-align: justify;
	color: #000000;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-right: 17px;
}
#container #content .desc p iframe {
	text-align: center;
}
#ex-rate {
	text-align: center;
}
#yukari{
	display:none;
	position:fixed;
	right:5px;
	bottom:5px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #f89f1c;
	background:#3c3c3c;
	padding:5px 10px;
	font-size:11px;
}

