@charset "utf-8";
#main-image {
	float: left;
	width: 900px;
	background-image: url(../images/member/main-image.jpg);
	background-repeat: no-repeat;
	height: 300px;
	margin-bottom: 20px;
}
#main-member {
	width: 900px;
	height: auto;
	clear: both;
}

table {
	font-size:11px;
	border-left:1px solid #333333;
	border-top:1px solid #333333;
	width: 900px;
	line-height: 140%;
	margin-bottom: 40px;
	height: auto;
}
th{
	padding:8px 2px 8px 2px;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	color:#333333;
	font-weight:bold;
	padding:10px;
	text-align:center;
	background-color:#CCCCCC;
	font-size: 14px;
}
.thead-th {
	background-color: #C9E3FE;
	color: #000000;
	font-size: 16px;
}

td{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	font-size:12px;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.shima tr:hover {
	background-color: #EDEBDA;
	color: #000000;
}
#main-sub {
	width: 900px;
	height: auto;
}

