@charset "utf-8";
.page_master {
	height: 125px;
	width: 960px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.page_master #header {
	background-image: url(../images/img_main960.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 125px;
	width: 960px;
}
.page_master #header h1 {
	float: left;
	height: 1px;
	width: 1px;
	font-size: 0px;
	text-decoration: none;
	text-indent: -9999px;
}
.page_master #header img {
	margin-top: 25px;
	margin-left: 30px;
	height: 77px;
	width: 350px;
	float: left;
}
.page_master #navi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	float: left;
	width: 100%;
	background-image: url(../images/bar_A960.jpg);
	height: 25px;
	white-space: normal;
	background-repeat: no-repeat;
	margin-top: 1px;
}
.page_master #navi ul {
	margin: 0px;
	float: right;
	padding: 3px;
}

.page_master #navi ul li {
	vertical-align: middle;
	text-align: center;
	display: inline;
	height: auto;
	width: 5em;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
}

.page_master #navi ul li a {
	color: #FFF;
	text-decoration: none;
}
.page_master #navi ul li a:hover {
	color: #FF0;
	text-decoration: none;
}
.page_master #navi ul li a:active {
	color: #F60;
	text-decoration: none;
}
