/* 真ん中よせ */
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: white;
}

/* ヘッダー部分 */
#header {
	height: 100px;
/*	background-color: white;*/
/*	width: 800px;*/
}

#header ul{
	list-style-type: none;
}

#home1 {
	font-size: 12px;
	color: #696969;
	float: left;
	margin: 10px 10px 10px 70px;
	text-align: right;
}

.home2 {
	font-size: 12px;
	color: #696969;
	float: left;
	margin: 10px;
	text-align: right;
}

img {
	border: none;
}

h1 {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	text-decoration: none;
	float: left;
}

h2 {
	margin: 27px 20px 20px 50px;
	float: left;
}

/* ヘッダーのボタン部分 */
#button {
	clear: both;
	width: 800px;
	height: 35px;
	background-color: white;
}

#button ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 35px;
	overflow: hiddin;
	border-bottom: 2px solid #cccccc;
}

#button li {
	float: left;
	width: 132px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	border-right: 1px solid #AF96AF;
}

#button a {
	display: block;
	width: 100%;
	padding: 7px 0 7px 0;
	color: white;
	background-color: #64647D;
	text-decoration: none;
	text-align: center;
}

#button .now {
	display: block;
	width: 100%;
	padding: 7px 0 7px 0;
	color: white;
	background-color: #D4C5CE;
	text-decoration: none;
	text-align: center;
}

#button a:hover{
	background-color: #AF96AF;
}

/* メイン部分*/
*html body #photo1, #photo2, #photo3, #photo4, #photo5, #photo6{
	border: 0;
}

/*フッター*/
#footer {
	clear: both;
	height:50px;
	text-align: center;
	margin-top: 20px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: thin;
	margin-bottom: 30px;
	padding-top:10px;
	background-color: #ffffff;
}

#copyright{
	font-size: 14px;
	color: #696969;
	text-align: center;
}

#address{
	font-size: 14px;
	color: #696969;
	text-align: center;
}
