@charset "UTF-8";

/*----------staff_area----------*/
table.about_table{
	margin: auto;
	margin-top: 15px;
	border-style: solid;
	border-color: #dfdfdf;
	border-width: 1px;
	}

table.about_table tbody th{
	padding: 5px;
	background-color: #efefef;
	border-style: solid;
	border-color: #dfdfdf;
	border-width: 1px;
	font-size: 10pt;
	font-weight: lighter;
	vertical-align: top;
	}

table.about_table tbody td{
	padding: 5px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #dfdfdf;
	border-width: 1px;
	font-size: 10pt;
	vertical-align: top;
	}

