@charset "utf-8";

/*サイドメニューいれもの*/
 ul#select {
	width:190px;
	height:auto;
	float:left;
	vertical-align: bottom;/*IEこれで、画像の前後に変なスペース入るのを回避できました*/

}



.select_bottom{
	background-image:url(../images/select_menu/bottom.gif);
	background-repeat:no-repeat;
	height:20px;
}


ul.select_menu li{
	background-image: url(../images/select_menu/back.gif);
	background-repeat:no-repeat;
	text-indent:30px;
	font-size:11px;
	line-height: 17px;
	}


/*あべさん作！*/


.side-menu {/*セレクトメニュー入れ物*/
	width: 180px;
	float:right;
	margin-right:5px;
	margin-bottom:10px;
	display:inline;
	vertical-align:bottom;	
}
.header {
	background-image: url(../images/select_menu/select_top.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/:39px;
	padding-top:39px;
	vertical-align: bottom;
}


h4.measure{
	background: url(../images/select_menu/mea.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	text-indent:0px!important;
	width: 180px;
}

h4.measure a, h4.producttype a {
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/:30px;
	padding-top:30px;
	width: 180px;
}


h4.producttype{
	background: url(../images/select_menu/ptype.jpg);
	background-repeat:no-repeat;
	height: 30px;
	margin: 0px 0px 0px 0px;
	text-indent:0px!important;
	width: 180px;

}


h4.producttype a:hover{
	display:block;
	height: 30px;
}




ul.list_sub {
	margin: 0px 0px 0px 0px;
}
ul.list_sub li {
	background-image: url(../images/select_menu/back.gif);
	background-repeat:repeat-y;
	text-indent:45px;
	font-size:11px;
	line-height: 25px;
}


/*では、ハイライトいきまーーす。あべさん、以下、よろしゅう*/

.s_temperature #temperature a,
.s_humidity #humidity a,
.s_voltage #voltage a,
.s_barometic #barometic a,
.s_illuminance #illuminance a,
.s_uv #uv a,
.s_ma4_20 #ma4_20 a,
.s_pulse #pulse a,
.s_wireless #wireless a,
.s_waterproof #waterproof a,
.s_network #network a,
.s_s_others #s_others a{
	color:#ffffff;
	background-color:#000066;
	cursor:default;
	}
	


.select_bottom {
		background-image: url(images/select_menu/@select_bottom.gif);
		}
		
	ul.select_menu li,ul.list_sub li {
		background-image: url(images/select_menu/ul@select_menu-li,ul@list_sub-li.gif);
		}
		
	.header {
		background-image: url(images/select_menu/@header.gif);
		}
		
	h4.measure {
		background-image: url(images/select_menu/h4@measure.jpg);
		}
		
	h4.producttype {
		background-image: url(images/select_menu/h4@producttype.jpg);
		}
		
	
