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

/* --- newsエリア --- */
ol.news {
width: 99%; /* リストエリアの幅 */
margin: 0;
padding: 0;

list-style-type: none;
font-size: 90%;
}

/* --- リスト項目 --- */
ol.news li {
padding: 5px 5px 10px; /* リスト項目のパディング（上、左右、下） */
border-bottom: 1px #c0c0c0 dotted; /* リスト項目の下境界線 */
}

/* --- 項目の内容 --- */
ol.news dl {
margin: 0;
}

/* --- タイトルエリア --- */
ol.news dt {
margin: 0;
padding: 2px 0 10px 20px; /* Questionエリアのパディング（上右下左） */
background: url(../images/square.gif) no-repeat left top; /* Questionエリアの背景 */
font-weight: bold;
line-height: 120%;
}

/* --- 内容エリア --- */
ol.news dd {
margin: 0;
padding: 2px 0 6px 20px; /* Answerエリアのパディング（上右下左） */
background: url(../images/blank.gif) no-repeat left top; /* Answerエリアの背景 */
line-height: 150%;
}

/* --- ニュースサイズ --- */
.boxnews {
	width: 730px;
	float: right;
}

/* --- 日付 --- */
.date {
	font-size: 12px;
	line-height: 140%;
	margin-left: 30px;
	color: #333;
}
