@charset "UTF-8";

/* header設定
   =================================================================== */
#nav {
	background:url(../images/logo.png) no-repeat;
	width:180px;
	height:200px;
	position:fixed;
	left:30px;
	top:30px;
}
#nav h1 {
	
}
#nav h1 a {
	text-indent:-9999px;
	display:block;width:180px;
	height:100px;
}
#menu_container {
	width:183px;
	height:341px;
	position:fixed;
	left:50px;
	bottom:25px;
}


#menu {

}

#menu ul {
	position:relative;
	
}
#menu li {
	position:absolute;
	left:0px;
	top: 113px;
}
#menu li#top {
	top:13px;
}
#menu li#about {
	top:48px;
}
#menu li#order {
	top:83px;
}
#menu li#blog {
	top:118px;
}
#menu li#gallery {
	top:153px;
}
#menu li#furniture {
	top:188px;
}
#menu li#contact {
	top:223px;
}
#menu li#privacy {
	top:217px;
}
#menu li#recruit {
	top:239px;
}
#menu li#fb {
	top:300px;
	left:0px;
}




/* contents設定
   =================================================================== */
#contents {
	width:903px;
	margin:50px auto;
	text-align:left;
}
#contents_container {
	margin-left:250px;
}
#contents02 {
	width:903px;
	margin:50px auto;
	text-align:left;
}
#contents_container02 {
	margin-left:0px;
}


/* footer-part 設定
   =================================================================== */

#foot {
 height:100px;
 color: #000;
 padding: 5px 0 70px;
 letter-spacing: 4px;
 text-align: center;
 position:relative;
 z-index: 1;
 font-family: "Gill Sans", "Gill Sans MT", Calibri, Helvetica, sans-serif;
}

#foot li {
 display: inline;
}

#foot a {
 color: #000;
 text-decoration: none;
}

#foot a:hover {
 color: #666;
}
