@charset "utf-8";

/*---------------------------------------------
	コンペ専用
	Update:2008/05/20
---------------------------------------------*/


/*ヘッダー上書き
------------------------------------------------------------------------------*/
#header {
	position:relative;
	background: #d20638;
	text-align: left;
}
	#header .unit {
		position: relative; height: 60px;
		margin: 0;
		background: none;
		border:none;
	}
	/*ロゴ*/
	#sitelogo a {
		position: absolute;
		top: 0; left: 0;
		z-index: 10;
		display:block;
		width:417px; height:60px;
		background:url(sitelogo.jpg) no-repeat left top;
	}
	#sitelogo a img { display: none;}
	/*サイトの説明*/
	#header h1 {
		padding:0 275px 0 3px;
		background:#dddddd;
		font-weight: normal;
		color: #666666;
	}
	/*フリーダイヤル、サブナビ*/
	#header .inner {
		width: 383px;
		margin-left: 417px;
		margin-right: 0;
		float:right;
	}
		* html #header .inner {display: inline;}
	#header .inner img { margin:0;}
	#header .inner span {
		display: block;
		margin:0; padding: 0;
		text-align:center;
		line-height:0;
		font-size:0;
	}
	#header .inner span img {margin:0;}
	#header .inner span a:hover img { visibility:visible;}
	#header .inner span a {
		display:inline;
		float:none;
		width:162px; height:33px;
	}

