
body {
	text-align:center;
　　　　bgcolor="#FFFF66";
	}
body a{ text-decoration : none; }
.header {
	width:100%;　/***　　ヘッダー　***/
	height:auto;
	border-style:none;
	text-align:center;
        font-size:10pt;
	padding:10px;
	}
.container {
	width:800px;
	border-style:none;
	}
.sidebar01 {
	width:120px;
	border:thin groove #4444444;
	float:left;  /***　　サイドバー　***/
	text-align:left;  
        font-size:8pt;
        height:520px; 
	padding:5px; 
        overflow-y:scroll;
	}
.content {
	width:80%;
	float:right;　/***　コンテンツ　***/
	border:thin groove #4444444;
	text-align:center;  
        font-size:10pt;
        color:#00000;
        height:520px;
        overflow-y:scroll;
	}
td { 
        font-size:9pt;
   }

.footer {
	width:100%;
	height:auto;
	border-style:none;
	clear:both; /*** フッダー　***/
	text-align:center;
        font-size:9pt;
	padding:5px;
	}
HR{
	text-align:center; 
        WIDTH:90%;
}
H1{
	font-size:8pt; 
}


