/* ------- ■全体の中身設定------- */

body {
  color: #333;
  background-color: #BDCCDB;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

BR{letter-spacing:normal;}

/* input, textarea { */
/*  border: 1px solid #444; */
/*  font-size: 12px; */
/* } */

.btn {
  background-color:#ccc;
  color:#333;
}

form {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
}

h2 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}

blockquote {
  font-size: 12px;
  padding: 5px;
  margin: 5px;
  background-color:#f0f0f0;
  border: 2px solid #cdcdcd;
}

/* ------- ■画像部分 ------- */
.pict {
  float: right;
  border-width: 2px;
  border-style: solid;
  border:none;
}

/* ------- ■リンクの色 ------- */
a:link      { color: #369; text-decoration: none }
a:visited   { color: #336; text-decoration: none }
a:active   { color: #0033FF; text-decoration: underline }
a:hover   {color:#0033FF; text-decoration: underline;}

/* ------- ■全体の指定------- */
#inbox {
  MARGIN-LEFT: auto; 
  MARGIN-RIGHT: auto; 
  width: 780px;
  background-color: #ECECEC;
}

/* ------- ■タイトル部分 ------- */
#banner {
  background-image: url(./images/back.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-color:#486685;
  width: 780px;
  height: 160px;
  margin: 0px;
  padding: 0px;
  clear: both;
  border-bottom: 1px solid #486685;
}

#banner_l {
  text-align: left;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
}

.site_title {
  padding: 2em 0px 1em 10px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
  color: #FFF;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
}

.description {
  font-weight: bold;
  color: #FFF;
  margin: 0px 0px 10px 30px;
}

/* ------- ■左メニューカラム部分 ------- */
#sideleft {
  background-color:#7B99B8;
  float: left;
  OVERFLOW: hidden;
  width: 170px;
  padding: 5px 0px 0px 0px;
}

/* ------- ■右メニューカラム部分 ------- */
#sideright {
  background-color:#7B99B8;
  float: right;
  OVERFLOW: hidden;
  width: 170px;
  padding: 5px 0px 0px 0px;
}

/* ------- ■中央カラム部分 ------- */
#main {
  float: left;
  OVERFLOW: hidden;
  width: 440px;
}

/* ------- ■本文の枠部分 ------- */
.entryBodyset {
  width: 430px;
  margin: 0px 5px 10px 5px;
  text-align: left;
}

.entry_title {
  color: #0066CC;
  font-size: 14px;
  font-weight: bold;
  letter-spacing : 1px;
  padding: 3px 5px 3px 10px;
  border-left: 10px solid #414D7B;
  border-bottom: 1px dotted #414D7B;
}

.entry_date {
  color: #777;
  font-size: 9px;
  letter-spacing : 0px;
  text-align: right;
}

.entry_body   {
  font-size: 12px;
  line-height: 150%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 5px 5px 5px;
}

.entry_body ul{
  background-image: url(../skin/images/ya_12.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

.entry_state {
  font-size: 12px;
  color: #666666;
  margin: 20px 0px 30px 0px;
  text-align: center;
  clear: both;
}

/* ------- ■メニューの小分け部分 ------- */
.sideSet {
  width: 160px;
  margin: 0px 5px 20px 5px;
  text-align: left;
}

.linktitle   {
  padding: 4px 0px 2px 5px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  /*border-bottom: 1px dotted #FFF;*/
  background-color: #486685;
}

.linktext {
  padding: 7px 2px 8px 2px;
  font-size: 12px;
  color: #369;
  background-color: #CCC;
  line-height: 120%;
}

.linktext ul{
  background-image: url(../skin/images/ya_10.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

.linktext li {
  background-image: url(../skin/images/ya_12.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 10px;
  margin: 0px 1px 0px 0px;
  list-style-type: none;
}

/* ------- ■ページ移動リンク ------- */
.pagemove {
  font-size: 12px;
  margin:5px 0px 5px 5px;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
  font-size: 12px;
  background-color: #CCCCCC;
  padding: 0px 0px 0px 0px;
}

.search {
  color: #333;
  font-size: 10px;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

/* ------- ■ページトップ ------- */
.pagetop {
  font-size: 11px;
  text-align: right;
  margin: 0px 0px 20px 0px;
}


/* ------- ■フッター部分 ------- */
#footer {
  background-color: #486685;
  border-top: 1px solid #ccc;
  width: 770px;
}

.copyright  {
  color: #EEE;
  line-height: 130%;
  font-size: 11px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align:right;
  padding: 0px 10px 3px 0px;
  margin: 10px 0px 0px 0px;
}