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

body {
margin:0;
padding:0;
font-family:Helvetica,Verdana,Arial,sans-serif;
text-align:left;
background:url(../img/topics_bg.jpg);
}

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

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

.topics_box {
width:100%;
}

ul.topics_t {
font-size:11px;
display:block;
width:100%;
list-style:none;
margin:0;
padding:0;
}

ul.topics_t li {
background:url(../img/left_bg.jpg) no-repeat;
border-bottom: 1px dotted #404040;
padding:0.5em 1em;
}

ul.topics_t2 {
font-size:11px;
display:block;
width:100%;
list-style:none;
margin:0;
padding:0;
}

ul.topics_t2 li {
background:url(../img/left_bg2.jpg) no-repeat;
border-bottom: 1px dotted #404040;
padding:0.5em 1em;
}

.news_date {
font-family:Arial, Helvetica, sans-serif;
padding-right:20px;
color:#FFFF00;
}

.news_date2 {
font-family:Arial, Helvetica, sans-serif;
padding-right:20px;
color:#FF0099;
}

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;
}
