@charset "utf-8";
@import "cmn.css";

#main .memberTable{
	width:100%;
	border:solid #ffcc66;
	border-width:1px 0;
	font-size:80%;
}
#main .memberTable thead th{
	padding:5px;
	background:#ffff66;
	border-bottom:1px solid #ffcc66;
	vertical-align:middle;
	color:#cc3300;
	font-weight:bold;
	letter-spacing:1px;
	line-height:1;
}
#main .memberTable tbody th, #main .memberTable tbody td{
	border-bottom:1px dotted #ffcc66;
}
#main .memberTable tbody th{
	width:80px;
	padding:5px;
	color:#ff6600;
}
#main .memberTable tbody td{
	padding:5px;
	vertical-align:middle;
}
#main .memberTable .center{
	text-align:center;
}

