@charset "utf-8";

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #8A0000;
	line-height: 18px;
}
table {
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 20px;
}
th {
	text-align: left;
	vertical-align: top;
	width: 120px;
}
td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	padding-right: 10px;
	background-image: url(images/blog_line.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.caution {
	font-size: 11px !important;
	font-size: 10px;
}
.red {
	color: #8A0000;
	font-size: 11px;
}


.section {
	padding-bottom: 40px;
}
.center {
	text-align: center;
}
