/* ▼▼iframe_topics.html▼▼ */
a:link, a:visited{
	color: #003333;
	text-decoration: underline;
}
a:hover, a:active{
	color: #CC3333;
	text-decoration: underline;
}
html{
 /* IEの横スクロールバーを消す */
 overflow-x: hidden;
}
body{
	margin: 0px;
	font-size:75%;
	line-height:1.2em;
}
div#container {
	width: 500px;
	margin-top: 5px;
	margin-left: 10px;
}
div.line {
	clear: left;
	margin: 0 0 7px 0;
}
p.date {
	margin:0;
	float: left;
	width:145px;
	font-family: "MS PGothic", Osaka, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
}
p.event {
	margin:0;
	padding:0 0 0 146px;
	font-family: "MS PGothic", Osaka, sans-serif;
	line-height: 1.2em;
}
.headline {
	clear: left;
	margin:12px 0 8px;
	font-family: "MS PGothic", Osaka, sans-serif;
	font-weight:bold;
	text-align:center;
	color: #CC3333;
	line-height: 1.2em;
}