#header {
	height: 60px;
}

#header_logo {
	background: #000 url('/images/header_bg.png');
	border: 2px outset gray;
	 height: 36px;
}

#header_navi {
	background: #666 url('/images/navi_back.gif') repeat;
	height: 20px;
	font-size: 12px;
}

#header_navi li {
	margin:0px;
	padding:0px;
	float:left;
	height: 20px;
	width: 120px;
	text-align: center;
}

#header_navi ul {
 	width:800px;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#header_navi a {
	display: block;
	border-right: 1px solid;
	height: 20px;
	color: white;
}

#header_navi a:hover {
	background: #800;
	
}

#header_navi .header {
	width: 150px;
}


#footer {
clear:both;
	background: #333;
	font-size:small;
	
	border-top: 2px groove gray;
	text-align: center;
	
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 1em;
}

#footer li:before {
	content: "[";
}
#footer li:after {
	content: "]";
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}
