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


body{
font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
color: #333;
-webkit-text-size-adjust: none;
background:#fff;
}

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

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

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

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

/* --- タイトルエリア --- */
ol.news dt {
margin: 0;
padding: 8px 0 10px 5px; /* Questionエリアのパディング（上右下左） */
font-weight: bold;
line-height: 120%;
}

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

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

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

.in95 {
	float: left;
	width: 99%;
}
