#main_image {
width: 886px;
margin: 0 auto;
height: 200px;
margin-bottom: 25px;
}
/*----------------------------
左サイド
-----------------------------*/
#content #topics_wrap{
width: 672px;
float: left;
/*margin-left: 4px;*/
}
#content #topics {
border: 1px solid #ccc;
margin-bottom: 50px;
}
#content #topics div.h2 {
height:25px;
margin: 0px;
padding: 0px;
border:none;
border-bottom: 6px solid #7d96ee;
}
#content #topics div.h2 img {
margin:0;
padding:0;
}
#content #topics div.h2 img.topics {
float:left;
}
#content #topics div.h2 img.rss {
float:right;
}
#content #topics table {
margin: 0px;
}
#content #topics table tr th {
text-align: left;
vertical-align: top;
width: 95px;
background-color: #FFF;
border:none;
border-bottom: 1px dotted #CCC;
white-space:nowrap;
font-weight:normal;
}

#content #topics table {
width:100%;
border: none;
}
#content #topics table tr td img.new_icon {
padding:0;
   border-radius: 0;         /* CSS3 */
   -moz-border-radius: 0;    /* Firefox */
   -webkit-border-radius: 0; /* Safari,Chrome */
}
#content #topics table tr td img {
float: right;
margin-right: 15px;
}
#content #topics table tr td {
border: none;
border-bottom: 1px dotted #CCC;
padding:10px;
}
#content #topics table tr:last-child td {
border-bottom: none;
}

/*-------------------------------
右サイド
-------------------------------*/
#content #index {
float: right;
/*margin-right: 14px;*/
/*width: 50%;*/
}
#content #index ul{
width:217px;
/*padding: 2px;*/
margin: 0 0 5px 0;
/*
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
*/
}

#content #index ul li{
list-style:none;
/*margin-left:0;*/
margin:0px 0px 5px 0px;
}
#content #index ul li a {
/*color:black;
text-decoration:none;
*/
display: block;
/*
width: 217px;
min-height: 17px;
background-repeat: no-repeat;
background-position: center top;
padding-left: 12px;
background-image: url(../img/top/bg_indexlist.png);
line-height:17px;
*/
border:1px solid #999;
/*border-top:none;*/
}
/*
#content #index ul li:first-child a{
border-top:solid 1px #ccc;
}
*/
#content #index ul li a:hover {
background-image: url(../img/top/bg_indexlist_over.png);
}
/*-----------------------------------
カテゴリごとに背景色を変える
-------------------------------------*/
#content #index .future {
background-color: #e5fff2;
}
#content #index .current {
background-color: #fff4e5;
}
#content #index .staff {
background-color: #fafae6;
}
#content #index .abroad {
background-color: #ffe5f1;
}
#content #index .exchange {
background-color: #e5eeff;
}
#content #index .aboutcenter {
background-color: #f0e5ff;
}
/*initialize*/
#content #index h2 {
background-image: none;
width: 217px;
height: 30px;
padding: 0px;
margin: 0px;
border: none;
}
#content #index h2 img {
padding: 0px;
}
