@charset "utf-8";
.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2B5752;
}
.style6 {font-size: 12px}

.header {
	
	text-align: center;
	
}
h1 {
	font-size: 24px;
	text-align: center;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

body,td,th {
	color: #000;
}
body {

}
a:link {
	color: #2B5752;
}
a:visited {
	color: #000;
}
a:hover {
	color: #53A89D;
}


.ad {
	height: 110px;
	padding-top: 10px;
	padding-bottom: 19px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	box-shadow: 7px 0px 10px -5px #000, -7px 0px 10px -5px #000;
	-webkit-box-shadow: 7px 0px 10px -5px #000, -7px 0px 10px -5px #000;
	-moz-box-shadow: 7px 0px 10px -5px #000, -7px 0px 10px -5px #000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #FFF;
	margin-bottom: 15px;
	line-height: 1.3;
}
.linkit {
	background-color: #FFF;
	text-align: center;
	width: 300px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 180px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 10px;
}
.style2 {
	font-size: 18px;
	color: #244A46;
	text-align: left;
	font-style: italic;
}
