@charset "utf-8";
/* ===================================================================
 ファイル名 　:header.css
 ファイル情報 :共通（ヘッダー）
=================================================================== */

/* -----------------------------------------------------------
	#header
		トップページのヘッダー
----------------------------------------------------------- */
#header {
	background-image: url(../image/top/header_right.gif);
	height: 174px;
}


#header h1 a{
	height:174px;
	width:317px;
	text-indent:-9999px;
	background:url("../index_img/header_index_logo.jpg");
	background-repeat:no-repeat;
	top:0px;
	left: 43px;
	position: relative;
	display: block;
}

#header_in{
	background:url(../image/top/header.jpg);
	background-repeat:no-repeat;
	width: 880px;
}


/* -----------------------------------------------------------
	#header
		サブページのヘッダー
----------------------------------------------------------- */
#s_header {
	background-image: url(../image/top/header_right.gif);
	height: 95px;
}


#s_header h1 a{
	height:95px;
	width:202px;
	text-indent:-9999px;
	background:url("../comm_img/header_logo.jpg");
	background-repeat:no-repeat;
	top:0px;
	left: 43px;
	position: relative;
	display: block;
}

#s_header_in{
	background:url(../image/sub_temp/header.jpg);
	background-repeat:no-repeat;
	width: 880px;
}
