/*
Bluetoothカテゴリページ設定
ボタン用
*/

/*sidebar nav
----------------------------------------------- */
#button-pop ul, ol, li{
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
	border:0;
	}

#button-pop a img{
	border:none;
	}

#button-pop li{
	list-style:none;
	}
	
#button-pop ul li a:hover img { visibility:hidden;}

#button-pop{
	margin-bottom:1px;
	}

#button-pop ul li#side-01 a,
#button-pop ul li#side-02 a,
#button-pop ul li#side-03 a,
#button-pop ul li#side-04 a{
	display:block;
	width:340px;
	height:189px;
	}

#button-pop ul li#side-02 a{
	background:url(bluetooth/images/pc.jpg) no-repeat bottom;
	}

#button-pop ul li#side-03 a{
	background:url(bluetooth/images/music.jpg) no-repeat bottom;
	}

#button-pop ul li#side-04 a{
	background:url(bluetooth/images/mobile.jpg) no-repeat bottom;
	}


	#button-pop ul li#side-02 a:hover{
		background:url(bluetooth/images/pc.jpg) no-repeat top;
		}

	#button-pop ul li#side-03 a:hover{
		background:url(bluetooth/images/music.jpg) no-repeat top;
		}

	#button-pop ul li#side-04 a:hover{
		background:url(bluetooth/images/mobile.jpg) no-repeat top;
		}


#button-pop ul li#side-0x a{
	display:block;
	width:200px;
	height:70px;
	}

#button-pop ul li#side-0x a{
	background:url(bluetooth/images/banner_softbank.jpg) no-repeat bottom;
	}
	#button-pop ul li#side-0x a:hover{
		background:url(bluetooth/images/banner_softbank.jpg) no-repeat top;
	}

#button-pop ul li#list-bt a{
	display:block;
	width:340px;
	height:72px;
	}

#button-pop ul li#list-bt a{
	background:url(bluetooth/images/taiou_blue.jpg) no-repeat bottom;
	}
	#button-pop ul li#list-bt a:hover{
		background:url(bluetooth/images/taiou_blue.jpg) no-repeat top;
	}
