@import "content.css";

/* ■ヘッダー
---------------------------------------------*/

#header{
	background-image: url(img/back_head.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 80px;
	margin: 0px;
	padding: 0px;
}

#header_link{
	float: right;
	margin: 40px 20px 0px 0px;
	padding: 0px;
	color: white;
	font-size: 12px;
}

#header_prt{display: none;}	/* 印刷用なので表示しない */
