body {
  background-image: url("img/bg_body.gif");
  background-repeat: repeat-x;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

a {
  text-decoration: underline;
}

a:link {
  color: #B63D42;
}

a:visited {
  color: #7b2a2d;
}

a:active {
  color: #B63D42;
}

a:hover {
  color: #FF9933;
}


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

img{
border:0px;
}

.button{
margin-bottom:5px;
}


/*一番外側のブロック要素*/
#container {
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  width: 760px;
}


/*ヘッダー部分*/
#banner {
  background-image: url("img/bg_header.gif");
  height: 90px;
}

/*****左側メニュー部分*****/
#left {
  float: left;
  width: 200px;
  overflow: hidden;
  }

/*左側*/
.sidebar {
  padding: 10px 0px 10px 5px;
}


/*メニューボタン背景部分*/
#menu{
  background-color:#B63D42;
  width:195px;
  padding:5px;
  margin-bottom:10px;
}

/*テキスト部分（本文も）背景*/
#recent,#mail,.link-note,#onair,#links,#entry{
  background-color:#ffffff;
}


/*左側（メニュー）のタイトルバー部分*/
.sidebar h2 {
  background-image:url("img/bg_contents.png");
  background-repeat:no-repeat;
  color: #B63D42;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  text-align: left;
  font-weight: bold;
  height:25px;
  padding: 0px 0px 0px 5px;
  text-transform: uppercase;
  letter-spacing: .3em;
}


.sidebar ul {
  padding: 5px 5px 5px 5px;
  margin: 0px;
  margin-bottom: 10px;
}


.sidebar li {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  line-height: 150%;
  list-style-type: none;
}

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
}

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

.commenter-profile img {
  vertical-align: middle;
  border-width: 0;
}




/******メイン（本文）部分******/
#center {
  float: right;
  width: 540px;
  padding: 10px;
  overflow: hidden;
}

.content li ,.content h3,.content p,#search_notice{
  background-color:#ffffff;
}

.content {
  color: #B63D42;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: small;
}

.content ul {
  padding: 5px 5px 5px 5px;
  margin: 0px;
  margin-bottom: 10px;
}

.content li {
  color: #B63D42;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  list-style-type: none;
}


/*本文日付部分*/
.content h2 {
  background-image:url("img/bg_date.png");
  background-repeat:repeat-x;
  color: #B63D42;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  height:30px;
  padding: 5px 0px 0px 10px;
  letter-spacing: .3em;
}


/*本文タイトル部分*/
.content h3 {
  color: #B63D42;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  height:30px;
  padding: 5px 0px 0px 10px;
}


/*本文テキスト部分*/
.content p {
  color: #B63D42;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  padding: 5px 0px 0px 10px;
  margin-bottom: 10px;
}



/*本文「投稿者」部分*/
.content p.posted {
  color: #999999;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  border-top: 1px solid #999999;
  text-align: left;
  margin-bottom: 25px;
  line-height: normal;
  padding: 3px;
}

/*検索結果*/
.entry{
  background-color:#ffffff;
}










