@charset "utf-8";
/* CSS Document */

/*バック背景画像
-------------------------------------------------------------------------------------*/
#back {
	background-image: url(../../images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100%;
}


#header #header_headbox {
	float: left;
	height: 20px;
	width: 750px;
	margin-top: 5px;
}
#header h1 {
	font-size: 10px;
	color:  #999999;
	float: left;
	width: 420px;
	font-weight: normal;
	margin-right: 10px;
	padding-top: 4px;
}

#header .header_logobox {
	float: left;
	height: 47px;
	width: 320px;
	margin-top: 8px;
	margin-left: 10px;
}

#header .header_copybox {
	float: right;
	width: 190px;
	margin-right: 10px;
	margin-top: 8px;
}
#header .header_text {
	float: right;
	width: 180px;
	font-size: 12px;
	margin-top: 3px;
	text-align: right;
}
