@charset "utf-8";
.base {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	/*background-image: url(../top_img/1bgp.jpg);*/
	padding: 0px;
	height: auto;
	}

.header {
	background-image: url(../nabi_img/bgp-archi.jpg);
	}#nabibtn-archion {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
}
.header-in .menu {
	background-image: url(../nabi_img/archi-bg2.png);
}

.header-in .menu img {
	margin-bottom: 1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}


/*rollover START*/
#globalnavi {
	padding: 0;
	list-style-type: none;/*----- リストマークの削除*/
	width: 238px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#globalnavi li {
	width: 238px;
	height: 18px;
	display: inline;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#globalnavi a {
	text-indent: -9999px; /*----- テキストを隠す*/
	text-decoration: none;
	display: block;
	width: 238px;
	height: 16px; /*----- リンク領域を広げる*/
	background-image: url(../nabi_img/archi-menu.png);
	background-repeat: no-repeat;
}
/*----- 表示画像の位置を指定*/
#menu1 a { background-position: 0 0; } 
#menu2 a { background-position: 0 -18px; }
#menu3 a { background-position: 0 -36px; }
#menu4 a { background-position: 0 -54px; }
#menu5 a { background-position: 0 -72px; }
#menu6 a { background-position: 0 -90px; }
#menu7 a { background-position: 0 -108px; }
#menu8 a { background-position: 0 -126px; }

#globalnavi a:hover {
	text-decoration: none;
	background-image: url(../nabi_img/archi-menu.png);
	background-repeat: no-repeat;
}

/*----- 入れ替え画像の位置を指定*/
#menu1 a:hover { background-position: -238px 0; } 
#menu2 a:hover { background-position: -238px -18px; }
#menu3 a:hover { background-position: -238px -36px; }
#menu4 a:hover { background-position: -238px -54px; }
#menu5 a:hover { background-position: -238px -72px; }
#menu6 a:hover { background-position: -238px -90px; }
#menu7 a:hover { background-position: -238px -108px; }
#menu8 a:hover { background-position: -238px -126px; }

/*rollover END*/
