@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;
	}
.bo{
	font-size: 145%;
	font-weight: bold;
	color: #D56A00;
	}	
.box{
	width: 740px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 30px;
	}
#main ul li{
	font-size: 160%;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	list-style-type: disc;
	margin-left: 30px;
	}	
.title_s{
	margin-top: 30px;
	margin-bottom: 20px;
	}	