@charset "utf-8";
/* CSS Document */

#wrapper {
	text-align: center;
}
#maincont {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.findgreen {
	font-size: 120%;
	line-height: 150%;
	color: #FFFFFF;
	background-color: #07455F;
	padding: 1px;
	margin-top: 20px;
	clear: both;
}
.findgreen .border {
	padding-left: 5px;
	border: 1px solid #FFFFFF;
}
.cont {
	font-size: 110%;
	line-height: 150%;
	background-color: #E0EBF8;
	padding: 10px;
	overflow: auto;
}
.cont  .contimg {
	float: left;
	width: 150px;
	position: static;
}
.cont .conttext {
	float: left;
	width: 450px;
	padding-left: 20px;
}
.cont .contclear {
	clear: both;
	width: 630px;
}


.contmenu {
	margin: 10px;
	padding: 10px;
	border: 3px double #07455F;
	font-size: 110%;
	line-height: 150%;
}
.contmenu .option {
	float: right;
	width: 300px;
	border: 1px solid #00479D;
	padding: 10px;
	background-color: #B8D5E3;
}
#tellink {
	position: static;
	width: 650px;
	overflow: auto;
}
#tellink img {
	float: right;
}
#tellink p {
	position: absolute;
	width: 310px;
	font-size: 110%;
	line-height: 150%;
	padding-top: 40px;
}



#backtop {
	margin-top: 20px;
}
#footer {
	margin-top: 150px;
}
