@charset "utf-8";
/* CSS Document */

.title {
	border-left:solid 5px #216CBC;
	border-bottom:dotted 1px #CCC;
	margin:0px 0 15px;
	padding:1px 0 0 5px;
	font-weight:bold;
}


.table {
	border:solid 1px #CCC;
	padding:1px;
	width:100%;
	background-color:#FFF;
	font-size:80%;
	line-height:150%;
}

.table th {
	border:solid 1px #DDD;
	background-color:#EEE;
	width:200px;
	padding:10px 0;
}

.table td {
	border:solid 1px #DDD;
	padding:10px;
}
.table td a {
	color:#000;
	text-decoration:none;
}

.table td .sub_text {
	margin:10px 0 0;
	font-size:85%;
	line-height:150%;
}