@charset "utf-8";

/* コンテンツ部分 */
#contents {
	margin: 0 10px;
	width: 780px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

#image {
	width: 280px;
	float: left;
}
#text {
	padding: 10px;
	width: 480px;
	float: left;
}
#text ul {
	margin: 0 0 0 2em;
	padding: 0;
}
#text p {
	margin: 10px 20px;
}

/* テーブル */
table {
	margin: 30px auto 0;
	width: 780px;
	border-collapse: separate;
	border-spacing: 2px;
}
caption {
	font-size: 13px;
}
th {
	font-size: 11px;
}
caption, th {
	padding: 4px 0;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
	background: #8ccff3;
}
td {
	padding: 4px 6px;
	border-bottom: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
	background: #d0e9fa;
}
.content1 {
	width: 200px;
}
.content2 {
	width: 463px;
}
.content3 {
	width: 70px;
}
td.content3 {
	text-align: right;
}
div.notice {
	margin: 0 0 10px;
	color: #ff0000;
	text-align: right;
}
