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

/* left-box */
.left-box {
	width:730px;
	height:auto;
	float:left;
}

/* contact */
.contact-body {
	width:660px;
	height:800px;
	font-size:13px;
	margin:75px 0 90px 0;
}

p.contact-p {
	margin-bottom:15px;
}

table.formTable tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}

table.formTable tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.formTable tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.formTable tr td textarea {
	width: 100%;
	height: 200px;
}


table.formTable{
	width:100%;
	height:400px;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

td span {
	color:#F00;
}

table.c-submit {
	height:100px;
	margin-top:-1px;
}

.btn {
	background: #EEE;
	border: 3px solid #CCC;
	color: #111;
	width: 100px;
	padding: 10px 0;
	font-size:14px;
	font-weight:500;
}




/* phone */
.phone {
	height:150px;
}

.phone h3 {
	font-size:22px;
	font-weight:normal;
}

.phone p {
	margin-top:30px;
}

span.red {
	color:#FF0000;
}

p.contact-p {
	height:30px;
}

/* phone2 */
.phone2 {
	height:200px;
}

.phone2 h3 {
	font-size:22px;
	font-weight:normal;
}

.phone2 p {
	margin-top:30px;
}

/* thanks */
.thanks {
	width:660px;
	height:500px;
	margin-top:80px;
}

.thanks p {
	font-size:13px;
	color:#444444;
	margin-top:20px;
}

p.b-ci {
	margin-top:80px;
}

/* right-box*/
.right-box {
	width:210px;
	height:400px;
	float:left;
	margin-top:50px;
	margin-left:20px;
	padding-top:30px;
}

.right-box img {
	border:solid 1px #CCCCCC;
}

img.banner {
	margin-top:-1px;
	margin:-1px;
	border:solid 1px F5F5F5;
}