/*===========================
additional CSS
===========================*/


/*===========================
wrapper
===========================*/


/*===========================
title
===========================*/


/*===========================
side
===========================*/


/*===========================
main_area
===========================*/

/*===========================
others
===========================*/

.indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
.co_red {
	color: #F00;
}



/*===========================
contact txt banner
===========================*/

.txtBnr a {
	display:block;
	width:80%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #cdcdcd;
	background:url(../images/common/arrow_orange.png) no-repeat left center, -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#dedede));
	background-position:94%;
	/*color:#1A8F10;*/
color:#FA9601;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	padding:12px 12px 12px 12px;
	margin:0 auto 15px auto;
}
