@charset "utf-8";
/* CSS Document */
/*リセット*/
* {
	font-size: 14px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
/* TopCSSリセット */
#contents01 li {
	margin: 0 0 5px 0;
}
/* TopCSSリセット */

/*リセットここまで*/

#all {
	background-image: url(../img/bg/bg_promnade.jpg);
	height: 600px;
	width: 800px;
	margin: 0 auto;
	position: relative;
}
ul#menu {
	background-image: url(../img/btn/btn_menu_promnade.jpg);
	height: 49px;
	width: 800px;
	position: absolute;
	top: 534px;
	list-style-type: none;
}
ul#menu li {
	float: left;
}
ul#menu li a {
	background-image: url(../img/btn/btn_menu_promnade.jpg);
	height: 49px;
	display: block;
	text-indent: -9999px;
	float: left;
}
#btn01 a {
	width: 155px;
}
#btn01 a:hover {
	background-position:0 -49px;
}
#btn02 a {
	width: 97px;
	background-position:-155px 0;
}
#btn02 a:hover {
	background-position:-155px -49px;
}
#btn03 a {
	width: 89px;
	background-position:-252px 0;
}
#btn03 a:hover {
	background-position:-252px -49px;
}
#btn04 a {
	width: 135px;
	background-position:-341px 0;
}
#btn04 a:hover {
	background-position:-341px -49px;
}
#btn05 a {
	width: 157px;
	background-position:-476px 0;
}
#btn05 a:hover {
	background-position:-476px -49px;
}
#btn06 a {
	width: 167px;
	background-position:-633px 0;
}
#btn06 a:hover {
	background-position:-633px -49px;
}
div#container01 {
	background-image: url(../img/bg/bg_container_promnade.jpg);
	height: 406px;
	width: 800px;
	position: absolute;
	top: 61px;
	overflow: hidden;
}
#container01 h2 {
	background-image: url(../img/header/promnade/header_02.jpg);
	text-indent: -9999px;
	height: 49px;
	width: 800px;
	position: absolute;
}
#all #container01 #innercont {
	height: 400px;
	width: 800px;
	overflow: auto;
}

#innercont .page {
	width: 800px;
	height: 330px;
	margin-top: 50px;
	float: left;
	color: #5C3C2F;
}
.photo li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
}
.photo p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
}
ul.photo {
	margin-left: 30px;
}
.photo img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #E3D4BD;
}
img.prevbtn {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	margin-top: 30px;
}
img.nextbtn {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
	margin-top: 30px;
}
p.comments {
	margin-right: 90px;
	margin-left: 50px;
	height: 80px;
	margin-bottom: 15px;
	margin-top: 0px;
	filter:dropshadow(offX=1,offY=1,color=#FEF5E4);
}
