#main-visual {
   margin-bottom: 40px;
}

#index-contents div.index-left {
   float: left;
   width: 305px;
}

#index-contents div.index-right {
   float: right;
   width: 420px;
}


#index-contents div.index-news {
}
#index-contents div.index-news div.index-news-title {
   border-top: 2px solid #000;
   border-bottom: 1px solid #000;
   margin-bottom: 10px;
   height: 23px;
}
#index-contents div.index-news div.index-news-title h2 {
   float: left;
   width: 300px;

   text-indent: -9999px;
   background-repeat: no-repeat;
   background-position: top left;
   height: 23px;

}
#index-contents div.index-news div.index-news-title h2 a {
   display: block;
   height: 23px;
   width: 300px;
}
#index-contents div.index-news div.index-news-title div.rss {
   float: right;
   padding-top: 5px;
   padding-right: 5px;
}

#index-contents div.index-news dl {
   font-size: 8pt;
}
#index-contents div.index-news dl dt {
   color: #2994c1;
   margin-bottom: 5px;
}
#index-contents div.index-news dl dd {
   padding-bottom: 10px;
   border-bottom: 1px solid #cfcfd0;
   margin-bottom: 10px;
}




#index-contents div.whatsnew h2 {
   background-image: url(../img/whatsnew.gif);
}
#index-contents div.blog h2 {
   background-image: url(../img/blog.gif);
}
#index-contents div.topics h2 {
   background-image: url(../img/topics.gif);
}
#index-contents div.contents h2 {
   background-image: url(../img/contents.gif);
}

#index-contents div.blog dl dt span.update {
   color: #636363;
}


#index-contents div.banner {
   margin-bottom: 5px;
}


ul#special-banner {
   margin: 0; padding: 0;
   list-style-type: none;
}

ul#special-banner li {
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
   padding: 2px;
   margin-bottom: 3px;
}
ul#special-banner li img {
   vertical-align: bottom;
}

