@charset "utf-8";

/* ========================================== 


    　会員種別についてページ


========================================== */


/* informationData
========================================== */
.informationData{
	width: 700px;
	margin: 0 99px;
	padding: 20px 0 5px 0;
}

.informationData table{
	width: 700px;
	margin: 0 auto 5px;
	border-collapse: collapse;
}
.informationData .memberTable{
	margin-bottom:5px;
}
.informationData .memberTable th{
	background-color: #564732;
	height:40px;
	text-align:left;
	vertical-align:middle;
	color: #fff;
	border-left: 1px solid #564732;
	margin:0;
	padding:0;
}
.informationData .memberTable td{
	line-height:110%;
	padding:10px 5px;
	color:#564732;
}
.informationData th.needed{
	padding: 10px;
	border: 1px solid #564732;
	text-align: center;
	font-weight: normal;
	color: #564732;
	background-color: #CFC1B0;
}
.informationData td.needed{
	padding: 10px 20px;
	border: 1px solid #564732;
	color: #564732;
	background-color: #DFD3CA;
}
.informationData td.needed p{
	padding: 10px;
}

.backTop {
	margin-bottom: 5px;
	position: relative;
	width: 690px;
	line-height: 1.3em;
	padding-bottom: 20px;
}

.backTop a {
    position: absolute;
	bottom: 0; right: 0;
	text-decoration: none;
	background: url(../../../image/lesson/page_top.png) no-repeat;
	background-position: 0 30%;
	font-size: 85%;
	color: #666;
	padding-left: 13px;
}

.backTop a:hover {
    color: #990000;
	background: url(../../../image/lesson/page_top_o.png) no-repeat;
	background-position: 0 30%;
}


/* IE6透過PNG　a対策
========================================== */
* html #container a {
    position: relative;
}

