@charset "utf-8";
/* CSS Document */


#contactwrapper{
	width: 837px;
	height: 1500px;
	margin-left: 15px;
}

#contacttop{
	width: 837px;
	height: 50px;
	box-shadow: 3px 3px 10px;
	border: 0px solid #000;
	margin-bottom: 20px;
}

#contact{
	width: 817px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#contact02{
	width: 810px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#formWrap {
	width:700px;
    margin-left:auto;
	margin-right:auto;
	color: #000;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:0px;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid  #999;
	padding:10px;
}
table.formTable th{
	width:150px;
	font-weight:normal;
	background-image:url(../jpg/infoback.png);
	text-align:left;
}

div#contact02 a {
	color:#000;
    text-decoration: none;
}

div#contact02 a:hover {
    color: #F06;
    text-decoration: none;
}
