@charset "UTF-8";

/*	ニュース用CSS
		■ニュース
----------------------------------------------------------------------------------------------------------------------------------*/







/*	ニュース基本形
----------------------------------------------------------------------------------------------------------------------------------*/
*html body { width: 95%; }
ul {
padding: 10px 0 0;
list-style: none;
}
ul li {
padding: 0 0 10px;
line-height: 1.3em;
text-align: left;
}
ul li span.data {
display: block;
float: left;
width: 130px;
font-weight: bold;
}
ul li span.text {
display: block;
float: left;
width: 210px;
}
body#etc ul li span.text { width: 450px; }
*html body#etc ul li span.text { width: 430px; }
ul li span.text a {
text-decoration: underline;
color: #727171;
}
ul li span.text img {
padding: 0 5px 0 0;
}
ul li span.text a:hover {
color: #D90000;
}


body#topics ul{
margin: 5px;
}
div.firsttopics {
padding: 5px;
background-color: #FFF799;
text-align: left;
margin: 5px;
}
div.firsttopics dl dt {
height:20px;
font-size: 15px;
font-weight: bold;
color: #000000;
}
div.firsttopics dl dd a {
text-decoration: underline;
color: #727171;
}
body#topics ul li span.data {
display: block;
float: none;
font-weight: bold;
width: 100%;
}
body#topics ul li span.text {
display: block;
float: none;
width: 100%;
}





