@charset "utf-8";
/*---------------------------------- CSS Information
タイトル：global_navi2.css
作成者  ：Yoshihiro Oishi
概　要  ：グローバルナビ２のCSS
製作日  ：2008年11月8日
変更日  ：
------------------------------------------------ */

#global_navi2 ul {
	height: 41px;
	width: 800px;
	font-size: 88%;
}
#global_navi2 li {
	float: left;
}
#global_navi2 em {
	visibility: hidden;
}
/*1番目のボタン
-------------------------------------------------*/
#global_navi2 #sb1 a {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 41px;
	width: 86px;
	display: block;
	text-decoration: none;
}
#global_navi2 #sb1 a:hover {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -41px;
	display: block;
	text-decoration: none;
}
/*2番目のボタン
-------------------------------------------------*/
#global_navi2 #sb2 a {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -86px 0px;
	height: 41px;
	width: 130px;
	display: block;
	text-decoration: none;
}
#global_navi2 #sb2 a:hover {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -86px -41px;
	display: block;
	text-decoration: none;
}
/*3番目のボタン
-------------------------------------------------*/
#global_navi2 #sb3 a {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -216px 0px;
	height: 41px;
	width: 142px;
	display: block;
	text-decoration: none;
}
#global_navi2 #sb3 a:hover {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -216px -41px;
	display: block;
	text-decoration: none;
}
/*4番目のボタン
-------------------------------------------------*/
#global_navi2 #sb4 a {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -358px 0px;
	height: 41px;
	width: 116px;
	display: block;
	text-decoration: none;
}
#global_navi2 #sb4 a:hover {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -358px -41px;
	display: block;
	text-decoration: none;
}
/*5番目のボタン
-------------------------------------------------*/
#global_navi2 #sb5 a {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -474px 0px;
	height: 41px;
	width: 89px;
	display: block;
	text-decoration: none;
}
#global_navi2 #sb5 a:hover {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -474px -41px;
	display: block;
	text-decoration: none;
}
/*6番目のボタン
-------------------------------------------------*/
#global_navi2 #sb6 a {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -563px 0px;
	height: 41px;
	width: 89px;
	display: block;
	text-decoration: none;
}
#global_navi2 #sb6 a:hover {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -563px -41px;
	display: block;
	text-decoration: none;
}
/*7番目のボタン
-------------------------------------------------*/
#global_navi2 #sb7 a {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -652px 0px;
	height: 41px;
	width: 148px;
	display: block;
	text-decoration: none;
}
#global_navi2 #sb7 a:hover {
	background-image: url(../img/subnavi1.jpg);
	background-repeat: no-repeat;
	background-position: -652px -41px;
	display: block;
	text-decoration: none;
}
