/* 会長・幹事紹介 */
body {
background:#FFFFFF;
}

#gpBox {
text-align:center;
}

h2 {
width:550px;
font-size:90%;
background:#FF9900;
color:#FFFFFF;
padding:3px;
margin-bottom:5px;
}

#mainBox {
width:550px;
}

#leftBox {
float:left;
width:270px;
}

#rightBox {
float:right;
width:270px;
}


/* ガバナー補佐 */
.rcHosa {
border-collapse:separate;
font-size:90%;
margin-bottom:5px;
}

.rcHosa th {
background:#FFF5CE;
padding:3px;
}

.rcHosa td {
background:#FFFAE6;
padding:3px;
}


/* 会長・幹事 */

.rcList {
width:270px;
border-collapse:separate;
font-size:90%;
margin-bottom:5px;
}

.rcList th {
background:#FFF5CE;
color:#000000;
padding:3px;
}

.rcList td {
background:#FFFAE6;
padding:3px;
}











.rcList .pic {
margin:3px 0px 3px 0px;
}

.rcList .nobg {
background:#FFFFFF;
}