#header-img {
    width: 620px;
    height: 130px;
	float: left;
	background: url(img/top_img3.jpg);
}


#overview {
	background: #fff;
	margin: 5px 0px 15px 40px;
}
#overview {

}
#overview td {
    padding: 4px 5px 3px 10px;
}
#overview .left {
    background: url(img/table_border_l.gif) no-repeat;
	background-position: bottom left;
	padding-left: 0px;
}
#overview .left_text {
    /*background: url(img/icon.gif) no-repeat;
	background-position: left;*/
	font-weight: bold;
	padding-left: 10px;
}
#overview .right {
    background: url(img/table_border_r.gif) no-repeat;
	background-position: bottom left;
}


#inquiry {
    color: #fff;
    width: 169px;
	height: 80px;
	float: left;
	padding: 48px 19px 0px 19px;
	margin-left: 195px;
	_margin-left: 95px;
	background: url(../common/inquiry-bg.png) no-repeat;
}
#inquiry a {
    color: #A9E46F;
}
#inquiry a:hover {
    color: #FFC949;
	text-decoration: underline;
}