←コレのスタイル

#main .menuList {
 float: left;
 width: 230px;
 margin-right: 10px;
 padding: 10px;
 border: 1px solid #999;
}

#main .menuList li {
 list-style-type: none;
 margin: 0 0 5px;
 padding-bottom: 5px;
 border-bottom: 1px dotted #999;
}

#main .menuList li a {
 display: inline-block;
 padding-left: 15px;
 background: url(../img/item/mark.gif) no-repeat 0em .4em;
}

#main .menuNG {
 float: right;
 width: 230px;
 margin-right: 0;
 padding: 10px;
 border: 1px solid #999;
}

#main .menuNG li {
 list-style-type: none;
 margin: 0 0 5px;
 padding-bottom: 5px;
 border-bottom: 1px dotted #999;
}

#main .menuNG li a {
 padding-left: 15px;
 background: url(../img/item/mark.gif) no-repeat 0em .4em;
}

▲ このページの上部へ