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


/*--Default Table, top page --*/

table.table-renewal {
	width:100%;				/*テーブル全体の幅*/
	border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
}

table.table_renewal th {
	width:100px;				/*見出しセルの幅*/
	padding:5px;				/*パディング*/
	vertical-align: top;        /*縦　上揃いにする */
	text-align:center;				/*横　センター揃えにする*/
	white-space:nowrap;				/*セル内の改行を禁止する*/
	background-color:#ffffff;				/*セルの背景色*/
	border-bottom:dotted #666666 1px;				/*セルのボーダー*/
	font-size:92%;  			/*--フォント調整--*/
}
table.table_renewal td {
		padding:5px;				            /*パディング*/
	background-color:#ffffff;				/*セルの背景色*/
	border-bottom:dotted #666666 1px;				/*セルのボーダー*/
}

table.table_renewal p {
	width:95%;		/*幅の指定*/
	margin:5px;		/*マージン*/
	text-indent:0em;		/*インデント幅*/
	font-size: 92%;   /*--フォント調整--*/
}
	
	