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

.update {
	background:#D0EEC5;
}
div.topic {
	margin:30px 0;
}
div.topic h3 {
	color:#396;
}
div.topic table {
	width:700px;
	border-color:#CCC;
}
div.topic tr th td {
}
div.topic th {
	text-align:left;
	background-color:#EEE;
}
div.topic .head {
	width:74px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div.topic ol, ul, dl {
	margin:0px;
	padding:0 1em;
}
div.topic .square {
	list-style-type: square;
}
div.topic .fltrt {
	float:right;
	clear:right;
	margin-left:0.5em;
	margin-bottom:0.5em;
}
