@charset "utf-8";
/* CSS Document */
#logo_bar{
	clear: both;
	float: left;
	height: 101px;
	width: 1004px;
	background-image: url(../images/bar_01.gif);
	background-repeat: no-repeat;
}
#logo{
	width: 448px;
	height: 65px;
	text-align: left;
	clear: left;
	float: left;
	padding-top: 15px;
	padding-bottom: 7px;
	padding-left: 50px;
}
#left_cont{
	clear: both;
	float: left;
	width: 210px;
	background-color: #eeeeee;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	height: auto;
	overflow: hidden;
}
#main_cont{
	clear: both;
	float: left;
	height: auto;
	width: 765px;
}
