@charset "EUC-jp";

/* -------- style reset */

* {
   margin: 0px;
   padding: 0px;
   }
body {
  color: #000;
  background-color: #fff;
  }

img {
  border: none;
  }

hr {
  display: none;
  }


/* -------- common style */

body {
   width: 800px;
   line-height: 1.2em;
   color: #000000;
   background: #ffffff url("../img/bg.jpg");
   }

h1 {
   color: #ff9900;
   font-size: 24pt;
   }

h2 {
   color: #ff6600;
   font-weight: bold;
   font-size: large;
   }

h3 {
   color: #ff6600;
   }

p {
   margin-top: 10px;
   }

table {
   }

td {
   padding-left: 5px;
   }

ul {
   list-style-type: none;
   }

li {
   margin-top: 5px;
   }

dl {
   list-style-type: none;
   }

dt {
   margin-top: 10px;
   }

dd {
   margin: 5px 20px 0px;
   }

a:link {
   }

a:visited {
   }

a:hover {
   background-color: #66ff66;
   }

#container {
   margin-top: 0px;
   }

/* -------- */

#menu {
   font-size: small;
   }

#menu ul, #menu li {
   margin-top: 0px;
   }

#title {
   margin-top: 50px;
   text-align: center;
   }

#main {
   margin: 50px 50px 0px;
   }

#footer {
   margin-top: 40px;
   text-align: center;
   }

/* -------- */

.clear {
   clear: both;
   }

.red {
   color: #ff0000;
   }

.orange {
   color: #ff6600;
   }

.green {
   color: #338833;
   }

.bold {
   font-weight: bold;
   }

.section {
   margin-top: 30px;
   }

.center {
   text-align: center;
   }
