@charset "utf-8";
/* CSS Document */

#wrapper {
	text-align: center;
}
#maincont {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#capition {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 120%;
	line-height: 150%;
}
#findgreen {
	font-size: 120%;
	line-height: 150%;
	background-color: #07455F;
	color: #FFFFFF;
	padding: 1px;
}
#findgreen  .border  {
	padding-left: 5px;
	border: 1px solid #FFFFFF;
}
.cont {
	background-color: #E0EBF8;
	padding: 10px;
	margin-top: 10px;
	line-height: 150%;
}
.cont strong {
	font-size: 120%;
}
#ask {
	width: auto;
	overflow: auto;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
#ask strong {
	font-size: 130%;
}

#ask p {
	width: 300px;
	line-height: 140%;
	font-size: 110%;
}
#ask img {
	float: right;
}


#backtop {
	margin-top: 20px;
}
#footer {
	margin-top: 150px;
}
