@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
font-family:Helvetica,Verdana,Arial,sans-serif;
text-align:left;
background:#201C24;
}

* html body {
font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

*:first-child+html body {
font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

.topics_box {
width:600px;
}

ul.topics_t {
font-size:12px;
display:block;
width:600px;
list-style:none;
margin:0;
padding:0;
background:#000000;
}

ul.topics_t li {
background:url(../img/topics_bg.jpg) no-repeat;
border-bottom: 1px solid #201C24;
padding:0.5em 1em;
}

.news_date {
padding-right:15px;
font-weight:bold;
color:#FFFFFF;
}

a:link {
color:#FFFFFF;
text-decoration:underline;
}

a:visited {
color:#FFFFFF;
text-decoration:underline;
}

a:hover {
color:#FFFF00;
text-decoration:underline;
}

a:active {
color:#FFFFFF;
text-decoration:underline;
}
