body {
    text-align: justify;
   	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color: #000000;
	background-image: url(bg_00.jpg);
  }

#main_panel { 
	position:absolute; 
	top:50px; 
	left:100px; 
	width:760px; 
	height: 660px; 
	z-index:1;
    background: #ffffff url(scribe_startbg01.jpg) repeat-y;
    border: 1px solid silver;
}

#start_panel { 
	position:absolute; 
	top:50px; 
	left:100px; 
	width:760px; 
	height: 660px; 
	z-index:1;
    background: #ffffff url(scribe_startbg00.jpg) repeat-y;
    border: 1px solid silver;
}

#navi_panel { 
	font-size:11px;
	font-weight:bold;
	text-align:left;
	valgin:bottom;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	top:0px; 
	left:0px; 
	position:absolute; 
	width:100%; 
	height:100px;
	z-index:2; 
    background: #ffffff url(scribe_header00.jpg) repeat-y;
	border-bottom: 1px solid silver;
}

#content_panel { 
	overflow:auto;
	padding-left: 50px;
	padding-right: 50px;
	font-size:10px;
	position:absolute; 
	top:140px; 
	left:50px; 
	width:550px; 
	height: 450px; 
	z-index:3; 
}

#fuss_panel { 
	font-size:9px;
	font-weight:bold;
	text-align:center;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	top:648px; 
	left:0px; 
	position:absolute; 
	width:100%; 
	z-index:4; 
    background: #ffffff;
	border-top: 1px solid silver;
}

  h1 {
font-variant:small-caps;
    font-size: 14px;
	color: #668a76;
	letter-spacing: 0.1em;
    text-align: left;
  }
  
  h3 {
    font-size: 10px;
	font-weight: bolder;
	color: #668a76;
	letter-spacing: 0.1em;
    text-align: left;
  }

   h6 {  
    text-align: justify;
   	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	color: #000000
	}
	
	hr {
	 border: 1px dashed;
	 color: 668a76;
	}
	
	
	.mynavi{  font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; padding-left: 2px; padding-right: 2px;}
	.mybody {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; padding-left: 2px; padding-right: 2px; color: #000000}
	.mybodycolor {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; padding-left: 2px; color: #668a76}
	.mybodycolorfat {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #668a76}

a:link { color: #7b3c2e; text-decoration:none; }
a:hover { color: #ffffff; background-color:#dcdcdc; }
a:visited { color: #7b3c2e; text-decoration:none; }
a:active { color: #7b3c2e; text-decoration:none; }
a:focus { color: #7b3c2e; text-decoration:none; }




