/*　左メニューにロールオーバーしたときのArchive内の項目（日本語）　*/
#navi_j_top a {
	background: url(../../Shared/Images/archive_top_jp.gif) no-repeat;
}
#navi_j_past a {
	background: url(../../Shared/Images/archive_past_jp.gif) no-repeat;
}
#navi_j_hive a {
	background: url(../../Shared/Images/archive_hive_jp.gif) no-repeat;
}
#navi_j_review a {
	background: url(../../Shared/Images/archive_review_jp.gif) no-repeat;
}
#navi_j_artist a {
	background: url(../../Shared/Images/archive_artist_jp.gif) no-repeat;
}
#navi_j_link a {
	background: url(../../Shared/Images/archive_link_jp.gif) no-repeat;
}

/*　左メニューにロールオーバーしたときのArchive内の項目（英語）　*/
#navi_e_top a{
	background: url(../../Shared/Images/archive_top_en.gif) no-repeat;
}
#navi_e_past a {
	background: url(../../Shared/Images/archive_past_en.gif) no-repeat;
}
#navi_e_hive a{
	background: url(../../Shared/Images/archive_hive_en.gif) no-repeat;
}
#navi_e_review a{
	background: url(../../Shared/Images/archive_review_en.gif) no-repeat;
}
#navi_e_artist a {
	background: url(../../Shared/Images/archive_artist_en.gif) no-repeat;
}
#navi_e_link a{
	background: url(../../Shared/Images/archive_link_en.gif) no-repeat;
}

/*　その下にあるテキストナビゲーション　*/
#sub_navi {
	margin-top: 24px;
	padding: 15px 0 0 164px;
	border-top: solid 1px #333333;
}
#sub_navi .part {
	width: 140px;
	margin-bottom: 18px;
}
#sub_navi .part ul {
	margin-top: 12px;
	border: none;
	line-height: 200%;
}
#sub_navi .part ul a {
	display: inline;
	width: auto;
	height: auto;
	border-bottom: 1px none transparent;
}
#sub_navi .part ul a:hover {
	border-bottom: 1px solid #0098bd;
}
#sub_navi .part ul a.here {
	color: #333333;
	border-bottom: 1px none transparent;
}
#sub_navi .part ul a.here:hover {
	color: #333333;
	border-bottom: 1px solid #333333;
}

/*　フォーム部分　*/
#sub_navi .part form {
	margin: 16px 0 0 0;
}
#search_txt {
	display: block;
	width: 136px;
	height: 14px;
	margin: 0 0 4px 0;
	padding: 0px;
	font-size: 10px;
}

/*　Safariのテキストエリアの大きさを修正するハック　*/
html[xmlns*=""] body:last-child #search_txt {
	width: 140px;
	height: 18px;
}
#sub_search_btn {
	display: block;
	float: left;
}

#sub_navi .part form ul {
	float: right;
	width: 72px;
	border: none;
	line-height: 180%;
}

/*　ラジオボタンとテキストの高さ調整　*/
#sub_navi .part form ul span {
	vertical-align: top;
}
* html #sub_navi .part form ul input {
	vertical-align: middle;
}
/* Mac IE5のみ適用 \*//*/
html #sub_navi .part form ul input {
	vertical-align: top;
}
/* end */
* html #sub_navi .part form ul span {
	vertical-align: middle;
}
/* Mac IE5のみ適用 \*//*/
html #sub_navi .part form ul span {
	vertical-align: top;
}
/* end */

/*　moreリンク用　*/
.more {
	margin: 2px 0 0 109px;
	background: url(../../Shared/Images/more-over.gif) no-repeat;
}
#sub_navi .part ul .more a {
	display: block;
	width: 30px;
	height: 16px;
}
.more a:hover {
	background-color: transparent;
}
.more a:hover img {
	visibility: hidden;
}

