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

/*volunteer.html--------------------------------------------------*/
.volunteer1{
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.volunteer_txt1{
	width:275px;
	padding-top:110px;
}
.volunteer_txt2{
	width:700px;
	padding-top:30px;
}
.volunteer_txt1,
.volunteer_txt2{
	line-height:2.0em;

}
.photottl{
	width:600px;
	height:38px;
	display:block;
	background-image:url(../images/ttl.jpg);
	background-repeat:no-repeat;
	padding:22px 0 0 100px;
	font-weight:bold;
	color:#FFF;
	font-size:18px;
	margin:20px 0 10px 0;
}
#gallery{
	width:700px;
}
#gallery a img{
	width:124px;
	height:93px;
	margin:20px 16px 0 0;
	float:left;
	
}