/*************************************
contact.css
*************************************/

@charset "utf-8";

div#TopImgSec{
	width:957px;
	height:100px;
	margin:24px auto;
}

div#Contents{
	width:957px;
	clear:both;
	margin-bottom:42px;
	display:block;
	min-height:753px;
}

div#mainCont{
	width:715px;
	height:753px;
	float:left;
	display:block;
}

div#mainCont h1{
	margin-bottom:24px;
}

div#mainCont p{
	font-size:14px;
	color:#333333;
	margin-bottom:25px;
}

div#contactBox{
	width:715px;
	height:383px;
	display:block;
	border-top:1px solid #CCCCCC;
}

div#contactBox dl{
	width:713px;
	height:auto;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	clear:both;
	color:#161616;
	font-size:14px;
}

div#contactBox dl dt{
	width:188px;
	float:left;
	line-height:1em;
	padding-left:25px;
	padding-top:12px;
	padding-bottom:13px;
	display:inline;
	height:auto;
	background-color:#e6f6fb;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

div#contactBox dl dd{
	width:479px;
	float:left;
	line-height:1em;
	padding-left:20px;
	padding-top:3px;
	display:inline;
	padding-bottom:13px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

.regular{
	height:25px;
}

.contactCase{
	height:171px;
}

table{
	font-size:14px;
	color:#333333;
}

td .title{
	width:189px;
	background-color:#e6f6fb;
}

td .inputBox{
	width:479px;
	padding-left:20px;
}