@charset "utf-8";

/* p_style
----------------------------------------------- */
p.section{
	margin-bottom:10px;
}

/* table_style
----------------------------------------------- */

div#mainContent div.contents table{
	color:#333333;
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
}
div#mainContent div.contents th{
	padding:5px;
	text-align:left;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#E1E2E6;
}
div#mainContent div.contents td{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#F2F2F2;
}

