body {
  padding: 0;
  margin: 0;
  background: #fff;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
}
a, a:link, a:visited, a:active {
	color: #00285a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: #00285a;
	font-size: 32px;
	line-height: 36px;
	margin: 0;
	padding: 20px 0 40px 0;
}
h3 {
	color: #65729c;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 70px 0 0 0;
}
p {
	padding: 40px 0 0 0;
	margin: 0;
}
h2 + p {
	padding: 0;
}
p.no_space {
	padding-top: 0;
}

.container {
	width: 790px;
	margin: 0 auto;
}
.photo {
	width: 100%;
}
header {
	overflow: hidden;
	height: 115px;
	background: url(pics/option/bg.gif) repeat-x left bottom;
}
#logo {
	float: left;
	width: auto;
}
.slogan {
	float: right;
	width: auto;
	font-size: 19px;
	margin-top: 45px;
}
section {
	background: #fff url(pics/option/section_bg.jpg) repeat-x left bottom;
}
section:last-child {
	margin-bottom: 120px;
}
.footer {
	overflow: hidden;
}
.footer img {
	float: right;
	width: auto;
}
.caption {
	color: #65729c;
	font-size: 11px;
	text-align: right;
}
.top {
	text-align: right;
	padding-top: 60px;
}

@media screen and (max-width: 800px) {
	header {
		height: auto;
	}
	.container {
	  	width: calc(100% - 20px);
	  	margin: 10px auto;
	}
	#logo, .slogan {
	  	float: none;
	}
	.slogan {
		margin: 20px 0;
	}
}
@media screen and (max-width: 480px) {
	h2 {
		font-size: 26px;
		line-height: 28px;
	}
	h3 {
		padding-top: 50px;
	}
}
