<!--
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:1000px;
}
#header{
background-color:#CCFF99;
background-repeat:no-repeat;
font:メイリオ;
font-size:26px;
font-style:normal;
text-align:left;
margin:0px;
padding:0px 0px 0px 0px;
padding-top:12px;
padding-left:20px;
height:120px
}
#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: #ffffff;
  padding-top:12px;
  font-color:#555555;
  font-family: メイリオ;
  font-size:16;
  width:660px;
  height:280px;
  position: relative;
  float:right;

}
#item_H100{
  background-color: #ffffff;
  padding-top:12px;
  font-color:#555555;
  font-family: メイリオ;
  font-size:18;
  width:660px;
  height:auto;
  position: relative;
  float:right;

}
#item_1{
background-color:#ffffff;
  font-color:#555555;
  font-family: メイリオ;
  font-size:17;
margin:0px;
padding:0px;
width:660px;
height:auto;
float:right;
position:relative;
top:0px;
left:0
}
#item_2{
background-color:#fff0f5;
  font-color:#555555;
  font-family: メイリオ;
  font-size:16;
margin:0px;
padding:0px;
width:660px;
height:260px;
float:right;
position:relative;
top:0px;
left:0
}
#item_3{
background-color:#ffffff;
  font-color:#555555;
  font-family: メイリオ;
  font-size:13;

margin:0px;
padding:0px;
width:660px;
height:550px;
float:right;
position:relative;
top:0px;
left:0
}

#left_sidebar{
  background-color: #ffffff;
  padding-top:12px;
  margin:0px;
  width:240px;
  height:400px;
  float:left;
  clear:both;
}

#footer{
  background-color: #ffffcc;
  font-color:#ff0000;
  font-family: メイリオ;
  font-size:12;

  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: #ffffff;
	border-size: 1px;
	border-width: 1px;

	}
	
#menu li a {

  	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
color:#999999;
background:url(pb_img/pb_bas.jpg);
background-repeat:no-repeat;
font-family:メイリオ;
font-size:13;
text-align:left;
padding:0px;
padding-left:20px;
display:block
}
	
#menu li a:hover {
	color: #00ff00;
	background:url(pb_img/pb_bas.jpg);
	background-repeat:no-repeat;
  	text-align:left;
	padding-left:20px;
	}
	
#menu li a:active {
	color: #26370A;
	background:url(pb_img/pb_bas.jpg);
	background-repeat:no-repeat;
  	text-align:left;
	padding-left:20px;
	}

#in_menu {
	width:500px;
	border-style: solid solid none solid;
	border-color: #ffffff;
	border-size: 1px;
	border-width: 1px;

	}
	
#in_menu li a {

  	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	}	
	
#in_menu li a:link, #in_menu li a:visited {
color:#999999;
background:url(pb_img/pb_bas.jpg);
background-repeat:no-repeat;
font-family:メイリオ;
font-size:13;
text-align:left;
padding:0px;
padding-left:20px;
display:block
}
	
#in_menu li a:hover {
	color: #00ff00;
	background:url(pb_img/pb_bas.jpg);
	background-repeat:no-repeat;
  	text-align:left;
	padding-left:20px;
	}
	
#in_menu li a:active {
	color: #26370A;
	background:url(pb_img/pb_bas.jpg);
	background-repeat:no-repeat;
  	text-align:left;
	padding-left:20px;
	}
	
/*テーブルセット*/
#tbl_setA{
	border:#330000 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#330000 solid 1px;
	background:url(images/bg_th_a.gif);
	font-family:メイリオ;
	font-size:12;
	text-align:center;
	padding:2px;
	color:#330000;
	text-align:center;
	}
#tbl_setA td{
	border:#330000 solid 1px;
	font-family:メイリオ;
	font-size:12;
	text-align:center;
	padding:2px;
	color:#333333;
	}

-->
