@charset "utf-8";

/*　
------------------------------------------------------------ */
h2#img_top {
	width: 800px;
	height: 150px;
	background: url(../common/images/img_04.jpg) no-repeat;
	text-indent: -9999em;
}

table {
	width: 280px;
	text-align: center;
	font-size: 100%;
	margin: 10px 0;
	padding: 0 5px 10px;
	float: left;
	
}
.table01 {
	border-right: 1px solid #521504;
}
table td {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
table th {
	font-size: 1.2em;
	font-weight: bold;
}
hr {
	color: #521504;
	clear: both;
}

dd	{
	padding-left:30px;
}

.red {
	color:#FF2828;
}
.blue {
	color: #0099CC;
}
#contents dt {
	font-weight: bold;
	margin: 10px;
}
box1 p {
	margin-left: 30px;
}

.mark {
	background: url(../common/images/icon.gif) center no-repeat;
}

.red_mark {
	background: url(../common/images/icon.gif) center no-repeat;
	color:#ff2828;
}

.blue_mark {
	background: url(../common/images/icon.gif) center no-repeat;
	color:#0099cc;
}

.orange {
	color: #F60;
	font-weight: bold;
}