@charset "utf-8";
/* CSS Document */

/*表
---------------------------------------------*/
table.cover {
	margin-top: 15px;
}
table.staff {
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	margin-bottom: 10px;
}
table.staff th {
	width: 16%;
	padding: 5px 5px;
	font-weight: normal;
	text-align: left;
	background-color: #F3F3F3;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}
table.staff th.name {
	width: 100%;
	padding: 0;
	text-align: left;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}
table.staff td {
	width: 34%;
	padding: 5px 5px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}
table.staff td ul {
	list-style: none;
	margin-bottom: 5px;
}
table.staff td ul li {
	list-style-position:inside;
	margin-left: 10px;
}
p.tantou {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px #CCCCCC dotted;
}
span.chan {
	font-size: 110%;
	color: #FF9900;
}
span.prize {
	color: #CC0000;
}

