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

.update {
	background:#E1F5FF;
}
div.topic {
	clear:both;
	margin:20px 0;
}
div.topic h2 {
	clear:both;
	width:700px;
	height:38px;
	padding:0 8px;
	background:#EEEEEE;
	color:#003366;
	vertical-align: middle;
	display: table-cell;
	font-weight:bold;
	font-size:medium;
}
div.topic h3 {
	clear:both;
	padding-top:8px;
	color:maroon;
	font-weight:bold;
	font-size:medium;
}
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;
}

div.topic div.picture {
	clear:both;
	float:right;
	width:256px;
	margin-left:1em;
}
div.topic div.picture img {
	margin-bottom:2px;
	clear:both;
}

div.blue-border-radius {
	padding:12px;
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	border-radius: 8px;         /* CSS3 */
	border: 1px #06C solid;     /* 枠線の装飾 */
	overflow:auto;
}