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

#volunteer {
	clear:both;
	width:960px;
	margin:auto auto 60px;
	z-index:300;
}

#volunteer h2 {
	margin:0 auto 50px;
	padding-top:75px;
}

#volunteer p.vtxt01 {
	font-size: 22px;
	text-align:center;
	margin-bottom:50px;
}

#volunteer p.vtxt02 {
	font-size: 22px;
	text-align:left;
	margin:50px auto 30px;
	line-height:1.8em;
}

#volunteer p.vtxt03 {
	font-size: 14px;
	text-align:left;
	margin:50px auto;
	line-height:1.8em;
	font-weight:bold;
}

#volunteer .line06 {
	clear:both;
	margin-bottom:40px;
	overflow:hidden;
}

#volunteer .line06left {
	float:left;
	width:140px;
	padding-right:20px;
	color:#ffd800;
	font-weight:bold;
	text-align:right;
}

#volunteer .line06right {
	float:right;
	width:800px;
}

#volunteer .line06right ul {
	list-style:none;
}

#volunteer .line06right li {
	background:url(../../images/volunteer/vicon.gif) left top no-repeat;
	padding-left:17px;
}

#volunteer .checkWrap {
	width:480px;
	margin:30px auto;
}

#volunteer p.vtxt03 a:link,
#volunteer p.vtxt03 a:visited{
	color:#000;
	background:#ffd800;
	text-decoration:none;
}

#volunteer p.vtxt03 a:hover{
	color:#ffd800 !important;
	background:none;
}

.checkOFF {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


