* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eeeeee;
  color: #000000;

  font-family: Verdana, sans-serif;
  font-size: 12px;

  background: url("img/bg.gif") repeat-x scroll 0 0 #E3E3E3;
}

div.head {
  height: 80px;
  background: url("img/header_bg.gif");

  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
}

div.logo {
  padding-top: 25px;
}

div.foot {
  clear: both;
  color: #666666;
  font-size: 10px;
  text-align: center;
  height: 15px;
  background-color: #000000; 
  background: url("img/header_bg.gif");
}

div.content {
  margin: 100px auto;
  width: 800px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

div.text {
  float: left;
  width: 60%;
  margin-right: -5%;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

div.text p {
  margin-bottom: 15px;
}

div.text h1 {
  font-size: 18px;
  color: #ff6a20;
  margin-bottom: 10px;
}

div.text h2 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  border-bottom: 1px solid #ff6a20;
  margin-top: 10px;
}

div.text ul li {
  list-style-type: square;
  list-style-image: url("img/square.gif");
  list-style-position: inside;
}

div.text ul.index1 {
  margin-bottom: 10px;
}

div.text ul.index2 {
  padding-left: 15px;
}

div.mainmenu {
  width: 100%;
  background-color: #111111;
  text-align: center;
}

div.mainmenu ul li {
  list-style-type: none;
  display: inline;
  text-decoration: none;
}

div.mainmenu ul li a {
  color: #bbbbbb;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

div.mainmenu ul li a:hover {
  background-color: #333333;
}

div.menu {
  margin-left: -1px;
  float: right;
  width: 25%;
  padding-top: 25px;
  margin-bottom: 25px;
}

div.menu a {
  color: #ff6a20;
  text-decoration: none;
}

div.menu ul li {
  list-style-type: none;
  padding-left: 10px; 
}

div.menu h1 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 15px;
}

div.box {
  border: 1px dashed #000000;
  padding: 10px;
}

textarea {
  font-size: 18px;
  width: 700px;
  height: 400px;
}

a {
  color: #ff6a20;
}

a.small {
  color: #ff6a20;
  font-size: 10px;
}

a.foot_link {
  color: #666666;
  font-size: 10px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

pre.code {
  background-color: #eeeeee;
  overflow: auto;
  padding: 5px;
}

p.date {
  text-align: right;
  font-size: 0.8em;
}

