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

@import "reset.css";
@import "body.css";
@import "header.css";
@import "footer.css";

/* News */
#newslist{
  width:620px;
  font-size:95%;
  margin:15px 10px;
}
#newslist th,#newslist td{
  padding:3px;
  border: 1px solid #CCCCCC;
}
#newslist th{
  background-color:#EDEDED;
  width:120px;
  text-align:center;
  vertical-align:middle;
}
#newslist a{
	color:#006699;
}
/* News detail */
#detail{margin:15px;}
#detail h2{
  font-weight:bold;
  border-bottom: 3px double #CCCCCC;
  padding-left:5px;
}
#date{
	text-align:right;
  font-size:95%;
  margin-top:5px;
}
.story{
	margin:10px 5px 10px 5px;
}
#detail table{
	margin:10px auto;
}
#detail table td{
	text-align:center;
  padding:4px;
}
#detail h3{
	font-weight:bold;
  font-size:95%;
  margin:0px 10px 5px 10px;
}
#detail ul{
  margin: 0px 0px 15px 20px;
  font-size:95%;
}
#detail ul li a{
	color:#006699;
}
#detail ul li img{
	margin-left:2px;}