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

table{
	width: 740px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}
th{
	text-align: left;
	}
td{
	padding-bottom: 15px;
	}

.b{
	font-size: 200%;
	font-weight: bold;
	}	
.bb{
	font-size: 145%;
	font-weight: bold;
	padding-bottom: 15px;
	}
	
.box{
	width: 740px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 30px;
	font-size: 14px;
	}