@charset "shift_jis";
#NAV {
	float: left;
	width:164px;
	margin-top:28px;
	margin-left:0;
}
*:first-child+html #NAV {/*IE7ハック*/
	margin-top:23px;
}
*html #NAV {/*IE6ハック*/
	margin-top:16px;
}
#NAV ul {
	list-style:none;
	line-height:1.35em;
	margin:4px 0 0 -20px;
}
*:first-child+html #NAV ul {/*IE7ハック*/
	margin-left:20px;
}
*html #NAV ul {/*IE6ハック*/
	margin-left:20px;
}
#NAV a:link {
	text-decoration:none;
	color:#777;
}
#NAV a:visited {
	text-decoration:none;
	color:#777;
}
#NAV a:hover {
	text-decoration:underline;
	color:#08B;
}


/*==============■■■メニュー色分け「3Dモニタ」■■■==============*/
#NAV .menu_3dm {
	padding:3px 0 3px 15px;
	margin:12px 0 0 0;
	background-color:#d4790d;
	color:#fff;
}


/*==============■■■メニュー色分け「ヘッドマウントディスプレイ」■■■==============*/
#NAV .menu_hmd {
	padding:3px 0 3px 15px;
	margin:12px 0 0 0;
	background-color:#08B;
	color:#fff;
}
#NAV .series {
	text-indent:15px;
	background-image:url(../img/icn_sub2.gif);
	background-repeat:no-repeat;
	background-position:5px 2px;
}
#NAV .series-mdsh {
	list-style:url(../img/icn_series.gif);
	list-style-position : outside;
}
#NAV .list-end {
	list-style:url(../img/icn_plus.gif);
	list-style-position : outside;
}


/*==============■■■メニュー色分け「ソフトウェア」■■■==============*/
#NAV .menu_soft {
	padding:3px 0 3px 15px;
	margin:12px 0 0 0;
	background-color:#82a503;
	color:#fff;
}


/*==============■■■メニュー色分け「その他」■■■==============*/
#NAV .menu_other {
	padding:3px 0 3px 15px;
	margin:12px 0 0 0;
	background-color:#c00151;
	color:#fff;
}
