/*
===== CLEARFIX ==========================================
*/

.clearfx {
	zoom:1;/*for IE 5.5-7*/
}
.clearfx:after {
	content: "";
	display: block;
	clear: both;
}
* html .clearfx {
	display:inline-table;
	/*\*/display:block;/**/
}
/*
===== /CLEARFIX ==========================================
*/


h1,h2,h3,h4,h5,h6,p,li,ul,ol{
	margin:0px;
	padding:0px;
}

body{background-color:#fff;}

img {
	border: none;/* img do not want a border */
}

li {
	list-style: none;
}

p{
	color:#333;
}


h1{
	text-align:center;
	margin-top:48px;
}

#container{
	margin:20px auto 0 auto;
    width:100%;

	text-align:center;

}

#map {
		position: inherit;
		width:100%;
		height:400px;
		margin:0px auto 0 auto;
}

#flickr {
		margin:0px auto 10px auto;
}

#hour {
	font-family: verdana,arial,sans-serif;

		margin:20px auto 0px auto;
		font-style:normal;
		font-weight:bold;

font-size:12px;
}

#hour2 {
		margin:500px auto 0px auto;
}


#slideshow {
	margin:0 auto;
	width:667px;
    position:relative;


}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow img.active {
    z-index:10;

}
#slideshow img.last-active {
    z-index:9;

}


address{color:#000;
font-style:normal;
font-size:10px;
font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN","Osaka",verdana,arial,sans-serif;
margin:20px auto 0 auto;

}

.maptxt{color:#333;
font-style:normal;
font-size:10px;
font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN","Osaka",verdana,arial,sans-serif;
}



ul.menu {
	width:730px;
	list-style:none;
	margin:5px auto 70px auto;}
li.menu {
	float:left; width:auto;
	margin:0px; padding:0px;
}
li.menu a {
	display:block;
	float:left; width:auto;
	margin:0px; padding:6px 15px;
	color:#fff;
	font-family: Arial,Helvetica,Sans-Serif;
	font-weight: bold;
	font-size: 80%;
	text-decoration:none;
	background-color:#536617;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
li.menu a:hover {
	background-color:#333333;
}


.clear {
clear:both;
}
