  body {
	margin: 0;
	padding: 0;
	background-color: #E2CCFF;
}
  #body-box {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	font-family: arial;
	z-index: 99	;
  }
  .background-box {
    position: absolute;
	height: 118px;
	width: 100%;
	background-color: #FFC7FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF99B8;
	border-bottom-width: 1px; 
	border-bottom-color: #FF99B8;
	z-index: 10; 
  }
  .content-box {
	position: absolute;
	width: 490px;
	min-height: 440px;
	top: 120px;
	left:200px;
	background-color: white;
	padding: 5px;
	background-color: #FFFFFF;
  }
  .left-navi-box {
	position: absolute;
	width: 190px;
	min-height: 440px;
	top: 120px;
	left:0px;
	padding: 5px;
	font-size: 10pt;
	background-color: #FFFFFF;
  }
  .header-box {
	position: absolute;
	width: 880px;
	height: 98px;
	top: 0px;
	left:0px;
	padding:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF99B8;
	background-color: #FFB3FF;
	border-bottom-width: 1px;
	border-bottom-color: #FF99B8;
  }
  .right-navi-box {
	position: absolute;
	width: 190px;
	min-height: 440px;;
	top: 120px;
	left:700px;
	padding: 5px;
	font-size: 10pt;
	background-color: #FFFFFF;
  }
  a {
	font-weight: bold;
	color: #BF86BF;
	padding-right: 2px;
	padding-left: 2px;
  }
  a:hover {
	text-decoration: underline;
	background-color: #FF99FF;
	color: #BF86BF;
  }
  h1 {
	color: #6535A6;
	line-height: 20px;
	font-style: italic;
	display: block;
  }
  h3 {
  padding-top: 10px;
  color: #6535A6;
  line-height: 20px;
  }
  legend {
	color: #6535A6;
	font-weight: bold;  
  }
  fieldset {
	border-width: 1px;
	border-style: solid;
	border-color: #FF99B8;
	padding: 5px;
  }
