@charset "UTF-8";

@import "../../css/navi.css";

/* メインエリア */

table.news {
	margin: 10px 0 10px 10px;
}


table.news td {
	padding: 5px 5px 5px 0;
	background: white;
	vertical-align: top;
	font-size: 93%;
    padding-left: 16px; /*16px(アイコンサイズ)分、右に動かす*/
    text-indent: -16px; /*最初の行だけ16px(アイコンサイズ)分、左に動かす*/
}
