@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 {
	float: left;
	height: 410px;
	width: 900px;
}


#header #header_headbox {
	float: left;
	height: 29px;
	width: 900px;
}
#header h1 {
	font-size: 10px;
	color:  #333333;
	float: left;
	height: 25px;
	width: 900px;
	font-weight: normal;
	margin-right: 10px;
	padding-top: 4px;
}

#header .header_logobox {
	float: left;
	height: 47px;
	width: 318px;
	margin-top: 20px;
}

#header .header_navibox {
	float: left;
	height: 15px;
	margin-top: 20px;
}

#header .header_copybox {
	float: left;
	width: 422px;
	margin-top: 70px;
	margin-left: 20px;
}

#header .header_copybox dl {

}
#header .header_copybox dt {
	margin-top: 10px;

}
#header .header_copybox dd {
	margin-top: 10px;

}
