@charset "utf-8";

#main table{
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	width: 520px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	background-color: #EFECE2;
}
#main th{
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E2E1CF;
	width: 100px;
}
.table-img{
	text-align: center;
	vertical-align: top;
}
.table-syosai{
	background-color: #EAEAE3;
	width: 220px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.table-syosai-nobod{
	background-color: #EAEAE3;
	width: 220px;
	padding-left: 5px;
}
#main strong{
	color: #984336;
}