@charset "utf-8";

/* ////////////////////////////////////////////////

協議会構成員　レイアウト
作成者：国広
作成日：10.01.28

///////////////////////////////////////////////// */


/* *********************************************
rightContainer
 */
#rightContainer table {
	font-size:12px;
	width:510px;
}

#rightContainer table tr th {
	background-color:#ccd594;
	margin:1px;
	padding:2px;
}

#rightContainer table tr th#yaku {
	width:8em;
}

#rightContainer table tr th#simei {
	width:80px;
}

#rightContainer table tr {
	background-color:#dcebae;
	margin:1px;
	padding:5px 0;
}

#rightContainer table tr td {
	padding:0 5px;
}

#rightContainer table tr td.td-yaku {
	text-align:center;
}

#rightContainer table tr.tr-shiro{
	background-color:#f4f9e1;
}

#rightContainer p.pagetop {
	text-align:right;
	margin:10px 0 0 0;
}


#rightContainer p.pagetop a{
	padding-left:20px;
	background:url(../../images/arrow-up_16x16.gif) no-repeat center left;
	text-decoration:none;
}


