@charset "UTF-8";
#header {
	background-image:url(../images/header/header_repeat_01.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 90px;
}

#mainmenu {
	margin-left: 268px;
	width: 654px;
	height: 21px;
	text-align: center;
	padding-top: 69px;
}
#mainmenu ul {
	display: inline;
}
#mainmenu ul li {
	list-style-type: none;
	display: inline;
	width: 75px;
	float: left;
	font-size: 0.7em;
	margin-right: 2px;
	margin-left: 2px;
	letter-spacing: 1px;
}
#header .logo {
	background-image: url(../images/header/hcl_logo_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 276px;
	float: left;
	height: 90px;
	overflow: visible;
}