body{
    font-family: arial;line-height: 1.2em; width: 100%; margin: 0; background: #ffeeee;
}
div#headerWrap {
	border-top : 3px #3397bc solid;
}
div#header {
	width : 900px;
	margin : 10px auto;
	float : none;
	min-height: 1px;
}
div#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 髱櫁｡ｨ遉ｺ縺ｫ */
}
* html div#header {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div#container {
	position : relative;
	min-height : 100%;
}


div#headerlogo {
	float : left;
}
div#headercontact {
	float : right;
	color : #333;
	font-size : 1.2em;
	font-weight : bold;
	text-align : right;
}

div#menuWrap {
	background-repeat : repeat-x;
	position : relative;
	z-index : 1;
}
div#menuWrap:after {
	height : 5px;
	background-repeat : repeat-x;
	content : "";
	display : block;
}
div#menuNavi {
	width : 900px;
	height : 45px;
	margin : 0 auto;
	padding : 0;
	float : none;
}
div#menuNavi ul {
	width : 900px;
	height : 45px;
	margin : 0;
	padding : 0;
	list-style : none;
}
div#menuNavi li {
	width : 179px;/*224px*/
	height : 45px;
	margin : 0 -1px 0 0;
	padding : 0;
	display : block;
	border-right : 1px #ccc solid;
	border-left : 1px #ccc solid;
	//box-sizing : border-box;
	float : left;
	font-size : 1.5em;
	/*font-weight : bold;*/
	text-align : center;
	line-height : 45px;
}


div#dropmenu{
  list-style-type: none;
  width: 800px;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}

