@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      header.css
 Author:         Your Name (admin)
 Style Info:     ヘッダー、ナビゲーション
----------------------------------------------------------- */

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	background:url(../images/bg_header.gif) repeat-x top left;
	width: 840px;
	height: 55px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 10px;

}

.header_img { float:left;}

/*	gNav
----------------------------------------------------*/

#headnav {
	margin-top: 30px;
	display: block;
	float: right;
}

#headnav li{
float:left;
}


#headnav a{
text-indent:-9999px;
	margin: 5px;
	display:block;
	width:82px;
	height:12px;
}

#headnav01 a{ background:url(../images/tx_english.gif) no-repeat top left;}
#headnav02 a{ background:url(../images/tx_sitemap.gif) no-repeat top left;}
