/* CSS Document */

/* メニュー全体 */
div#menuA, div#menuA * { margin:0; padding:0; }
div#menuA { margin:0; width:226px; }
div#menuA dl { list-style: none; border-top:1px solid #e1e1e1; width:100%; margin:0; padding:0; }

#menuA-title{
width:226px;
height:35px;
}

/* カテゴリ名 */
div#menuA dt {
border-width:1px;
border-style:none solid solid solid;
border-color:#e1e1e1;
text-indent:25px;
}

div#menuA dt a {
padding:5px 0;
display:block;
color:#4b89cc;
text-decoration:none;
background:#eee url(../service/img/open.gif) no-repeat left center;
width:100%;
outline:none;
}

div#menuA dt a:hover {
padding:5px 0;
display:block;
color:#4b89cc;
text-decoration: none;
background:#fff url(../service/img/open.gif) no-repeat left center;
width:100%;
}



/* カテゴリメニュー */
div#menuA dd { 
border-width:1px; 
border-style:none solid solid solid; 
border-color:#e1e1e1; 
}

div#menuA dd a { 
text-decoration:none; 
display:block; 
background: url(../service/img/arrow_mini.gif) no-repeat 4% 50%;
padding:5px 0 5px 20px; 
color:black; 
}

div#menuA dd a:hover { 
color:#4b89cc; 
text-decoration:underline; 
background: #fff url(../service/img/arrow_mini.gif) no-repeat 4% 50%; 
}

div#menuA dd a.line, div#menuA dd a.line:hover { 
color:#4b89cc; 
border-bottom:1px dotted #e1e1e1; 
}

div#menuA dd a.end, div#menuA dd a.end:hover { 
color:#4b89cc; 
padding-bottom:5px; 
}

div#menuA dd a.line_hover {
	color:#FF6600;
	border-bottom:1px dotted #e1e1e1;
	font-weight: bold;
}

div#menuA dd a.end_hover {
	color:#FF6600;
	padding-bottom:5px;
	font-weight: bold;
}


/* ダイレクトリンク */ 
div#menuA dt.direct a { 
display:block; 
color:#000; 
background:#fff url(../service/img/arrow_mini.gif) no-repeat right center; 
}

div#menuA dt.direct a:hover { 
color:#fff; 
background:orange url(../service/img/arrow_mini.gif) no-repeat right center; 
}





