/* ------- ■全体の中身設定------- */
body {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}

#box {
  border-left: 1px solid #ccc;
  /* border-right: 1px solid #ccc; */
  width: 750px;
}

#shadow {
  background-image: url(../skin/images/shadow.jpg);
  background-repeat: repeat-y;
  width: 8px;
}

form {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 1.25em;
  margin: 0px;
}

h2 {
  font-size: 1em;
  margin: 0px;
}

/* ------- ■リンクの色 ------- */
a:link {
  color: #728F3F;
  text-decoration: none;
}

a:visited {
  color: #728F3F;
  text-decoration: none;
}

a:hover {
  color: #D81230;
  text-decoration: underline;
}

/* ------- ■左メニューカラム部分 ------- */
#sidebox {
  width: 180px;
  background-color: #fff;
  padding: 10px
}

/* ------- ■中央カラム部分 ------- */
.mainbox {
  width: 560px;
  background-color:#FFFFFF;
}

/* ------- ■タイトル部分 ------- */
#banner {
  width: 750px;
  height: 200px;
  background-image: url(../skin/images/title_img.jpg);
  border-top: 4px solid #990000;
  border-bottom: 10px solid #999;
  margin: 0;
  padding: 0;
}

.banner_navi {
  margin-top: 160px;
  margin-left: 25px;
  font-size: 0.8em;
  letter-spacing: 0.15em;
  font-family: Verdana, Arial, sans-serif;
  color: #555;
}

.banner_navi a:link {
  color: #555;
  text-decoration: none;
}

.banner_navi a:visited {
  color: #555;
  text-decoration: none;
}

.banner_navi a:hover {
  color: #D81230;
  text-decoration: none;
}

.description {
  font-weight: normal;
  color: #777;
  margin: 10px 30px 10px 30px;
}

/* ------- ■本文の枠部分 ------- */
.main {
  OVERFLOW: hidden;
  background-color:#FFFFFF;
  width: 530px;
}

.entryBodyset {
  width: 510px;
  margin: 15px 15px 10px 5px;
  text-align: left;
  clear: both;
}

.entry_title {
  color: #728F3F;
  font-size: 0.75em;
  font-weight: bold;
  padding: 6px 8px;
  border-bottom: 2px dotted #728F3F;
}

.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: 10pt;
  font-weight: bold;
  color: #444;
  text-align: left;
}

.list {
  width: 164px;
  height: 40px;
  /* background-image: url(../skin/images/cell.jpg); */
  background-repeat: no-repeat;
  border-top: 1px solid #728F3F;
  border-left: 1px solid #728F3F;
  border-right: 1px solid #728F3F;
  color: #555;
  font-weight: bold;
}

.list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.list li {
  font-size: 10pt;
  padding: 10px 10px 11px;
  width: 180px;
  list-style-type: none;
  background-repeat: no-repeat;
  border-bottom: 1px solid #728F3F;
  color: #728F3F;
}

.list li a:link {
  color: #728F3F;
  text-decoration: none;
}

.list li a:visited {
  color: #728F3F;
  text-decoration: none;
}

.list li a:hover {
  color: #D81230;
  text-decoration: none;
}

/* ------- ■ページ移動リンク ------- */
.pagemove {
  font-size: 0.75em;
  margin: 0px 0px 15px 0px;
}

/* ------- ■ページトップへリンク ------- */
.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;
}

/* ------- ■フッダー部分 ------- */
#footer {
  color: #fff;
  font-size: 0.625em;
  text-align: center;
  background-color: #990000;
  padding: 4px 0px;
  font-family: Verdana, Arial, sans-serif;
}