@charset "Shift_JIS";

/* summary ------------------
1.leftNavi
-------------------------- */

/* leftNavi ----------------- */
#leftNavi h2 {
margin:0 5px;
padding:5px 0;
background:url(images/left_bg_002.jpg) no-repeat left bottom;
font-size:11px;
font-weight:bold;
color:#FFF;
}
#leftNavi ul {
margin:0 0 10px 0;
}
#leftNavi ul li {
width:120px;
margin:0 5px;
text-align:right;
font-size:12px;
line-height:1;
overflow : hidden; /* for IE6 */
}

#leftNavi ul li a {
display:block;
padding:6px 2px;
background:url(images/left_bg_002.jpg) no-repeat left bottom;
color: #000;
}
#leftNavi ul li.active a {
background:url(images/left_bg_002.jpg) no-repeat right bottom;
}

#leftNavi ul li.menuR a {
color: #E60000;
}
#leftNavi ul li a:active {
text-decoration:none;
background:url(images/left_bg_002.jpg) no-repeat right bottom;
}
#leftNavi ul li a:hover {
text-decoration:none;
background:url(images/left_bg_002.jpg) no-repeat right bottom;
}




/* banner  */
#leftNavi .banner {
margin:0 0 10px 5px;
}


/* mobile  */
#leftNavi .mobile {
background:#FFF;
margin:0 5px 10px 5px;
padding:1px;
}

#leftNavi .mobile h2 {
margin:0;
padding:5px;
background:#FEA42B url(images/left_bg_001.jpg) repeat-x;
font-size:80%;
font-weight:normal;
}
#leftNavi .mobile p {
padding:5px;
font-size:80%;
line-height:1.3;
text-align:center;
color:#7F7F7F;
}
#leftNavi .mobile p img {
margin:5px 0 0 0;

}
