@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}
#header {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	color: #900;
}

#menu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	display: block;
	width: 25%;
	text-align: center;
	line-height: 40px;
	float: left;
}
#menu ul li a {
	color: #FFF;
	background-color: #36C;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #69C;
}
#menu ul li a:hover {
	color: #FFF;
	background-color: #39C;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #69C;
}

.clear {
	clear: both;
}

#main {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#main a {
	color: #06C;
	text-decoration: underline;
}

.main_contents {
	float: left;
	width: 450px;
	font-size: 14px;
	line-height: 150%;
}
.main_photo {
	float: right;
	width: 400px;
}
#footer {
	background-color: #666;
}
#footer ul {
	margin: 0px;
}
#footer .footer_contents ul li {
	font-size: 12px;
	line-height: 150%;
	color: #FFF;
}
#footer .footer_contents ul li a {
	color: #FFF;
	text-decoration: underline;
}

.footer_contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
.footer_contents p {
	font-size: 12px;
	line-height: 150%;
	color: #FFF;
}
