
div.body div.explan{
	margin:5px 0 20px 20px;
	line-height:14px;
}


/***************************/
/*** ボタン ****************/
div.button{
	padding:7px 0;
}
div.button a.button,
div.button a.caution{
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	padding:7px 20px;
	background-color:#9AA1C0;
	border-right:1px solid #193441;
	border-bottom:1px solid #193441;
}
div.button a.button:hover{
	background-color:#015088;
}
div.button a.caution{
	background-color:#DDD289;
}
div.button a.caution:hover{
	background-color:#CCBC4C;
}
/*** ボタン ****************/
/***************************/


/***************************/
/*** table *****************/
table.Table{
	background-color:#3E606F;
}
.TableCellTitle,
.TableCell{
	margin:2px;
	white-space:nowrap;
	font-size:12px;
	color:#000000;
}
.TableCellTitle div.str,
.TableCell div.str{
	margin:2px 10px 2px 10px;
	font-size:12px;
	line-height:18px;
	overflow:hidden;
	word-break:break-all;
}
.TableCellTitle{
	color:#FFFFFF;
	background-color:#6E8084;
}
.TableCell{
	background-color:#F2F2F4;
}
/*** table *****************/
/***************************/
