/* メニュー全体 */
div#menuA, div#menuA * {
	 margin:0;
	padding:0; 
}

div#menuA { 
margin:0px;
width:180px;
margin-bottom:30px;
}

div#menuA dl {
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	font-size: 11px;
	font-family:sans-serif;
}

/* カテゴリ名 */
div#menuA dt {
	border-top:1px solid silver;
}

div#menuA dt a {
	padding:12px 5px;
	display:block;
	color:black;
	text-decoration:none;
	background-image: url("../images/sub_arrow_dott_open_dd.gif");
	font-size: 12px; font-family:sans-serif;
	background-repeat:no-repeat;
}

div#menuA dt a:hover {
	background-image: url("../images/sub_arrow_dott_open_dd_h.gif");
	background-repeat:no-repeat;
}



/* カテゴリメニュー */
div#menuA dd {
	border-top:1px dotted silver;
	margin-bottom:30px;
}

div#menuA dd a {
	text-decoration:none; display:block;
	background:url(../images/sub_arrow_dott.gif) no-repeat left center;
	padding:	5px 0px 5px 15px;
	color:black;
}

div#menuA dd a:hover {
	color:#00CCFF;
	background:url("../images/sub_arrow_dott_h.gif") no-repeat left center;
}

div#menuA dd a.line, div#menuA dd a.line:hover {
	border-bottom:1px dotted silver;
}

div#menuA dd a.end, div#menuA dd a.end:hover {
	padding-bottom:1px;
}

/* ダイレクトリンク */ 
	div#menuA dt.direct a {
	display:block;
	color:#000;
	background-image: url("../images/sub_contents_trigona.gif");
	background-repeat:no-repeat;
}

div#menuA dt.direct a:hover {
	color:#fff;
	background:#70C8F9 url("../images/sub_arrow_dott_open.gif") no-repeat right center;
}


div.sp_menu{
	width: 180px;
	min-width: 180px;
	height: auto; 
	min-height: auto;
	border:1px solid #999999;
font-size:12px;
color:#000;
font-family:sans-serif;
margin-bottom:20px;
}

div.sp_menu_flavor{
	width: 180px;
	min-width: 180px;
	height: 20px; 
	min-height: 20px;
	border:1px solid #999999;
font-size:12px;
color:#000;
font-family:sans-serif;
padding:8px 0px 3px 5px;
}



div.sp_menu_1{
	width: 175px;
	min-width: 175px;
	height: 18px; 
	min-height: 18px;
	border-bottom:1px solid #999999;
	background:url("../images/bar_back.jpg") repeat-x left center;
	padding:8px 0px 3px 5px;
}

div.sp_menu_2{
	width: 175px;
	min-width: 175px;
	height: 20px; 
	min-height: 20px;
	border-bottom:1px dotted #999999;
	padding:8px 0px 3px 5px;
border-bottom:1px #999999 dotted;
	display:block;

}

div.sp_menu_3{
	width: 175px;
	min-width: 175px;
	height: 20px; 
	min-height: 20px;
	padding:8px 0px 3px 5px;
}

ul.sub_sp_contents {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.sub_sp_contents li.sp_arrow {
float: left;
width: 16px;
min-height:16px;
text-align: center;
margin-right:4px;
}

ul.sub_sp_contents li.sp_arrow_text {
float: left;
width: 145px;
min-width:145px;
text-align: left;
font-size:12px;
color:#999999;
font-family:sans-serif;
}


