@charset "utf-8";
/* CSS Document */

/*--------------ギャラリー--------------*/

#content01{
	margin-left:15px;
	margin-bottom:20px;
}

#content01 li{
	float:left;
	display:inline;/*for WinIE6*/
	width:98px;
	margin:0 5px 5px 0;
}

/*--------------ボランティア活動--------------*/

#content02 table{
	width:100%;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

#content02 table th{
	width:20%;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:100%;
	font-weight:normal;
	padding:5px;
	background:#333333;
	color:#FFFFFF;
	text-align:center;
}

#content02 table td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:100%;
	line-height:1.5em;
	color:#333333;
	padding:5px 10px;
}