@charset "utf-8";
/******************************************* HEAD */
#bg_bace {
	background-image: url(../image/bace/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1196px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 96px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header h1 {
	font-size: 85%;
	padding-left: 35px;
}

#h_rogo {
	height: 66px;
	width: 137px;
	position: absolute;
	left: 35px;
	top: 22px;
}
#h_tel {
	height: 76px;
	width: 265px;
	position: absolute;
	left: 695px;
	top: 10px;
}
#navi {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	padding-left: 5px;
	margin-bottom: 20px;
}
#navi li {
	float: left;
	height: 55px;
}
/******************************************* MAIN */
#main {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#bg_main {
	background-image: url(../image/bace/bg_main.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#bg_main .f_navi {
	height: 90px;
	width: 927px;
	margin-right: 17px;
	margin-left: 18px;
}
#bg_main .f_navi li {
	float: left;
	margin-right: 15px;
}



/******************************************* FOOTER */
#footer {
	height: 85px;
	width: 100%;
	min-width: 1196px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/bace/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer .copy {
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	font-size: 90%;
}


/*******************************************  */
.img_a a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=50);
	background-color: #FFF;
}
.mb_5 {
	margin-bottom: 5px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}

.mb_50 {
	margin-bottom: 50px;
}
.mb_80 {
	margin-bottom: 80px;
}
.mr_10 {
	margin-right: 10px;
}


.mr_15 {
	margin-right: 15px;
}


.mr_17 {
	margin-right: 17px;
}
