@charset "utf-8";

div#header{
	margin:0px;
	padding:0px;
	background-image:url(../../img/header/header_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:40px;
	width:800px;
}

div#header h1 a{
	display:block;
	margin:0px;
	padding:0px;
	background-image:url(../../img/header/header_rogo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:40px;
	width:246px;
}

div#header h1 a.index{
	display:block;
	margin:0px;
	padding:0px;
	background-image:url(../../img/header/header_rogo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:246px;
}

div#header h1 a.english{
	display:block;
	margin:0px;
	padding:0px;
	background-image:url(../../img/header/e_header_rogo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:193px;
}

div#header h1 a span{
	display:none;
}

/*-----外国語サイトリンク用-----*/
div#header div.kaigai{
	margin:18px 15px 0px 0px;
	padding:0px;
	float:right;
	height:18px;
	width:190px;
}

div#header div.kaigai span{
	display:none;
}

div.kaigai a.japan{
	display:block;
	margin:0px;
	padding:0px;
	background-image:url(../../img/header/header_japan.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
	height:18px;
	width:62px;
}

div.kaigai a.english{
	display:block;
	margin:0px;
	padding:0px;
	background-image:url(../../img/header/header_kaigai_1.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
	height:18px;
	width:62px;
}

div.kaigai a.china{
	display:block;
	margin:0px 0px 0px 2px;
	padding:0px;
	background-image:url(../../img/header/header_kaigai_2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:18px;
	width:62px;
}

div.kaigai a.korea{
	display:block;
	margin:0px;
	padding:0px;
	background-image:url(../../img/header/header_kaigai_3.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:18px;
	width:62px;
}


