@charset "shift_jis";

/* ================================================

 File name:      header.css
 Author:         Your Name
 Style info:     ヘッダー・ナビゲーション
 
 ================================================*/ 

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	height: 85px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}




/*----------------------------------------------------
	#sub
----------------------------------------------------*/

#sum {
	text-align: left;
	background-color: #000000;
	width: 930px;
	background-image: url(../img/sum_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 4px;
}

#sum p{
	color: #FFFFFF;
	font-size: 84%;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}	
	

/*----------------------------------------------------
	#logo
----------------------------------------------------*/	
#logo{
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	width: 501px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 11px;
	float: left;
	height: 29px;
	cursor: pointer;
}


#header h1 {
	display: none;
}

#entry-header{	
	margin: 11px 10px 0 0;
	float: right;
}

#enquiry{
	margin-top: 11px;
	float: right;
}
