@charset "UTF-8";

/* CSS Document */

#mainContents table th,
#mainContents table td {
	padding-right: 3px;
	padding-left: 3px;
	font-size: 93%;
}
.yoyaku {
	margin-bottom: 5px;
	border-bottom: 1px solid #C00;
	color: #C00;
	display: block;
}
.bgRed {
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	color: #FFF;
	text-align: center;
	background-color: #C00;
}
.bgRedBottom {
	padding-top: 3px;
	padding-bottom: 1px;
	margin-top: 5px;
	color: #FFF;
	text-align: center;
	background-color: #C00;
}
.bgBlack {
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	background-color: #000;
}
.bgGray {
	padding-top: 3px;
	padding-bottom: 1px;
	margin-top: 5px;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	background-color: #666;
}
#mainContents p.listText {
	margin-top: 30px;
}

