@charset "utf-8";



/* =======================================

	
　全体に共通　wrapper　header　footer　side
	

========================================== */
body {
    background: url(../img/bg.jpg) repeat;
}

#wrapper {
    margin: 0 auto;
	width: 768px;
	background: #ffffff;
}




/* header
========================================== */
#header {
	background: url(../img/main_img.jpg) no-repeat 0 1.8em;
	position: relative;
	padding-top: 1.9em;
	width: 768px;
	height: 254px;
}

#header h1 {
    position: absolute;
	bottom: 62px; left: 300px;
}


/*----- header_nav -----*/
#header_nav {
    background: #a08f75;
	width: 768px;
	height: 1.9em;
	position: absolute;
	top: 0; left:0;
}

#header_nav ul {
    float: right;
}

#header_nav li {
    float: left;
	margin-right: 1.2em;
	line-height: 2em;
}

#header li a {
    text-decoration: none;
	color: #fff;
}




/* nav
========================================== */
#nav li {
    float: left;
}




/* container
========================================== */
#container {
    background:url(../img/shadow.jpg) no-repeat;
	width: 768px;
	padding: 30px 0 15px 0;
	line-height: 1.4em;
}

#container:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#container {
  min-height: 1%;
}

* html #container {
  height: 1%;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}





/* footer
========================================== */
#footer {
	background: url(../img/fotter_back.png) repeat;
	width: 708px;
	color: #fff;
	padding: 0.5em 0 0 0;
	position: relative;
	margin: 0 30px;
	font-size: 85%;
	line-height: 1.5em;
	text-align: center;
}

#copyr {
    color: #999;
	text-align: center;
	position: relative;
	line-height: 2em;
	font-size: 85%;
}

#copyr a {
    position: absolute;
	bottom: 0; right: 30px;
	font-size: 77%;
}





































