/*ヘッダー*/
#header {
	width: 730px;
	height: 94px;
}
#header_bg {
	background: url(../images/title.jpg) no-repeat;
	width: 730px;
	height: 60px;
}
#header h1 {
	font: 10.5px/1.6em "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝", sans-serif;
	color: #FFFFFF;
	float: right;
	width: 410px;
	padding-top: 8px;
	padding-right: 20px;
}
/*ヘッダーナビ*/
#h_navi {
	background: url(../images/t_navi00.gif) repeat-x;
	height: 34px;
	width: 730px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
#h_navi ul {
	width: 688px;
	list-style: none;
	padding-right: 21px;
	padding-left: 21px;
    margin: 0px;
}
#h_navi li {
	float: left;
}
#h_navi a {
	display: block;
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#h_navi #home a {
	background: url(../images/t_navi01_off.gif) no-repeat;
	height: 34px;
	width: 172px;
	text-decoration: none;
}
#h_navi #home a:hover {
	background: url(../images/t_navi01_on.gif) no-repeat;
	height: 34px;
	width: 172px;
	text-decoration: none;
}
#h_navi #btn01 a {
	background: url(../images/t_navi02_off.gif) no-repeat;
	height: 34px;
	width: 172px;
}
#h_navi #btn01 a:hover {
	background: url(../images/t_navi02_on.gif) no-repeat;
	height: 34px;
	width: 172px;
}
#h_navi #btn02 a {
	background: url(../images/t_navi03_off.gif) no-repeat;
	height: 34px;
	width: 172px;
}
#h_navi #btn02 a:hover {
	background: url(../images/t_navi03_on.gif) no-repeat;
	height: 34px;
	width: 172px;
}
#h_navi #btn03 a {
	background: url(../images/t_navi04_off.gif) no-repeat;
	height: 34px;
	width: 172px;
}
#h_navi #btn03 a:hover {
	background: url(../images/t_navi04_on.gif) no-repeat;
	height: 34px;
	width: 172px;
}

