@charset "UTF-8";
/* CSS Document */

#left {
width:160px;
float:left;
}


#left h2 {
margin-bottom:10px;
}

#left p {
margin:10px 0;
text-align:justify;
}

#left ul {
border-top:1px solid #999999;
}

#left li {
border-bottom:1px solid #999999;
width:160px;
height:30px;
}

#left li a {
width:160px;
height:30px;
color:#333333;
display:block;
text-indent:-9999px;
}


#left li#a_navi1 {
background:url(img/a_navi1.png) no-repeat;
}

#left li#a_navi1 a:hover {
background:url(img/a_navi1_on.png) no-repeat;
}

#left li#a_navi2 {
background:url(img/a_navi2.png) no-repeat;
}

#left li#a_navi2 a:hover {
background:url(img/a_navi2_on.png) no-repeat;
}

#left li#a_navi3 {
background:url(img/a_navi3.png) no-repeat;
}

#left li#a_navi3 a:hover {
background:url(img/a_navi3_on.png) no-repeat;
}

#left li#a_navi4 {
background:url(img/a_navi4.png) no-repeat;
}

#left li#a_navi4 a:hover {
background:url(img/a_navi4_on.png) no-repeat;
}

