@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
/*●ヘッダーここから●*/
#header {
	width: 750px;
	height: 110px;
	background: url(image/bm_head_bg.gif) no-repeat;
	position: relative;
	margin: 0 auto 5px auto;
}
h1.head_text {
	position: absolute;
	top: 3px;
	left: 25px;
	font-size: 10px;
	color: #090;
	font-weight: normal;
}
.b_head_logo {
	position: absolute;
	top: 20px;
	left: 10px;
}
.b_head_tel {
	position: absolute;
	top: 15px;
	right: 15px;
}
/*otherナビゲーション*/
#b_navi1 {
	width: 500px;
	height: 20px;
	position: absolute;
	bottom: 7px;
	right: 15px;
}
#b_navi1 ul {
	width: 100%;
}
#b_navi1 li {
	float:left;
	padding:0px;
	list-style-type: none;
}
#b_navi1 img { vertical-align:bottom; }
.b_navi1_1 { background:url(image/bm_navi_1_over.gif) no-repeat left bottom; }
.b_navi1_2 { background:url(image/bm_navi_2_over.gif) no-repeat left bottom; }
.b_navi1_3 { background:url(image/bm_navi_3_over.gif) no-repeat left bottom; }
.b_navi1_4 { background:url(image/bm_navi_4_over.gif) no-repeat left bottom; }
#b_navi1 a { display:block; }
#b_navi1 a:hover { background-color:transparent; }
#b_navi1 a:hover img{ visibility:hidden; }

/*テキストリンクここから*/
#link {
	text-align: center;
	clear: both;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 11px;
	line-height: 1.4em;
}
#link a {
	text-decoration: none;
	color: #666;
}
#link a:hover {
	text-decoration: underline;
	color: #0000CC;
}

