@charset "UTF-8";
/*--------------------------------------
	Style Name : Committee Style Sheet

	Committee
--------------------------------------*/
ul.subnavi{
 list-style:none;
	margin-left:50px;
}

ul.subnavi li{
 display:block;
	width:220px;
	float:left;
	margin:5px 30px 0 0;
	padding:2px 0 0 14px;
	background:url(../../img/listbg.gif) no-repeat 0 7px;
}

.frame1{
	border:1px dotted #333;
	padding:10px;
	margin:5px;
}

b{
	font-weight:normal;
	color:#003399;
}


/*テーブル*/
table.list{
margin:20px auto;
}

table.list th,
table.list td
{
border-bottom:1px solid #999;
padding:5px;
}

table.list td.center
{
text-align:center;
}
