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

/* setting------*/
*{
	margin: 0px;
	border: 1px splid #00f;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*body*/
body{
	margin: 0px;
	padding: 0px;
	background-color: #F7F7F7;
}

ul{
	list-style: none;
}


#title{
	width: 200px;
	margin: 10px 0px 5px 20px;
	text-align: left;
	font-size: 16px;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-weight: bold;
}

#section{
	width: 750px;
	margin-top: 5px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 50px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}


#bo{
	width: 750px;
	margin-top: 15px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 50px;
	text-align: center;
}



/*---table---*/

table.td1{

	border-collapse: separate;
	empty-cells:show;
	width: 600px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #F7F7F7;
	padding: 10px;
	
}

.dai{
	padding:0.4em 1em;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFB340;
	height: 15px;
}


.chu{
	height: 13px;
	padding:0.4em 1em;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFD940;
}

.txt1{
	height: 10px;
	padding:0.4em 1em;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFCC99;
}

.txt2{
	width :585;
	height: 10px;
	padding:0.4em 1em;
	text-align:left;
	font-size: 13px;
	font-weight: normal;
	background-color: #FFFFB5;
	
}

.txt3{
	width: 76;
	height: 10px;
	padding:0.4em 1em;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
	background-color: #FFFFB5;	
}





.txt1_2{
	width :585;
	height: 10px;
	padding:0.4em 1em;
	text-align:left;
	font-size: 13px;
	font-weight: normal;
	background-color: #FFCC99;
	
}

.txt1_3{
	width: 76;
	height: 10px;
	padding:0.4em 1em;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
	background-color: #FFCC99;
}

