@charset "utf-8";

#syoukai h2 img {
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
}
#syoukai h3 img {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: right;
	margin-right: 30px;
}
#syoukai h4 img {
	margin-top: 20px;
	margin-left: 40px;
	clear: both;
}
#syoukai table {
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#syoukai table th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #333333;
	font-size: 120%;
	background-color: #3366FF;
	color: #FFFFFF;
	font-weight: normal;
}
#syoukai table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#syoukai table tr.odd {
	background-color: #EFEFEF;
}
