@charset "UTF-8";

/* contents
------------------------------------------------*/
#contents .box01 {
	float: left;
	width: 390px;
}
#contents .box02 {
	float: right;
	width: 390px;
}

#contents table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 390px;
	margin-bottom: 15px;
}
	#contents table th {
		background: #ccc9a3;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 5px 7px;
		white-space: nowrap;
		text-align: center;
		letter-spacing: 0.1em;
		font-weight: bold;
	}
	#contents table td {
		background: #fff;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 7px;
	}
	#contents table td span {
		font-size: 77%;
	}

#contents .box01 p strong.red {
	color: #ff5400;
}


#contents dl {
	width: 390px;
	font-size: 123.1%;
}
	#contents dt {
		background: url(../img/ya.gif) no-repeat left center;
		padding: 0 0 0 18px;
	}
	#contents dd {
		margin: 0 0 10px 20px;
	}
	#contents dl strong {
		color: #ff5400;
	}
