/*---import CSS-----------------------------------*/
@import "base_layout.css";
@import "common_parts.css";

/*--- main img -----------------------------------*/
#main_contact{
	width: 1000px;
	height: 430px;
	margin: 65px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	overflow: hidden;
	background: url(../../img/main_img/contact.jpg) no-repeat center top;
}

h2#leadtitle{
	width: 370px;
	height: 85px;
	margin: 40px 0px 0px 600px;
	display: block;
	}
	
/*---title-----------------------------------*/

h3#title_contact{
	width: 690px;
	height: 35px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../img/title/contact.jpg) no-repeat left top;
}

/*---main article-----------------------------------*/

.textBox{
	width: 650px;
	margin: 0px 30px 0px 10px;
	display: block;
	overflow: hidden;
	outline:none;
}

/*---box setting-----------------------------------*/
	
.contactBox{
	width: 650px;
	margin: 10px 0px 0px 0px;
	display: block;
	overflow: hidden;
}

.cellname{
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}

.cellvalue{
	width: 470px;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}

.send_button{
	margin: 20px 0px 0px 310px;
	display: block;
}

/*---scroll pane-----------------------------------*/

.scroll-pane {
	width: 420px;
	height: 80px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	outline:none;
	overflow: auto;
}

.scroll-pane .jspVerticalBar {
	width: 5px;
}

.scroll-pane .jspTrack {
	background: #D7C8A0;
}

.scroll-pane .jspDrag {
	background: #785a3c;
}

