@charset "UTF-8";
/* CSS Document */
#present {
	width: 450px;
	border-collapse: collapse;
}
#present table tr th {
	text-align: center;
	vertical-align: top;
	width: 10px;
	background-color: #99ccff;
	font-size: small;
	font-weight: bold;
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
#present table tr td {
	padding: 5px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
#present table tr td p {
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 0px;
	line-height: 130%;
	display: block;
	margin-top: 0px;
}
#present table tr td h4 {
	padding-bottom: 0px;
	display: block;
	padding-top: 0px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}

