<!--
HTML {
  height: 100%;
  width: 100%;
  display:table;
}
BODY {
  margin:0;
  height: 100%;
  display: table-cell;
 vertical-align: middle;
  text-align:center;
   //*
  behavior: expression(
	this.currentStyle.getAttribute("display")=="block" && (
		heightBase = document.createElement('div'),
		heightBase.className = 'heightBase',
		this.appendChild(heightBase),
		this.style.behavior = "none"
	)*//
);
}
<!--
#wrapper{
  padding:0px;
  margin:0px auto;
  width:900px;
  height:800px;
}
#header{
background-color:#FFFF99;
background-repeat:no-repeat;
font-family:メイリオ;
font-size:16;
margin:0px;
padding:0px 0px 0px 0px;
height:120px;;font-color:#ff0000
}
#Flash_1{
  background-color: #ffffff;
  padding:0px;
  margin:0px;
  width:660px;
  height:240px;
  position: relative;
  top: 0px;
  left: 0;
  float:right;
   padding:  -20px;
  }
#item_1{
background-color:#fef6e9;
background-image:url(images/sample_660_200.jpg);
background-repeat:no-repeat;
  font-color:#ff0000;
  font-family: メイリオ;
  font-size:16;
margin:0px;
padding:0px;
width:660px;
height:auto;
float:right;
position:relative;
top:0px;
left:0
}
#item_2{
background-color:#fef6e9;
background-image:url(images/sample_660_188.jpg);
background-repeat:no-repeat;
font-family:メイリオ;
font-size:16;
margin:0px;
padding:0px;
width:660px;
height:480px;
float:right;
position:relative;
top:0px;
left:0;;font-color:#ff0000
}
#left_sidebar{
  background-color: #ffffff;
  padding:0px 0px 0px 0px;
  margin:0px;
  width:240px;
  height:400px;
  float:left;
  clear:both;
}

#footer{
  background-color: #ffffcc;
  font-color:#ff0000;
  font-family: メイリオ;
  font-size:10;

  height:100px;
  padding:0px;
  margin:0px;
  position: relative;
  top: 0px;
  left: 0;
  text-align:center;
  clear:both;
}

/*        menu V2        */

*{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 240px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;

	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 48px;
	line-height:320%;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	font-family: メイリオ;
	font-size:16;
	color: #ffffff;
	display: block;
	background: url(images/pb_image3.png);
	background-repeat:no-repeat;
	line-height:320%;
       text-align:left;
	padding: 0px 0px 0px 0px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(images/pb_image3.png) 0 -48px;
	background-repeat:no-repeat;
  	text-align:left;
	line-height:320%;
	padding: 0px 0px 0px 0px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(images/pb_image3.png) 0 -96px;
	background-repeat:no-repeat;
  	text-align:left;
	line-height:320%;
	padding: 0px 0px 0px 0px;
	}
-->

