body{
	background: url(img/bg_header2.jpg) no-repeat center top;
}

#od_title{
	padding: 100px 0;
}
#od_title h2{
	background: #00BFBF;
	background: rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0)), color-stop(0.5, #00BFBF), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #00BFBF 50%, rgba(255, 255, 255, 0));
	color: #FFFFFF;
	line-height: 60px;
	font-size: 34px;
	font-family: '游明朝',serif;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
