@charset "utf-8";

/*----------------------------------------------------

	プラザ会員

----------------------------------------------------*/
.man{
	color:#000066
}

.woman{
	color:#cc0000;
}

table.tableMember {
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 0 1.5em 25px;
}

table.tableMember th {
    padding: 10px 35px 10px 5px;
	border-bottom:dotted 1px #999;
    background: #fff;
    font-weight: bold;
}

table.tableMember td {
    padding: 10px 5px 10px 5px;
	border-bottom:dotted 1px #999;
    border-width: 0 0 1px 1px;
    text-align: left;
}


dl.privilege{
	width: 400px; 
}

dl.privilege dt{
	width:130px;  
	font-weight: bold;
    padding: 0 10px 10px;  
    float: left;  
    margin: 7px 0;  
	color: #CC0066;
}

dl.privilege dd{
    width: 250px; 
    padding: 0 0 10px 0;
    float: left;  
    margin: 7px 0;
}


