div.header {
  width: 100%;
}
div.newsgrp {
 position:relative;
 width:640px;
 height:80px;
 margin: 10px;
 border-style:
 solid; border-width:1px;
 background: #FFFFCC;
}
div.news {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 630px;
  height = 70px;
  background: #FFFFCC;
  z-index: 1;
  font size=12px;
}

p {
	margin-top : 4px;
	margin-bottom : 4px;
}

h1,h2,h3,strong {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000080;
	margin-top : 0px;
	margin-bottom : 0px;
}
td {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

div.biglogo {
 position: relative;
 left: 50px;
}

div.msgleft {
 position: relative;
 float: left;
 left: 10px;
 width: 330px;
}

div.msgright {
 position: relative;
 float: left;
 left: 30px;
 width: 330px;
}

p.syscomment {
 position: relative;
 left: 70px;
 width: 550px;
}

