@charset "shift_jis";

/*テーブル部分
---------------------------------------------------------------------------*/
.tbl {
	background-color: #c9c9c9;
	background-repeat: repeat-y;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #362e2b;
}

.tbl th {
	background-color: #535353;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.1;
	padding: 10px 0px 10px 0px;
}

.tbl td {
	font-family:"Verdana","ＭＳ Ｐゴシック","MS UI Gothic","MS PGothic","Osaka";
	color: #313131;
	font-size: 105%;
	line-height: 130%;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px dotted  #000000;
}


/*強調部分
---------------------------------------------------------------------------*/
.disp {
	background-color: #ffb053;
	font-size: 12px;
	color: #452c25;
	margin: 5px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #d4cac7;
}

.disp strong {
	color: #452c25;
}

