*{margin:0px; padding:0px;}
BODY{
	background-color : #ffffff;
	scrollbar-face-color: #ffffff;       /* 表面の色 */
	scrollbar-3dlight-color: #ffffff;    /* 左端と上端の色 */
	scrollbar-highlight-color: #000099;  /* ハイライトの色 */
	scrollbar-shadow-color: #000099;     /* 影の色 */
	scrollbar-darkshadow-color: #ffffff; /* 右端と下端 */
	scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
	scrollbar-track-color: #ffffff;      /* バーの背景の色 */
}
.menu{
	width : 20%;
	height : 80%;
	left : 0px;
	top : 10%;
	position : fixed;
	overflow: auto;
	background-color:#ffffff;
	padding:10px;
}
.menu h4{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:0px 0px 1px 18px;
	padding-left:5px;
	border-color:#99CCFF;
	color:#000099;
	text-align:left;
}
.menu p{padding:5px;}
.menu ul{margin-left:1em;}
.menu li{
	margin-left:1em;
	list-style-type:none;
}
.menu a:visited {
	color:#0033ff;
	text-decoration:underline;
}
.bar{
	width : 100%;
	height : 10%;
	left : 0px;
	top : 0px;
	position : fixed;
	overflow: auto;
	z-index : 2;
	background-image : url(http://mochi.hustle.ne.jp/img/head_bg3.jpg);
	border-bottom:1px solid #000099;
}
.bar a:visited {
	color:#000099;
	text-decoration:underline;
}
.bar2{
	width : 100%;
	height : 10%;
	left : 0px;
	top : 0px;
	position : fixed;
	overflow: auto;
	z-index : 2;
	background-image : url(http://mochi.hustle.ne.jp/img/head_bg4.jpg);
	border-bottom:1px solid #000099;
}
.bar2 a:visited {
	color:#000099;
	text-decoration:underline;
}
.main{
	width : 78%;
	top : 10%;
	left : 22%;
	position : absolute;
	background-color : #ffffff;
	z-index : 1;
	padding:10px;
	font-size:13px;
	/*font-size:x-small;*/
	line-height:1.3;
}
.main p{
	padding-bottom:5px;
}
.main ul{
	margin-left:30px;
}
.main h3{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:0px 0px 1px 25px;
	border-color:#99CCFF;
	text-align:left;
	color:#000099;
	margin-bottom:5px;
	padding:1px 1em;
	/*background-color:#99CCFF;*/
}
.main h5{
	color:#000099;
	margin-bottom:2px;
}
.main a:visited {
	color:#ff3399;
	text-decoration:underline;
}
.main TABLE{
	/*font-size:12px;*/
	font-size:x-small;
}
.foot{
	width : 100%;
	height : 10%;
	left : 0px;
	top : 90%;
	position : fixed;
	overflow: auto;
	z-index : 2;
	background-image : url(http://mochi.hustle.ne.jp/img/head_bg3.jpg); 
	border-top:1px solid #000099;
}
.foot h4{
	color:#000099;
	padding-bottom:3px;
}
.foot2{
	width : 100%;
	height : 10%;
	left : 0px;
	top : 90%;
	position : fixed;
	overflow: auto;
	z-index : 2;
	background-image : url(head_bg4.jpg); 
	border-top:1px solid #000099;
}
.foot2 h3{
	color:#000099;
	padding-bottom:3px;
}
.noborder{
	border-style:none;
}

blockquote {
	background-color: #F0F8FF;
	padding: 5px;
	color: #333;
	font-size: 85%;
}

<!--[if gte IE 5 ]> /* IE5以上に適用させるCSS */
BODY{
	width : 100%;
	margin : 0px;
	overflow : hidden;
	padding : 0px;
}
.menu{
	position : absolute ! important;
}
.bar{
	position : absolute ! important;
}
.bar2{
	position : absolute ! important;
}
.main{
	height : 80%;
	overflow: auto;
}
.foot{
	position : absolute ! important;
}
.foot2{
	position : absolute ! important;
}
<![endif]-->
