@charset "UTF-8";

body {
	background-color: #C4E2FF;
}

#wrapper {
	max-width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0px 5px 17px 3px #3574ad;
	-moz-box-shadow: 0px 5px 17px 3px #3574ad;
	-webkit-box-shadow: 0px 5px 17px 3px #3574ad;
}

header {
	position: relative;
	height: 50px;
	margin: 0;
}


a {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration:none;
	color: #C43C3E;
}

#headerimg {
	background: #333333;
	background-image: url(../../parts/gaiyo/gaiyo.jpg);
	height: 500px;
	margin: 0 auto;
}

.menu {
	width: 800px;
	float: left;
	height: 50px;
	background-image: url(../images/top_bar.jpg);
	margin: 0 auto;
		}
.menu_box {
	width: 109;
	float: left;
	margin: 10px 0px 0px 70px;
}
.top_box {
	width: 500px;
	float: left;
	margin: 50px 0px 50px 150px;
	}
.map_box {
	width: 700px;
	float: left;
	margin: 50px 0px 0px 50px;
	}

.box2 {
	float: left;
	margin: 50px 0px 0px 50px;
	width: 750px;
	}
	
.box3 {
	width: 750px;
	float: left;
	margin: 0px 0px 0px 50px;
	font-size: medium;
	}
	.box4 {
	float: left;
	margin: 50px 0px 50px 50px;
	width: 750px;
	font-size: medium;
	}
	.box5 {
	margin: 0 auto;
	width: 500px;
	}
p {
	display: block;
	width: 80%;
	margin: 0px 0px 0px 50px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
}


.bar {
	border-bottom: 2.5px solid #0cb0e0;
	margin: 50px 0px 25px 10px;
	float: left;
	width: 780px;
}


/* Footer */

footer {
	display: block;
	clear: both;
	height: 49px;
	margin: 20px 0 0 0;
	background-image: url(../images/under_bar2.jpg);
}

#stargazerFooter {
	margin: 50px 0 30px 50px;
}

.footerList {
	display: block;
	clear: both;
	width: 100%;
	text-align: left;
	list-style:none;
	height: 25px;
	color:#BABABA;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .02em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
	margin: 0 0 0 50px;
}

#subscribeFooter {
	float: right;
	width: 33%;
}

#subscribe {
	margin: 50px 0 30px 0;
}


*:focus {
	outline: none;
}

.newsletter {
	display: block;
}

input, button {
	border: 2px solid #eeeeee;
	height: 46px;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
}

input {
	width:200px;
}

button {
	background: #eeeeee;
	text-align: center;
	color: #333333;
	width: 60px;
	height: 60px;
	transition: background, color, .5s ease 0;
}

button:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}

/* focus */

* {
	margin:0;
	padding:0;
	}
