@charset "UTF-8";

/* -------------------------------------------------------------
作成日: 2008.10.08
最終更新日: 2010.8.02
作成者: NT
最終編集者: NT

header.css： ヘッダー部分の設定
------------------------------------------------------------- */

#header {
	width:800px;
	height:70px;
	margin:0 auto;
	position:relative;
}

#header img {
	margin:32px 0 0 20px;
}

#header select {
	width:100px;
	height:20px;
	background:url(../image/background/select.gif) repeat-x center top;
	position:absolute;
	top:37px;
	right:20px;
	border:none;
	font-size:10px;
	color:#666666;
}

#header p#salesMessage {
	width:0;
	height:0;
	margin:0;
	padding:0;
	text-indent:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}