@charset "utf-8";
/* ナビバーを含めたメニュー全体の初期設定 */
.menu {
	position: relative;
	top: 0;
	left: 0px;
	background: #CCC url(../images/bar_back.gif) repeat-x;
	height: 26px;
	width: 950px;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}


/******************************** 設定のサブメニューの設定 ********************************/
.submenu {
	visibility: hidden;
	position: absolute;
	top: 26px;
	left: 0;
	width: 120px;
}
.submenu a {
	display: block;
	border: solid 1px #999;
	text-indent: 0.2em;
	text-align: left;
	color: #000;
	background-color: #FFFFFF;
	text-decoration: none;
}
.submenu a:visited {
	color: #000;
	text-decoration: none;
}
.submenu a:hover {
	background-color: #CCFFFF;
/*** 090113 ↓↓↓color変更 ***/	
	color: #006699; 
	text-decoration: none;
}


/******************************** サブメニューの位置設定 ********************************/
#menu1	{
	position: absolute;
	top: 0;
	left: 0px;
}

#menu2	{
	position: absolute;
	top: 0;
	left: 116px;
}

#menu3	{
	position: absolute;
	top: 0;
	left: 236px;
}

#menu4	{
	position: absolute;
	top: 0;
	left: 356px;
}

#menu5	{
	position: absolute;
	top: 0; left: 476px;
}

#menu6	{
	position: absolute;
	top: 0;
	left: 596px;
}

#menu7	{
	position: absolute;
	top: 0;
	left: 716px;
}

#menu8	{
	position: absolute;
	top: 0;
	left: 836px;
}

/******************************** HOME *****************************/
.menu ul {
	height: 26px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
/******************************** HOME ********************************/
.li1 {
	text-align: center;
	color: #000;
	font-weight: bold;
	width: 115px;
	list-style-type: none;
	float: left;
	margin-left: 0px;
}
.li1 a {
	display: block;
	height: 26px;
	width: 105px;
	background: url(../images/b_home_b.gif) no-repeat;
	padding-top: 4px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}
.li1 a:visited {
	display: block;
	height: 26px;
	width: 105px;
	background: url(../images/b_home_b.gif) no-repeat;
	padding-top: 4px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}
.li1 a:hover {
	display: block;
	height: 26px;
	width: 105px;
	background: url(../images/b_home_b.gif) no-repeat;
	padding-top: 4px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}
/******************************** HOME以外 ********************************/
.li2 {
	text-align: center;
	color: #000;
	font-weight: bold;
	width: 120px;
	list-style-type: none;
	float: left;
	margin-left: 0px;
}
.li2 a {
	display: block;
	width: 105px;
	height: 26px;
	padding-right: 15px;
	padding-top: 4px;
	background: url(../images/b_back_a.gif) no-repeat;
	color: #000;
	text-decoration: none;
	display: block;
}
.li2 a:visited {
	display: block;
	width: 105px;
	height: 26px;
	padding-right: 15px;
	padding-top: 4px;
	background: url(../images/b_back_a.gif) no-repeat;
	color: #000;
	text-decoration: none;
	display: block;
}
.li2 a:hover {
	display: block;
	width: 105px;
	height: 26px;
	padding-right: 15px;
	padding-top: 4px;
	background: url(../images/b_back_b.gif) no-repeat;
	color: #FFF;
	text-decoration: none;
	display: block;
}

/******************************** 081223HOMEのHOME以外のページでの表示の場合 ********************************/
.li3 {
	text-align: center;
	color: #000;
	font-weight: bold;
	width: 115px;
	list-style-type: none;
	float: left;
	margin-left: 0px;
}
.li3 a {
	display: block;
	height: 26px;
	width: 105px;
	background: url(../images/b_home_a.gif) no-repeat;
	padding-top: 4px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}
.li3 a:visited {
	display: block;
	height: 26px;
	width: 105px;
	background: url(../images/b_home_a.gif) no-repeat;
	padding-top: 4px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}
.li3 a:hover {
	display: block;
	height: 26px;
	width: 105px;
	background: url(../images/b_home_b.gif) no-repeat;
	padding-top: 4px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}

/******************************** 081223HOME以外で該当するカテゴリでの表示の場合 ********************************/
.li4 {
	text-align: center;
	color: #000;
	font-weight: bold;
	width: 120px;
	list-style-type: none;
	float: left;
	margin-left: 0px;
}
.li4 a {
	display: block;
	width: 105px;
	height: 26px;
	padding-right: 15px;
	padding-top: 4px;
	background: url(../images/b_back_b.gif) no-repeat;
	color: #000;
	text-decoration: none;
	display: block;
}
.li4 a:visited {
	display: block;
	width: 105px;
	height: 26px;
	padding-right: 15px;
	padding-top: 4px;
	background: url(../images/b_back_b.gif) no-repeat;
	color: #000;
	text-decoration: none;
	display: block;
}
.li4 a:hover {
	display: block;
	width: 105px;
	height: 26px;
	padding-right: 15px;
	padding-top: 4px;
	background: url(../images/b_back_b.gif) no-repeat;
	color: #FFF;
	text-decoration: none;
	display: block;
}
