@charset "utf-8";

/* >>> CSS Contents : START <<< ---------------------------

/news/css/news.css

>>> Table of Contents :
   01. for index.html

Last Updata: 090511

-- >>> CSS Contents : END <<< --------------------------- */

/* 01. for index.html
================================================== */


dl.news {
	width:700px;}
dl.news dt {
    float:left;
	width:90px;
	clear:both;
	font-weight:bold;
	padding:5px 0 5px 10px;
	border-top:dotted 1px #999999;}
dl.news dd {
    width:580px;
	margin-left:90px;
	padding:5px 5px 5px 10px;
	border-top:dotted 1px #999999;}


