html {height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
}

body {margin: 0px;
padding: 0px;
text-align: center;
background-image: url('../tojyo/image/shadow.gif');
background-repeat: repeat-y;
background-position:  center 50%;
background-color: #ffffcc;
}

body {height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
background: #fff url('../tojyo/image/back.bmp') repeat;  	
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:800px;
	margin: 0 auto;
	text-align: centert;
  	background: #fff url('../tojyo/image/shadow.gif') repeat-y center;
}

#layout {
text-align: left;
width: 760px;
margin: 0 auto;
padding-bottom: 10px;
}

#contents { 
float: clear;
margin:0px 20px 20px 20px;
width : 720px ;
 }
 
#footer {
   text-align: center;
   padding-top: 5px;
   height: 18px;
   width: 760px;
   position: absolute;
   bottom: 0;
   background-color: #ffcc00;
   font-size: 13px;
	} 
 
#navigation {
font-size: 16px;
margin-top:0em;
margin-bottom:10px;
float : left ; 
width : 760px ;
background-color: #ffcc00;
 }

#navigation ul {
margin:0;
padding:0;
list-style: none;
}

#navigation li	{
margin:0;
padding:0;
list-style: none;
float: left;
text-align: center;
font-weight: bold;
border-right: solid 2px #f0e68c;
border-left: solid 1px #f0e68c;
}

#navigation li.select a	{
display: block;
padding: 5px 10px;
background: #8fbc8f;
text-decoration: none;
border-bottom: solid 1px #cccccc;
color: black;
}

#navigation li.select a:hover	{
display: block;
padding: 5px 10px;
background: #8fbc8f;
text-decoration: none;
border-top: solid 0px;
border-bottom: solid 0px;
color: black;
}


#navigation li a	{
display: block;
padding: 5px 10px;
background: #ffcc00;
text-decoration: none;
border-bottom: solid 1px #f0e68c;
color: black;
}


#navigation li a:hover	{
color: #FF9900;
background-color: #FFF;
padding: 5px 10px;
text-decoration: none;
border-top: solid 1px #FFF;
border-bottom: solid 0px;
}


h1{
margin: 0;
padding: 0;
background: #fff  url('../tojyo/image/tojyologo.gif') no-repeat top center; 
width: 760px ;
height: 80px ;
}

h1 span  {
display: none;
}


span {text-decoration: underline;}

p {margin-bottom:5em;
}

p.answer 
{font-size: small;
 margin-bottom:1em;
}

p.tolist
{margin-bottom:1em;
}

span.tolist
{border-color: #ff9900;
border-width: 2px;
border-style:solid;
}

h2 {
border-color: #FF9900;
border-width: 0px 0px 2px 0px;
border-style: solid;
}

h3 {padding-left: .2em;
padding-top: .2em;
background-color: #FFCC00
}