@charset "utf-8";

#index-top {
	height: 100px;
	width: 1000px;
	margin-left: -500px;
	overflow: hidden;
	position: relative;
	left: 50%;
}
#u-content #index {
	background-color: #4673B9;
	background-image: url(../image/top-background.png);
	background-repeat: repeat-x;
}


#top-logo {
	height: 100px;
	width: 350px;
	float: left;
}
#top-menu {
	float: right;
	height: 60px;
	width: 650px;
	margin-top: 40px;
}
#top-menu table tr td {
	height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
