@charset "UTF-8";
/* /fcroman/report/css/data.css */


/******************************************************************************
contents
******************************************************************************/
#contents{
	width: 760px;
	}
#contents h2{
	font-size: 3em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.9;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
	}
#contents table{
	width: 100%;
	font-size: 1.4em;
	line-height: 1.5;
	border-collapse:collapse;
	margin-bottom: 15px;
	}
#contents table th{
	padding: 6px 16px 6px 6px;
	border: solid 1px #000;
	}
#contents table td{
	padding: 6px 16px 6px 6px;
	background: #fff;
	border: solid 1px #000;
	text-align: center;
	}
#contents p{
	font-size: 1.4em;
	}
