@charset "utf-8";
/* CSS Document */

div .koumoku{
	border:1px solid #666666;
	margin:20px 10px;
	padding:10px;
}

.title{
	background-color:#0099CC;
	color:#ffffff;
	font-size:16px;
	padding:3px;
	margin-bottom:5px;
	font-weight:bold;
}

.koumoku p{
	font-size:14px;
	line-height:140%;
}
.tb_kyujin{
	width:800px;
}
table.tb_kyujin th{
	width:200px;
	color:#339900;
	text-align:left;
	font:bold;
	border-bottom:1px dashed #999;
	padding:3px;
}
table.tb_kyujin td{
	color:#000;
	text-align:left;
	border-bottom:1px dashed #999;
	padding:3px;
	line-height:130%;
}

