@charset "shift_jis";

/* -----------------------------------------------------------
CSS Information

 File name:      header.css
 Author:         nishida kyoko
 Style Info:     ヘッダー、ナビゲーション
----------------------------------------------------------- */



/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	position : relative ; 
	width : 900px ;
	height:60px;
	overflow : hidden ; 
	margin : 0 auto ;
	background : #FFF ; 	
}

/* h1 */
#header h1 {
	display : block ;
	width : 227px ;
	height : 70px ;
	margin : 2px;
	float:left;
	position : relative ;
}
#header h1 a {
	display : block ;
	width : 100% ;
	height : 100% ;
	overflow : hidden ; /* firefox枠線対策 */
	text-indent : -9999px ;
	background : url(../../img/title.jpg) left top no-repeat ;
}

/* h2 */
#header h2 {
	position : absolute;
	top : 20px;
	left : 220px;
	font-size:0.9em;
	font-weight : normal;
	line-height :130% ;
	color : #666;
	overflow: hidden;
	/*text-indent : -9999px ;*/
}

/* h3 */
#header h3 a {
	position : absolute;
	top : 20px;
	left : 641px;
	overflow: hidden;
}

/*右上　サブメニュー*/
#header .sub {
	position : absolute ;
	text-align : right ;
	top : 40px ;
	left : 720px;	
	color : #825A4F;
	font-size:0.8em;		
}

#header .sub a {
	text-align : right ;
	color : #825A4F;	
}

#header img {
	display : block ;
	margin : 0 ;
	padding : 0 ;
}
