/* 会長・幹事紹介（フレーム内ページ用） */

/* フロートクリア */
.clearfix
{
	zoom:1;
}
.clearfix:after
{
    content:"";
    display:block;
    clear:both;
}


/* 全体 */
#gpBox
{
	width:550px;
	text-align:center;
}

h2
{
	font-size:90%;
	background-color:#927A32;
	color:#FFF;
	padding:3px;
	margin-bottom:5px;
}

#hosa
{
	margin:0px auto;
}

#mainBox
{
	width:550px;
	margin-top:10px;
}

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

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

#leftBox table, #rightBox table
{
	width:100%;
}

.pic
{
	margin:3px 0px;
}


/* テーブル共通 */
table
{
	border-collapse:separate;
	border-spacing:3px;
	font-size:90%;
	margin-bottom:5px;
}
th, td
{
	padding:3px;
}
th
{
	background-color:#C0B794;
}
td
{
	background-color:#E9E4D1;
}