@charset "UTF-8";
#contents {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#main {
	background-color: #ffffff;
	background-image: url(../image/hoyuen.jpg);
	height: 396px;
	width: 800px;
}
#navi {
	background-color: #cbbd90;
	height: 60px;
	width: 800px;
	clear: both;
	display: inline-block;
	margin-bottom: 30px;
}
#contents #navi li {
	list-style-type: none;
	width: 133px;
	background-color: #ffffff;
	height: 60px;
	display: block;
	float: left;
}
#wrap {
	width: 700px;
	display: inline-block;
	clear: both;
	margin-right: 20px;
	margin-left: 40px;
}
#box1 {
	float: left;
	width: 700px;
	display: block;
}
#box2 {
	float: right;
	width: 620px;
	margin-top: 7px;
	display: block;
	}
#box3 {
	float: right;
	width: 620px;
	height: 220px;
	display: block;
	background-image: url(../image/lovetable.jpg);
	}
#box4 {
	float: left;
	width: 270px;
	display: block;
	margin-top: 107px;
	margin-right: 7px;
	margin-left: 23px;
	}
#box5 {
	float: left;
	width: 200px;
	display: block;
	margin-top: 152px;
	margin-right: 60px;
	}
#box6 {
	float: right;
	width: 620px;
	height: 440px;
	display: block;
	}
#box7 {
	float: left;
	width: 290px;
	height: 100px;
	margin-left: 220px;
	display: block;
	}
#box8 {
	float: left;
	width: 720px;
	display: block;
}
.cr {
	clear: both;
}
body
 {
	background-color: #ffffff;
}
#header h1 {
	height: 60px;
	width: 200px;
	display: block;
	background-color: #00FFCC;
	position: relative;
	left: 20px;
	top: 20px;
}
#main h2 {
	text-align: center;
	line-height: 400px;
}

#footer {
	background-color: #cabc8d;
	color:#FFF;
	height: 22px;
	width: 800px;
}
#a
a{/*リンクされた文字*/
    color:#C33;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#C33;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#C33;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#cdcdcd;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}#header {
	background-image: url(../image/top.jpg);
	height: 122px;
	width: 800px;
}
