@charset "utf-8";
/*
/////////////////////////////////////
style.css
/////////////////////////////////////
*/

/*
/////////////////////////////////////
カテゴリトップ　インデックスページ SINGLE
/////////////////////////////////////
*/

.index_singleMenu{
margin:0px 0px 23px 0px; 
}
.index_singleMenu dt{
margin:0px 0px 3px 0px; 
padding:0px;
font-size:120%;
font-weight:bold;
}
.index_singleMenu dd{
background:no-repeat 0px 0px;
margin:0px; 
padding:15px 15px 0px 15px;
min-height:170px;
_height:170px;
}
.index_singleMenu ul{
width:280px;
}
.index_singleMenu li{
margin:0px;
padding-bottom:3px;
font-size:120%;
}
.c1 dd{
background-image: url(bg_dd_finance.gif);
}
.c1 dd li{
background:url(dotline_finance.gif) left bottom no-repeat;
}
.c2 dd{
background-image:url(bg_dd_bank.gif);
padding-left:280px;
}
.c2 dd li{
background:url(dotline_bank.gif) left bottom no-repeat;
}
.c3 dd{
background-image:url(bg_dd_manage.gif);
}
.c3 dd li{
background:url(dotline_manage.gif) left bottom no-repeat;
}



.index_doubleMenu{
width:290px;
float:left;
}

.index_doubleMenu dd{
background:url(bg_dd_other.gif) no-repeat left top;
padding:15px;
}

.index_doubleMenu dd li{
background:url(dotline_other.gif) left bottom no-repeat;
padding-bottom:5px;
}
.innerdouble li{
width:120px;
margin-right:15px;
float:left;
}

.Left{
clear:both;
margin-right:10px;
}

