@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; outline: 0; font-size: 100%; font-family: Verdana, Geneva, sans-serif; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white; margin: 0; padding: 0}
ol, ul {list-style: none;}
table {border-collapse: separate;}

caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: “”;}
blockquote, q {quotes: “” “”;}
body,p,td,th,ul,li{ color: #000; font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 15px; margin: 0; padding: 0 }
.clearspace {clear:both; height:0px; padding:0px; margin:0px; width:0px;}
a { color: #888888; text-decoration: none; }
a:hover { color: #333; }
a:active { color: #333; }

body {
	background-color:#695C53;
	text-align:center;
	color:#FFF
}
.content{
	position:absolute;
	width:470px;
	z-index:1;
	background: #F0F0F0;
	top: 155px;
	right: 5px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	font:normal 300 15px/16px verdana, tahoma;
}
.content h1{
	width:100%;
	height:24px;
	padding:3px 0 0 33px;
	margin:13px 0 0 -15px;
	background:url('image/h_bg.jpg') repeat-x;
	color:#FF6600;
	font:normal 300 15px/16px;
}
.content h2{
	color:#006666;
	margin:15px 0 0 0;
	padding:0;
	text-align:center;
	font-size:14px;
}
.content div{
	background:url('image/p_bg.png') no-repeat center bottom;
	padding:0 0 20px;
	margin:0 0 10px;
}
.content table{
	margin:15px auto;
}
.content td{
	font-size:14px;
	color:#333;
}
.content td:nth-child(1){
	padding:0 15px 10px 0;
}
.content td:nth-child(2){
	text-align:right;
}
.content .hl td{
	color:#FF6600;
}
.content .center{
	text-align:center;
}
#content {
	width:955px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top: 10px;
	position: relative;
}
#draft {
	width:955px;
	height:523px;
	text-align:left;
	position: absolute;
}
#content .logo{
	position: absolute;
	width: 235px;
	left: 68px;
	top: 46px;
	z-index: 1;
}
#content .bg{
	position:absolute;
	width:489px;
	height:459px;
	z-index:1;
	background: #F0F0F0;
	top: 91px;
	right: 25px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#content .bg p{
	text-align:center;
	margin: 15px;
	font-size: 1.2em;
}
#content .control{
	position:absolute;
	width:auto;

	z-index:1;
	top: 20px;
}

#content .map{
	position:absolute;
	width:auto;
	height:425px;
	z-index:1;
	top: 97px;
	right: 24px;
}
.navi {
	position:absolute;
	width:380px;
	z-index:1;
	height: 24px;
	top: 10px;
	right: 40px;
}
.navi ul {
	float:left;
}
.navi ul li {
	font-size:1em;
	margin: 0px;
	display: inline;
}
.navi ul li img {
		border:none;
}
#content .footer{
	text-align:center;
	position:absolute;
	width:300px;
	z-index: 1;
	bottom: 15px;
	right: 125px;
}

