.boxLeftNavi {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.navi { width:100%; margin:0; }
.navi h1 { margin:0; padding:0; font-size:11px; font-weight:bold; }
.navi ul { list-style:none; list-style-type:none; margin:0; padding:0; }
.navi a { color:#000; text-decoration:none; display:block; width:160px; padding:4px; background-color:#ffffff; border:1px solid #ccc; border-top:none; margin:0; }
.navi .first a { border-top:1px solid #ccc; }
.navi .menuItemHead a {	background-color:#eeeeee; font-weight:bold; background-image:url(../img/icn_back.gif); background-position:5px 6px; background-repeat:no-repeat; }
.navi .menuItemLink a {	background-color:#fff; }
.navi .menuItemMore a {	background-color:#fff; background-image:url(../img/icn_plus.gif); background-position:5px 6px; background-repeat:no-repeat; }
.navi .menuItemLinkSc a { background-color:#ffffcc; text-decoration:underline; background-image:url(../img/icn_shortcut.gif); background-position:4px 5px; background-repeat:no-repeat; }
.navi .menuItemHover a { background-color:#eeeeee; color:#000; font-weight:bold; }
.navi * a:hover { color:#000; background-color:#eeeeee; }
.navi .inner {padding:0 0 0 15px;}