@charset "shift_jis";

/* Famicli CSS - Top Page */

#body { margin-right: 135px; }

/* クリア履歴 */
#clearhistory {
	text-align: center;
	float: right;
	width: 130px;
}
#clearhistory h2 {
	margin-top: 5px;
	margin-bottom: 7px;
}
#clearhistory dl { margin-top: 5px; }
#clearhistory dd { font-size: 8pt; margin: 0 5px 7px; padding-top: 2px; }

/* ルール */
.rule { margin-top: 5px; list-style-image: url('../IMG/point_square.png'); }

/* 更新履歴 */
.history { margin-left: 10px; }
.history dt { color: #CC0000; font-weight: bold; margin-top: 5px; margin-bottom: 5px; border-bottom: 1px dotted #CCCCFF; }
.history dd { margin-top: 2px; padding-left: 10px; }
.history ul { list-style-type: none; }