header, footer, section, aside, nav, article {
	display: block;
}

body {
	width: 800px;
	margin: 10px auto;
	background: #BBCFE8;
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Arial, Tahoma, sans-serif;
	border: 3px solid #888888;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


a:link, a:visited {
	color:#004C9A;
}

a:hover, a:active {
	color: #333333;
}


p {
	margin-top: -5px;
	text-indent: 1em;
	font-size: 13px;
}


header {
	padding: 20px 0px 0px 0px;
	background: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


header h1 {
	margin: 0px 0px 18px 10px;
	font-size: 40px;
}

header h1 a {
	text-decoration: none;
}

header h2 {
	margin: 0px 0px 18px 10px;
	font-style: italic;
	font-size: 20px;
}


nav {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	background: #3D6497;
	margin-top: -10px;
}

nav ul {
	margin: 0;
	padding: 17px 0 0 20px;
	list-style: none;
	line-height: normal;
}

nav li {
	display: block;
	float: left;
}

nav a:link, nav a:visited, nav a:active {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0px 15px;
	text-decoration: none;
	color: #FFFFFF;
}

nav a:hover {
	text-decoration: underline;
}


section {
	width: 510px;
	float: left;
	font-size: 14px;
	padding: 20px 30px 50px 30px;
	background: #FFFFFF;
}


aside {
	width: 200px;
	float: right;
	padding: -10px 0px 0px 0px;
	font-size: 14px;
	overflow: hidden;
}

aside h3 {
	font-size: 14px;
	padding: 0px 0px 0px 10px;
}

aside ul {
	padding: 0px 0px 0px 10px;
}

aside li {
	padding: 0px 0px 5px 0px;
	list-style: none;
}

aside a:link, aside a:visited {
	color:#004C9A;
	text-decoration: none;
}

aside a:hover, aside a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

footer {
	width: 800px;
	margin: 0px auto;
	clear: both;
	background: #3D6497;
	overflow: hidden;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

footer p{
	color: #FFFFFF;
	text-align: center;
	margin: 10px auto;
}

#map_canvas {
	width: 400px;
	height: 400px;
}

article img {
	border: none;
	-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;
}

img.left, img.right img.center{
	margin-bottom: 8px;
	display: inline;
}

img.center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

img.left {
	float: left;
	margin-right: 18px;
}

img.right {
	float: right;
	margin-left: 10px;
}

video.center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

/* Created by http://freehtml5templates.com */
