@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.se_layout {
	width: 610px;
	padding: 10px;
}
.se_images {
}
.se_images p {
	margin-bottom: 5px;
	float: left;
}
.se_images p:first-child {
	margin-right: 10px;
}
.se_layout h2 {
	font-size: 90%;
}
.se_table {
	font-size: 70%;
	border-top: 1px solid #CCCCCC;
}
.se_table tr th {
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 120px;
}
.se_table tr td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.se_clearboth {
	clear: both;
}
