@charset "utf-8";

/* ==========================================


   　共通


========================================== */

#wrapper {
	width:1000px;
	text-align:left;
	color:#666;
	margin:0 auto;
}
form{
	margin:0;
	padding:0;
}






/* header
========================================== */
#header{
	width:1000px;
}

#header ul {
    background: url(../images/main_image_bg.png) repeat-x;
	height: 67px;
	padding-left: 81px;
}

#header li {
    float: left;
}






/* container
========================================== */
#container {
/*    margin: 0 82px 0 81px;
	width: 837px;*/
}


#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 {
	border-top:1px solid silver;
	color:black;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 93%;
}













