@charset "utf-8";
@import url("common.css");
@import url("thickbox.css");
@import url("cns.css");

#header{
	margin-bottom:10px;
}

#welcomeBox img{
	vertical-align:bottom;
}

*html body #welcomeBox img{
	vertical-align:text-bottom;
	margin:0;
	padding:0;
}

#welcomeBox input[type="text"]{
	width:100px;
}

#welcomeBox input[type="password"]{
	width:100px;
}

*html body #sidebarLeft #welcomeBox input.txtFld{
	width:130px;
}

#welcomeBox input[type="text"],
#welcomeBox input[type="password"]{
	width:130px;
	vertical-align:bottom;
}

#welcomeBox a:link,
#welcomeBox a:visited{
	color:#fff;
	font-size:10px;
	font-weight:normal;
}

#mainContent{
	width:680px;
	padding:0 0 0 10px;
	text-align:left;
	font-size:13px;
	line-height:21px;
	margin:0 0 15px 0;
}

#mainContent p{
	text-align:center;
}

#mainContent h2 { 
	margin:0 0 12px 0;
	font-size:18px;
	line-height:18px;
}

#mainContent h2 img{ 
	vertical-align:middle;
	margin:0 10px 0 0;
}

#mainContent .serviceBox{
	width:650px;
	min-height:170px;
	max-height:auto;
	padding:4px 15px;
	margin:10px 0 10px 0 ;
	text-align:left;
	border:1px solid #ccc;
}

#mainContent .titleBox{
	width:323px;
	height:25px;
	background:#000;
	border-left:7px solid #101A24;
	text-align:left;
}

#mainContent .introBox{
	width:320px;
	min-height:150px;
	max-height:auto;
	padding:4px;
	text-align:left;
	border:1px solid #ccc;
}

#mainContent .introBox dt{
	width:30px;
	height:45px;
	float:left;
	font-weight:bold;
	color:#3D505F;
	line-height:14px;
}

#mainContent .introBox dd{
	width:290px;
	height:45px;
	float:right;
	font-weight:bold;
	color:#7A0120;
	line-height:14px;
}

#mainContent .introBox li{
	width:155px;
	float:none;
	background-image: url(/img/icn_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-indent:16px;
	font-weight:bold;
	color:#3D505F;
}

#mainContent #otherBox{
	
}

#mainContent #otherBox .boxTitle{
	width:676px;
	height:35px;
	background:#333 url(/img/img_other.jpg) no-repeat 0 25px;
	font-size:12px;
	color:#fff;
}

#mainContent #otherBox .boxTitle img{
	vertical-align:top;
	margin:2px 12px 0 1px;
}

#mainContent .columnBoxCenter{
	width:668px;
	padding-top:4px;
	padding-right:0;
	border-top:1px solid #ccc;
}

#mainContent .columnBoxCenter table.form{
	width:640px;
	height:auto;
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#mainContent .columnBoxCenter table.form th{
	width:150px;
	height:auto;
	line-height:24px;
	padding:5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:right;
	background:#F0F0F0;
}

#mainContent .columnBoxCenter table.form td{
	width:380px;
	height:auto;
	line-height:24px;
	padding:5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

#mainContent .columnBoxCenter input.txtFld{
	width:350px;

}

#mainContent .columnBoxCenter textarea.txtArea{
	width:350px;

}


#mainContent .columnBox{
	width:674px;
	margin:1px 0 0 0;
	padding:2px;
	border:1px solid #ccc;
	float:left;
}

#mainContent .mainBox{
	width:644px;
	height:auto;
	padding:14px 7px;
	background:#fff;
	float:left;
	font-size:13px;
}