#contact_contents {
	padding-top: 15px;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	background-image: url("../../common/images/contents_header_bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	clear: both;
	padding-bottom: 20px;
	overflow:hidden;
	color: #666666;
}
#contact_contents a:link, #contact_contents a:visited {
	text-decoration: none;
	color: #197ADD;
}
#contact_contents a:hover {
	text-decoration: underline;
	color: #ff6600;
}
#contact_header_top {
	display: block;
	clear: both;
	width: 600px;
	height: 115px;
	text-align: left;
	margin: 0;
	position: relative;
	top: 0px;
}
#contact_header_top h1 {

	display: block;
	margin: 0;
	padding: 0;
}
#contact_header_banner {
	display: block;
	clear: both;
	width: 600px;
	height: 45px;
	text-align: left;
	margin: 0;
	position: relative;
	top: 0px;
}
#contact_header_banner h1 {
	display: block;
	margin: 0;
	padding: 0;
}
.contact_header_summary {
	text-align: left;
	font-size: 1.15em;
	margin: 30px 15px 0 15px;
}
.contact_header_bottom {
	display: block;
	text-align: left;
	height: 4em;
	position: relative;
	top: 20px;
	line-height: 1.4em;
	margin: 0 15px;
	clear: both;
}
#error {
	text-align: left;
	color: #ff0000;
}








/* home only ==================================================*/
#contact_summary {
	widows: 565px;
	text-align: left;
	line-height: 1.4em;
	margin: 15px 15px 30px;
}

.contact_box {
	clear: both;
	width: 560px;
	border-top: solid 3px #3B57C1;
	text-align: left;
	padding: 5px 0 20px 0;
	overflow: hidden;
}
.contact_box .detail {
	width: 430px;
	margin: 5px 0 0 0;
	float: right;
}
.contact_box .detail h2 {
	margin: 0 0 5px 0;
	padding-left: 20px;
	font-size: 1.4em;
	color: #3B57C1;
	background-image: url("../../common/images/contact_list_icon.gif");
	background-repeat: no-repeat;
	background-position: 0em 0.15em;
}
.contact_box .detail h3 {
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding-left: 18px;
	background-image: url("../../common/images/small_list_icon.gif");
	background-repeat: no-repeat;
	background-position: center left;
	background-position: center left;
}
.contact_box .detail p {
	margin: 0;
	padding-top: 8px;
	background-image: url("../../common/images/underline.gif");
	background-repeat: repeat-x;
	background-position: top center;
}
.contact_box img {
	float: left;
	margin: 0;
}

