@charset "utf-8";
@import "cmn.css";

#main .content p{
	text-indent:1em;
	letter-spacing:1px;
}
#main .history{
	margin-top:30px;
}
#main .history dt{
	padding:8px 10px;
	background:#fff6f6;
	border:solid #cc6666;
	border-width:1px 1px 1px 5px;
	font-size:90%;
	font-weight:bold;
	color:#993333;
	letter-spacing:0.2em;
	line-height:1;
}
#main .history dd{
	padding:10px 0 0 10px;
}
#main .history table{
	width:100%;
	font-size:80%;
}
#main .history th, #main .history td{
	padding:8px 5px;
	border-bottom:1px dotted #cc9999;
	line-height:1.2;
}
#main .history th{
	width:60px;
	color:#996666;
	letter-spacing:1px;
}

