
#title-s #title-s-contents {
	background: url(images/title_bg.jpg) no-repeat center top;
}

div.info {
	background-color: white;
	border: 1px solid white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
	width: 800px;
}

div.info h2 {
	background-color: rgba(21,108,145,.9);
	border: 1px solid white;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	color: white;
	font-size: 140%;
	font-weight: bold;
	height: 220px;
	left: -50px;
	line-height: 220px;
	padding: 10px;
	position: absolute;
	top: -50px;
	width: 220px;
}

div.info div.img {
	text-align: center;
}

div.info div.text {
	padding: 10px 60px 30px 60px;
}