body {
	color: #111111;
	background: #FFFFFF;
	font-size: 12px;
	font-family:Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

* {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-weight: normal;
	font-style: normal;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
}

ul {
	margin: 10px 5px 0;
	line-height: 1.2;
	list-style: none;
}

/* ニュース一行分の制御_ */
.irbIFrameListSubPage {
	width: 96%;
}

/* 日付表示の制御_ */
ul li .irbIFrameListSubPageDate {
	color: #535353;
	padding: 0.6em 0 0.5em;
	clear: left;
	float: left;
	width: 6.8em;
}

/* ニュースタイトル表示の制御_ */
ul li .irbIFrameListSubPageTitle {
	margin-left: 7.8em;
	padding: 0.6em 0 0.5em;
}
