#logo a {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	height: 89px;
	width: 300px;
	text-indent: -9999px;
	display: block;
}

#logo a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	background-position: left -89px;
}

.ban_title_2 {
	background-image: url(../img/ban/title_2.gif);
	text-indent: -9999px;
	height: 45px;
	width: 230px;
	margin-top: 30px;
}

#right_main_area {
	float: right;
	width: 230px;
	margin-top: 20px;
}
#left_main_area {
	width: 690px;
	float: left;
}


/*-----------------------------pngfix---------------------------*/
* html #logo a,#tel p {
behavior: expression(IEPNGFIX.fix(this));
} 

