@charset "utf-8";

#header {
	margin-bottom: 10px;
	height: 52px;
	width: 840px;
	margin-top: 10px;
}

/* CSS Document */

#header h1 {
	float: left;
}
#header #header_right {
	float: right;
	width: 450px;
	overflow: hidden;
}
#header #header_right h2 {
	float: right;

}
#header #header_right li {
	float: right;
	line-height: 52px;
	background-image: url(img/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
	margin-right: 20px;
	font-size: 120%;
}

