@charset "UTF-8";

/* トップページヘッダーの設定 */
#top_header {
	float: left;
	width: 760px;
	height: 50px;
	padding-top: 45px;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	}
#top_header h1 {
	float: right;
	margin-right: 20px;
	}
#top_header h2 {
	float: left;
	font-size: 15px;
	margin-left: 20px;
	}