

#right-contents-wrapper{
 width: 200px;
 background: url('/img/right_contents/right_back.png') no-repeat 0px 0px;
 padding-top: 8px;
}

#right-contents-wrapper #right-contents-inner{
  margin: 0px 7px;
}

#right-contents-bottom{
 width: 200px;
 height: 6px;
 background: url('/img/right_contents/right_back.png') no-repeat 0px bottom;
}

.right-contents-s-wrapper{
 width: 186px;
 background: url('/img/right_contents/right_inner_back.png') no-repeat 0px 0px;
 padding-top: 10px;
}

.right-contents-s-wrapper .right-contents-s-inner{
  margin: 0px 8px;
}

.right-contents-s-bottom{
 width: 186px;
 height: 6px;
 background: url('/img/right_contents/right_inner_back.png') no-repeat 0px bottom;
}

.right-contents-title{
 padding-bottom: 10px;
 border-bottom: 1px solid #CCCCCC;
}

#right-news-list{
 font-size: 12px;
 margin-top: 5px;
}

#right-news-list li{
  padding: 5px 0px;
  border-bottom: 1px dotted #CCCCCC;
}

#right-news-list .no-border{
  border: none;
}

.right-no-news{
 font-size: 11px;
 color: #666666;
 padding: 5px 0px 10px 0px;
}

#local-menu{
 margin-top: 10px;
}

#local-menu li{
  background: url('/img/arrow.gif') no-repeat 4px 12px;
  padding: 6px 0px 6px 10px;
}

#local-menu li a.local-act{
   color: #333333;
}

