@charset "utf-8";

.secContents{
	margin-top:23px;
	background:url(../images/second_bg_bottom.png) no-repeat left bottom;
	padding-bottom:4px;
}

.secContentsInner{
	background:url(../images/second_bg_top.png) no-repeat left top;
	padding:20px 43px 0 23px;
}

.contens{
	padding-top:50px;
	padding-left:23px;
	background:url(../../images/contact/title_bg.png) no-repeat left 10px;
}

table{
	width:100%;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin-bottom:20px;
}

table th,
table td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}

table th{
	width:160px;
}

table td label{
	margin-right:20px;
}

table td input{
	vertical-align:middle;
	margin-right:3px;
}

table td .inputTxt{
	width:500px;
	border:1px solid #999;
	padding:3px 0 2px 4px;
}

table td .inputTxtarea{
	width:500px;
	border:1px solid #999;
	padding:3px 0 2px 4px;
	height:6em;
}

.submitBt{
	text-align:center;
	margin-bottom:30px;
}


.arrow{
	background:url(../../images/contact/arrow.png) no-repeat 40px bottom;
	padding-bottom:30px;
	margin-bottom:10px;
}

.pagetop{
	text-align:right;
	padding-right:20px;
	margin-top:30px;
}

#footer{
	margin-top:20px;
	text-align:right;
	padding-bottom:20px;
}