@charset "utf-8";


/* アイテムリスト/年表 */
dl.itembox {
	padding: 1em 0; 
	border-bottom: 1px dotted #CCCCCC;
}

dl.itembox dt {
	float: left;
	width: 128px;
	font-weight: bold;
}
dl.itembox dd {
	float: left;
	width: 570px;
	padding: 0 10px;
}
dl.itembox dd h3 {
	padding: 4px;
	background-color: #EEEEEE;
}