@charset "utf-8";
h1 {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}


#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	height: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0033FF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0033FF;
	padding-top: 10px;
}
#header {
	float: left;
	width: 900px;
	margin-bottom: 20px;
}
#main {
	float: left;
	width: 900px;
	margin-bottom: 20px;
}


#footer {
	clear: both;
	width: 900px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 10px;
	margin-bottom: 20px;
}


#footer li {
	white-space: nowrap;
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 0px;
	padding-left: 5px;
}


#footer ul, #footer li, #footer a {
	display: inline;
}


#footer-copyright {
	clear: both;
	width: 900px;
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
strong {
	font-size: 14px;
	color: #9F4700;
}

a:link {
	color: #0033CC;
}
a:hover {
	color: #009966;
}

#main-image {
	float: left;
	width: 900px;
	background-image: url(../images/member-shonai/main-images.jpg);
	background-repeat: no-repeat;
	height: 440px;
	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: #E1DBD0;
	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: #EAECD7;
	color: #000000;
}

