h1 {padding: 0;margin: 0 20px;}
body {
  background-color: #F6F6F6;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
#container {
  width:790px;
  margin: 0 auto;
  margin-top:20px;
}

#head {
  background: url("/images/header.png") top center no-repeat;
  width: 770px;
  color: #F6F6F6;
  padding: 5px 10px 0 10px;
  line-height: 50px;
  height: 50px;
}

#menu {
  list-style: none;
  height: 25px;
  line-height: 25px;
  width: 770px;
  padding: 0 10px;
  margin: 0 auto;
  font-size: 0.9em;
  background: url('/images/menu.png') top center repeat-y;
}

  #menu li {
    float: left;
    margin-left: 20px;
  }
  
    #menu li a {
      text-decoration: none;
      color: #FFF;
    }
    
    #menu li.active {
      background: url('media/site/active_link.png') top center no-repeat;
    }

#content {
  float:left;
  clear:both;
  width: 770px;
  padding: 0 10px;
  background: url('/images/background.png') top center repeat-y;
}

#main-content {
  margin: 10px 10px 0 10px;
  padding: 10px;
  background-color:#E3E7EB;
}

#main-content.two-column {
  width: 542px;
  margin: 10px 0 0 10px;
  padding: 10px;
  float:left;
  background-color:#E3E7EB;
}

#additional-content {
  padding: 10px;
  width: 178px;
  float: right;
}

#footer {
  clear:both;
  background:url('/images/footer.png') #F6F6F6 top center no-repeat;
  line-height:35px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 0.8em;
  color: #A3B2BF;
}

div.post span.date {
  color: #2C1E12;
  font-size:1.5em;
}

div.post p {
  margin: 10px;
}

div.post a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed #000;
}

div.post a:hover {
  color: #999;
  border-bottom-color: #999;
}

a img {
  border: none;
}

h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.center {
  text-align: center;
}

.notice {
  color: red;
  font-weight: bold;
}


label {
  display:block;
  font-size: 1.3em;
}

.text_field, .text_area {
  margin-bottom: 15px;
}
.text_field input {
  border: 1px solid #999;
  padding: 5px;
  font-size: 1.3em;
  width: 400px;
}

textarea {
  font-size: 1.3em;
  width: 500px;
  height: 300px;
  padding: 5px;
}