/* CSS Document */

@charset "UTF-8";

body {
	text-align:center;
	background-color:#e4e6e5;
	margin:0;
}
div,h1,h2,h3,h4,p{border:none;margin:0em;padding:0em;}
a:link{color:#0033cc;background:transparent;}
a:visited{color:#5533cc;background:transparent;}
a:hover,a:active{color:#fff;background:#000099;}
img{border-style:none;}
a img{border:0px;}
.clear{clear:both;}

#wrapper {
	width:810px;
	margin:0 auto;
	text-align:left;
	background-image: url(../img/template/back.jpg);
	background-repeat: repeat-y;
}
#header {
	height:73px;
	width:810px;
	margin:0;
}
#navi {
	width:810px;
	height:45px;
	margin:0;
}
#main {
	font-family: Verdana;
	display: block;
	width: 786px;
	margin-left: 12px;
	margin-top:20px;
	margin-bottom:10px;
}
#footer {
	width:800px;
	height:17px;
	text-align:center;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #1d5ba6;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	font-family:Verdana;
	letter-spacing: -1px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-top:15px;
	margin-bottom:20px;
	display: block;
	width: 508px;
}

.back {
	background-image: url(../img/home/box.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left {
	width: 255px;
	display:block;
	border-top-color:#5262BE;
	border-top-style:solid;
	margin-right:10px;
}
.left h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	width: 255px;
	padding-top:16px;
	margin-left: 7px;
	font-weight:normal;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #0033CC;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#box {
	height:50px;
	width:790px;
	display:block;
	margin-left:10px;
	margin-top:20px;
	position:relative;
}
#box .survey {
	height:50px;
	width:255px;
	text-align:center;
	display:block;
	border-width: 1px;
	border-right-style:dotted;
	border-bottom-style:solid;
	border-top-style:solid;
	border-left-style:solid;
	border-color: #333333;
	background-color: #B8CFDD;
	float:left;
}
#box .serch {
	position:absolute;
	height:38px;
	width:535px;
	text-align:center;
	display:block;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	padding-top: 12px;
	border-width: 1px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-top-style:solid;
	border-color: #333333;
	vertical-align:middle;
	left:256px;
	top:0px;
}


