body {
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 0.9em;
   background-color: #ffffff;
}

#main_content {
   position: absolute;
   left: 50%;
   width: 480px;
   margin-top: 15px;
   margin-left: -256px;
   padding: 15px;
   border: 1px solid #000000;
   background-color: #ffffb2;
}

h1 {
   font-size: 1.2em;
   font-weight: bold;
   color: #7c2001;
}

h2 {
   margin-top: 2em;
   margin-bottom: 0.5em;
   font-size: 0.9em;
   font-weight: bold;
   color: #7c2001;
}

p.head {
   margin: -15px;
   padding: 5px;
   font-size: 14px;
   font-weight: bold;
   border-bottom: 1px solid #000000;
   color: #000000;
   background-color: #ffd400;
}

p.tail {
   margin: -15px;
   margin-top: 15px;
   padding: 5px;
   font-size: 12px;
   text-align: center;
   border-top: 1px solid #000000;
   background-color: #ffd400;
}

p.menu {
   text-align: right;
   margin-top: 10px;
}

a.menu {
   margin: 0px;
   padding: 5px;
   font-size: 12px;
   font-weight: bold;
   border: solid #000000;
   border-width: 1px;
   background-color: #a06619;
   color: #ffffb2;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color:  #7c2001;}

p.add {
   font-size: 1.0em;
   color: #7c2001;
}

p.news {
   font-size: 0.9em;
   margin-top: -0.2em;
}

img.right {
   float: right;
   border-style: none;
}

fieldset {
   border-style: none;
}

