/* 直下ページ左リンク */
#LEFT_LINK ul{
	margin:0px;
	padding:0px;
}

#LEFT_LINK ul li{
	list-style-type:none;
	border-bottom:solid #fff 2px;
}

/* 各LIクラス背景 */
.left_top{
    background:url(../img/top/left_top_top_on.gif) no-repeat;
}

.left_postage{
    background:url(../img/top/left_top_postage_on.gif) no-repeat;
}

.left_flow{
    background:url(../img/top/left_top_flow_on.gif) no-repeat;
}

.left_voice{
    background:url(../img/top/left_top_voice_on.gif) no-repeat;
}

.left_qanda{
    background:url(../img/top/left_top_qanda_on.gif) no-repeat;
}

.left_pay{
    background:url(../img/top/left_top_pay_on.gif) no-repeat;
}

.left_impression{
    background:url(../img/top/left_top_impression_on.gif) no-repeat;
}

.left_inquiry{
    background:url(../img/top/left_top_inquiry_on.gif) no-repeat;
}


#LEFT_LINK li a {
display: block;
}
#LEFT_LINK li a:hover {
background: none;
}
#LEFT_LINK li a:hover img {
visibility: hidden;
} 