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

#navi .members a {
 background-position:0px -18px;
	}

#memberssite {
	padding: 0;
	width: 900px;
	text-align: center;
	}
	
.topmessage {
	font-size: 18px;
	padding: 50px 0 50px 0;
}

.topmessagered {
	font-size: 18px;
	padding: 50px 0 50px 0;
	color: #f55632;
}

.chart {
 margin:10px 0 20px 0;
}

.chap1 {
 margin:20px 0 10px 30px;
 font-weight:600;
}

/* *************	02 : table form      ***************************** */

#memberssite form table {
 margin: 0 auto 60px auto;
}

#memberssite form table th,td {
 padding:10px;
	}

#memberssite form table th {
 text-align:right;
	font-size: 13px;
	font-weight: bold;
	}
	

#memberssite form table input {
	height: 25px;
	 
}

#memberssite form table input.submit {
	background: url(../images/commun/login.gif) no-repeat;
	border: 0;
	height: 32px;
	text-indent: -9999em;
	width: 64px;
}


#memberssite form table input.submit:hover,
#memberssite form table input.submit:focus {
background: url(../images/commun/login_gr.gif) no-repeat;
}


	
/* *************	03 : For memberscontents     ***************************** */

.column ul {
	margin: 0 0 17px;
}

.column li {
 padding: 5px 0 5px 10px;
	background:url(../images/commun/flechegreen.gif) 0px 12px no-repeat;
}

.column li a {
	margin-right: .5rem;
}

.column ul img {
 vertical-align:top;
 margin: 0 0 0 5px;
 }
	
a.logout {
	display: block;
	height: 32px;
	width: 64px;
	text-indent: -9999em;
	background: url(../images/commun/logout.gif) no-repeat;
	margin: 50px 0 0 0;
	}
	
a.logout:hover {
	display: block;
 background: url(../images/commun/logout_gr.gif) no-repeat;
}
