/* ------------------------------------------- */
/* ContArea CSS */
/* ------------------------------------------- */
.ContArea{
	margin: 0px 5px 60px;
	padding: 0px;
	width: 780px;
	background: url(/img/all/orange_head_bg.gif) repeat-x 0px 0px;
}
.ContBlueLeft{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 180px;
	float: left;
}
.ContBlueRight{
	margin: 0px;
	padding: 0px 15px 0px 0px;
	width: 570px;
	float: right;
	background: url(/img/all/orange_head_bg.gif) repeat-x 0px 0px;
}


/* business CSS */

/* ------------------------------------------- */
.HeadH2Area{
	margin: 0px 0px 20px;
	padding: 0px;
	height: 80px;
	width: 570px;
	background: url(/img/all/orange_head_bg.gif) repeat-x 0px 0px;
	position: relative;
}
.HeadH2Area h2 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	height: 50px;
	width: 570px;
	overflow: hidden;
}
.HeadH2Area p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	height: 30px;
	width: 570px;
	overflow: hidden;
}
.HeadH2Area span{
	position: absolute;
	left: 0px;
	top: 0px;
}
.ContMainArea{
	margin: 0px 0px 250px 20px;
	padding: 0px;
	width: 550px;
	position: relative;
}
.ContMainArea p{
	margin: 20px 0px 0px;
	padding: 0px;
}
/* ------------------------------------------- */
/* contact css */
/* ------------------------------------------- */
.TelFaxContactArea{
	margin: 50px 0px 50px;
	padding: 0px;
	border: 1px solid #CECECE;
	position: relative;
}
.TelFaxContactArea p.Head{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 35px;
	background: #F0F0F0;
	line-height: 3.5em;
}
.TelFaxContactArea h3{
	margin: 25px 0px 0px 20px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	height: 25px;
	width: 490px;
	overflow: hidden;
}
.TelFaxContactArea ul.TelFax{
	margin: 0px 0px 10px 20px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	height: 40px;
	width: 490px;
	overflow: hidden;
	list-style: none;
}
.TelFaxContactArea span.TelFaxIMG{
	position: absolute;
	left: 20px;
	top: 60px;
}
.TelFaxContactArea p.MailBt{
	margin: 0px 0px 20px 95px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	height: 45px;
	width: 340px;
	overflow: hidden;
	position: relative;
}
.TelFaxContactArea p.MailBt a span{
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(/contact/img/contact_mail_bt_hover.gif) no-repeat 0px 0px;
	cursor: hand;
}
.TelFaxContactArea p.MailBt a:hover {
	background-color:transparent;
}
.TelFaxContactArea p.MailBt a:hover span img{
	visibility:hidden;
}

