body {
 margin : 0 ;
 padding : 0;
 text-align: center ;
 background-color : #A37238;
 font-size:90%;
 }

a {
  text-decoration: underline;
  }

a:link {
  color: #CC6600;
  }

a:visited {
  color: #CC6600;
  }

a:active {
  color: #CC6600;
  }

a:hover {
  color: #FFCC33;
  }

h1, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
 }

h2
 {
  display: none;
   }

#container {
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  width: 800px;
  background-color: #F9F3EC;
  border-right : 30px solid #8A602C;
  border-left : 30px solid #8A602C;
  border-bottom : 20px solid #8A602C;
  }

#banner {
  margin-left:40px;
  background-image : url(http://www.shinra.or.jp/about/img/staffs_title.gif);
  background-repeat : no-repeat;
  background-position : left bottom;
  height: 81px;
 }

a#banner-img {
  display: none;
  }

#banner a {
  color: #FFFFFF;
  text-decoration: none;
  }

#banner h1 {
  display: none;
  font-size: xx-large;
  }

#banner h2 {
  display: none;
  font-size: small;
  }

#content {
  color: #343434;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  margin : 10px 0px 20px 0px;
  padding : 10px;
  }

.left {
  float:left;
  width: 250px;
  overflow: hidden;
  margin : 0 ;
  padding : 0;
  text-align: center ;
 }


.right {
  /*position:relative;
  top:-200px;
  left:250px;
  width:535px;*/
  width:505px;
  overflow:hidden;
  margin-left:5px;
 }

.left p {
  color: #A37238;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: large;
  font-weight: bold;
  text-align: center;
  margin:0 auto;
  }

.extended {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  width:470px;
  /*margin-top:30px;*/
  padding-left : 23px;
  padding-bottom : 10px;
  border-left : 1px solid #A37238;
  border-bottom : 1px solid #A37238;
  font-size : 90%;
  line-height:170%;
  /*background-color : #E6D7BD;*/
}

.extended blockquote {
  line-height: 150%;
  }

.left h3 {
  padding-top: 0px;
  text-align:center;
  font-weight: bold;
  }

.photo {
  text-align: left;
  margin-bottom: 20px;
  }

textarea[id="comment-text"] {
  width: 80%;
  }

