﻿@charset "UTF-8";

*{
	padding: 0px;
	margin: 0px;
}

body{
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #999;
}

#wrapper{
	width: 900px;
	padding: 0px 3px;
	margin: 0px auto;
	background-color: #557;
}

h1{
	width: 900px;
	height: 87px;	
}

ul{
	width: 900px;
	height: 26px;

	list-style-position: inside;
	list-style-type: none;
}

.navi_l{
	width: 150px;
	height: 26px;
	background-color: #b7b7e8;
	float: left;
}

.navi{
	width: 150px;
	height: 26px;
	float: left;
}

.navi_r{
	width: 150px;
	height: 26px;
	background-color: #b7b7e8;
	float: left;
}

.navi a{
	display: block;

	width: 150px;
	height: 22px;

	color: #eee;
	font-size: 16px;
	text-align: center;
	padding-top: 4px;

	text-decoration: none;

	background-color: #b7b7e8;
}

.navi a:hover{
	color: #4f6e78;
	background-color: #c8c8f9;
}

h2{
	width: 900px;
	height: 300px;
}

.main{
	clear: left;
	width: 900px;
	height: 450px;
	background-color: #efefff;
}

.now{
	text-align: center;
	padding-top: 70px;
	font-size: 20px;
	line-height: 2;
}

#footer{
	text-align: center;
	font-size: 14px;
	padding: 8px 0px 5px 0px;
	margin: 0px;
	line-height: 1.1;
	color: #fff;
}

