@charset "utf-8";
/* CSS Document */
#menu{
	float: left;
	height: 83px;
	width: 1000px;
	clear: both;
}
#logo{
	clear: left;
	float: left;
	height: 83px;
	width: 255px;
}
#menu_list{
	height: 83px;
	width: 745px;
	float: right;
	clear: right;
}
#head_bar{
	clear: both;
	float: left;
	height: 199px;
	width: 1000px;
}
#bar1{
	clear: left;
	float: left;
	height: 199px;
	width: 200px;
	background-image: url(../images/csb_03.gif);
	background-repeat: no-repeat;
}
#bar2{
	clear: right;
	float: right;
	height: 199px;
	width: 800px;
	background-image: url(../images/csb_04.gif);
	background-repeat: no-repeat;
}
