@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

#toparea {
	margin: 20px auto 20px;
	padding: 0 5px;
	font-size: 12px;
	text-align: right;
}

#tablearea {
	width: 600px;
	margin: 0 auto 30px;
}

#tablearea #capt {
	padding-right: 8px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

#tablearea table {
	width: 586px;
	margin: 0 auto;
	background-color: #CCCCCC;
}

#tablearea th,
#tablearea td {
	background-color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#tablearea th {
	text-align: center;
}
#tablearea td {
	text-align: left;
}

#recomarea {
	width: 586px;
	margin: 0 auto 18px;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}
#recomarea h2 {
	margin: 0;
	padding: 3px 0;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}

#recomarea p {
	margin: 0 3px;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
}

#recomarea a {
	text-align: right;
}

.writer_1 {
	background-color: #FF0000;
	border-bottom: 3px solid #FF0000;
}
.writer_2 {
	background-color: #0000FF;
	border-bottom: 3px solid #0000FF;
}
.writer_3 {
	background-color: #00FF00;
	border-bottom: 3px solid #00FF00;
}

.box_bb {
	width: 586px;
	margin: 0 auto 50px;
	border: 1px solid black;
	font-size: 12px;
	line-height: 16px;
}

.box_bb p {
	margin: 5px 5px 10px;
	text-align: left;
}

.box_bb p strong {
	font-weight: bold;
	text-decoration: underline;
}

.bosyulink {
	margin: 5px;
	text-align: right;
}

.star {
	color: #FF0000;
}

.circle {
	font-weight: bold;
}