/* 
header
-------------------------------------------------------------- */
#header{
	height: 120px;
	margin: 0 auto;
	background: url(../images/head_bg.jpg) no-repeat;
	border-bottom: solid 4px #ff6600;
}

#header .h_left{
	float: left;
	text-indent: -9999px;
}

#header h1.logo{
	width: 214px;
	height: 55px;
	background: url(../images/logo_01.jpg) no-repeat;
	margin: 15px 0 0 15px;
}

#header .h_right{
	float: right;
	width: 329px;
	margin: 20px 10px 0 0;
	_margin: 20px 5px 0 0;
}

#header .img_add{
	margin: 0 0 10px 0;
}

#header .img_tel{
	float: left;
	margin: 0 0 0 15px;
	_margin: 0 0 0 8px;
}

#header .img_fax{
	float: right;
}

/* メニューボタン設定 */
#header ul.head_menu{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 19px 0 0 0;
}

#header ul.head_menu li{
	float: left;
	text-indent: -9999px;
	width: 150px;
	display: block;
}

#header ul.head_menu li a{
	text-indent:-9999px;
	font-size:0px;
	display:block;
	height: 31px;
}

	#header ul.head_menu li.btn_01 a{
		height: 31px;
		background: url(../images/menu01.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_01 a:hover{
		height: 31px;
		background: url(../images/menu01_on.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_01_on{
		height: 31px;
		background: url(../images/menu01_on.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_02 a{
		height: 31px;
		background: url(../images/menu02.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_02 a:hover{
		height: 31px;
		background: url(../images/menu02_on.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_02_on{
		height: 31px;
		background: url(../images/menu02_on.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_03 a{
		height: 31px;
		background: url(../images/menu03.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_03 a:hover{
		height: 31px;
		background: url(../images/menu03_on.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_03_on{
		height: 31px;
		background: url(../images/menu03_on.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_04 a{
		height: 31px;
		background: url(../images/menu04.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_04 a:hover{
		height: 31px;
		background: url(../images/menu04_on.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_04_on{
		height: 31px;
		background: url(../images/menu04_on.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_05 a{
		height: 31px;
		background: url(../images/menu05.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_05 a:hover{
		height: 31px;
		background: url(../images/menu05_on.jpg) no-repeat;
	}

	#header ul.head_menu li.btn_05_on{
		height: 31px;
		background: url(../images/menu05_on.jpg) no-repeat;
	}
