@charset "utf-8";
@import url("../common/common.css");
@import url("../common/contents.css");

table#Secretariat {
	margin: 30px 50px;
	width: 500px;
	border-collapse: collapse;
	border-width: 0 0 1px 1px;
	border-style: none none solid solid;
	border-color: #aaa;
}
* html table#Secretariat {
	/* forMacIE */
	margin: 30px 48px;
	/*\*/
	margin: 30px 50px;
	/**/
}
table#Secretariat th,
table#Secretariat td {
	padding: 0 10px;
	height: 50px;
	line-height: 1.3;
	border-style: solid solid none none;
	border-width: 1px 1px 0 0;
	border-color: #aaa;
}
table#Secretariat th {
	color: #555;
	background-color: #f0f0f0;
}
table#Secretariat td {
	color: #000;
}
table#Secretariat td a {
	color: #03c;
}
table#Secretariat td a:hover {
	color: #06f;
}


