/* ------- ■全体の中身設定------- */
body {
  background-image: url(../skin/images/kabe.gif);
  background-color: #ｆｆｆ;
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 1.25em;
  margin: 0px;
}

h2 {
  font-size: 1em;
  margin: 0px;
}

/* ------- ■リンクの色 ------- */
a:link {
  color: #556B2F;
  text-decoration: none;
}

a:visited {
  color: #556B2F;
  text-decoration: none;
}

a:hover {
  color: #b27e59;
  text-decoration: underline;
}

/* ------- ■左メニューカラム部分 ------- */
#sidebox {
  width: 170px;
  background-color: #fff;
  margin-top: 20px;
}

/* ------- ■中央カラム部分 ------- */
.mainbox {
  width: 580px;
  background-color:#FFFFFF;
}

/* ------- ■タイトル部分 ------- */
#banner {
  margin: 0;
  /* padding: 8px 10px; */
  border-top: 5px solid #1E4B30;
}

#banner2 {
  margin: 0;
  padding: 2px 16px 2px 2px;
  background-color: #FF6600;
  border-bottom: 4px solid #1E4B30;
  font-size: 0.75em;
  font-family: Verdana, Arial, sans-serif;
  color: #fff;
  letter-spacing: 0.15em;
}

#banner2 a:link {
  color: #fff;
  text-decoration: none;
}

#banner2 a:visited {
  color: #fff;
  text-decoration: none;
}

#banner2 a:hover {
  color: blue;
  text-decoration: none;
}

.description {
  font-weight: normal;
  color: #777;
  margin: 10px 30px 10px 30px;
}

/* ------- ■本文の枠部分 ------- */
.main {
  OVERFLOW: hidden;
  background-color:#FFFFFF;
  width: 540px;
}

.entryBodyset {
  width: 520px;
  margin: 20px 10px 10px 10px;
  text-align: left;
  clear: both;
}

.entry_title {
  color: #3BA04B;
  font-size: 0.75em;
  font-weight: bold;
  padding: 4px 5px;
  /* border-left: 5px solid #CECF9C; */
  border-bottom: 1px solid #3BA04B;
}

.entry_date {
  color: #777;
  font-size: 9px;
  font-weight: normal;
}

.entry_body   {
  font-size: 0.75em;
  line-height: 150%;
  margin: 15px 10px 5px;
}

.entry_body ul{
  background-image: url(../skin/images/no11_1.gif);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

.entry_CTTB {
  color: #777;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing : 1px;
  padding: 3px 5px 3px 10px;
  border-left: 5px solid #CC9999;
}

.entry_CTTB a, .entry_CTTB a:link, .entry_CTTB a:visited, .entry_CTTB a:active {
  color:#777;
  text-decoration:none;
}

.entry_state {
  font-size: 0.625em;
  color: #666;
  text-align: right;
  border-top: 1px solid #CECF9C;
  clear: both;
  padding: 3px;
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
}

.entry_state a:link, a:visited {
  color: #556B2F;
  text-decoration: none;
}

.entry_state a:hover {
  color: #FF8C00;
  text-decoration: none;
}

/* ------- ■メニュー部分 ------- */
.seachtitle {
  padding: 0 10px;
  font-size: 0.75em;
  font-weight: bold;
  color: #444;
  text-align: left;
}

.list {
  width: 170px;
  padding: 0;
  background-color: #3BA04B;
  color: #fff;
}

.list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.list li {
  font-size: 0.75em;
  padding: 6px 10px;
  /* width: 170px; */
  border-bottom: 1px solid #fff;
  list-style-type: none;
}

.list li a:link {
  color: #fff;
  text-decoration: none;
}

.list li a:visited {
  color: #fff;
  text-decoration: none;
}

.list li a:hover {
  color: #FF6600;
  text-decoration: none;
}

/* ------- ■ページ移動リンク ------- */
.pagemove {
  font-size: 0.75em;
  margin: 0px 10px 0px 10px;
}

/* ------- ■ページトップへリンク ------- */
.pagetop {
  font-size: 0.75em;
  text-align: right;
  margin: 0px 10px 0px 0px;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
  font-size: 0.75em;
  padding: 2px;
}

.search {
  color: #333;
  font-size: 0.625em;
  margin: 0;
}

.info {
  color: #fff;
  font-size: 0.75em;
  line-height: 140%;
  text-align: left;
  margin: 0px;
  padding: 8px 10px;
  font-family: Verdana, Arial, sans-serif;
  background-color: #1E4B30;
}

/* ------- ■フッダー部分 ------- */
#footer {
  color: #1E4B30;
  font-size: 0.625em;
  text-align: center;
  margin: 0px;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  border-top: 2px solid #1E4B30;
}