/* ------- ■全体設定------- */
body {
  margin: 0px;
  padding: 0px;
  font-size: 90%;
  line-height: 190%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  background-color: #FFF;
  color: #333;
  background-image: url(../../img/main/bg.gif);
  background-repeat: repeat-y;
  background-position: center top;
}

td,th {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color: #333;
}
#box {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
#container {
  width: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  text-align: center;
  padding: 0px;
  position: relative;
  text-align: left;
}

/* header */
#header_top {
  margin: 0px;
  padding: 0px;
  height: 85px;
  width: 900px;
  background-repeat: no-repeat;
  background-image: url(../../img/main/header_top.gif);
}
#header_top a {
  display: block;
  width: 900px;
  height: 85px;
  text-decoration: none;
}


input, textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  border: 1px solid #999;
  font-size: 12px;
}

.btn {
  background-color:#b7a2a2;
  color:#fff
}


form {
  padding: 0px;
  margin: 0px;
}

blockquote {
  font-size: 11px;
  color: #333333;
  padding: 7px;
  margin: 5px 5px 5px 5px;
  border-left: 3px solid #CCCCCC;
}

h1 {
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  text-indent: -9999px;
}

h2 {
  font-size: 12px;
  margin: 0px;
}

/* ------- ■画像部分 ------- */
.pict {
  float: right;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
}

/* ------- ■リンクの色 ------- */
/* メインリンク */
a:link {
  color: #2C66FF;
  text-decoration: none;
}
a:visited {
  color: #2C66FF;
  text-decoration: none;
}
a:hover {
  color: #2C66FF;
  text-decoration: underline;
}
a:active {
  color: #2C66FF;
  text-decoration: underline;
}


/* トピックスリンク1 */
#top_topics_comment a:link {
  color: #00F;
  text-decoration: underline;
}
#top_topics_comment a:visited {
  color: #00F;
  text-decoration: underline;
}
#top_topics_comment a:hover {
  color: #9CF;
  text-decoration: underline;
}
#top_topics_comment a:active {
  color: #9CF;
  text-decoration: underline;
}

/* パンくず */
.pankuzu {
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  height: 26px;
  width: 660px;
  line-height: 26px;
}
.pankuzu a:link {
  color: #2C66FF;
  text-decoration: none;
}
.pankuzu a:visited {
  color: #2C66FF;
  text-decoration: none;
}
.pankuzu a:hover {
  color: #2C66FF;
  text-decoration: underline;
}
.pankuzu a:active {
  color: #2C66FF;
  text-decoration: underline;
}

/* ブルーリンク */
a.link_bule:link {
  color: #00F;
}
a.link_bule:visited {
  color: #00F;
}
a.link_bule:hover {
  color: #9CF;
  text-decoration: underline;
}
a.link_bule:active {
  color: #9CF;
  text-decoration: underline;
}


/* アンダーバー無し */
a.under_non:link {
  text-decoration: none;
}
a.under_non:visited {
  text-decoration: none;
}
a.under_non:hover {
  text-decoration: none;
}
a.under_non:active {
  text-decoration: none;
}



/* ------- ■全体のくくり------- */
#inbox {
  PADDING: 0px; 
  margin: 0px;
  MARGIN-LEFT: auto; 
  MARGIN-RIGHT: auto; 
  width: 100%;
  background-color: #fff;
}

/* ------- ■左カラム部分 ------- */
#side {
  float: left;
  OVERFLOW: hidden;
  width: 220px;
  background-color: #fff;
}

/* ------- ■メインカラム部分 ------- */
#main {
  float: right;
  OVERFLOW: hidden;
  width:660px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* ------- ■記事の枠部分 ------- */
.entryBodyset {
  clear: both;
  width: 100%;
  margin: 0px 0px 15px 0px;
  background-color: #fff;
  text-align: left;
}

.entry_title {
  color: #333;
  font-weight: bold;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  padding: 10px 0px 0px 15px;
}
.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active {color:#333; text-decoration:none;}
.entry_title a:hover {color: #ccc; text-decoration: none;}


.entry_body {
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  margin: 15px 30px 15px 15px;
}

.entry_date {
  color: #000;
  font-size: 110%;
  line-height: 100%;
  text-align: left;
  font-weight: bold;
  letter-spacing : 1px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  padding: 0px 3px 6px 15px;
  border-bottom: 1px solid #999;
}

.entry_author {
  color: #999999;
  font-size: 10px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  text-align: right;
  margin: 0px 15px 0px 0px
}

.entry_state {
  color: #333333;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  margin: 10px 0px 30px 15px;
  text-align: left;
  clear: both;
}

/* ------- ■メニューの小分け部分 ------- */
.sideSet {
  width: 100%;
  margin: 20px 0px 20px 0px;
  text-align: left;
}

.linktitle {
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #999;
  padding: 4px 0px 2px 5px;
}

.linktext {
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 12px;
  color: #333;
  line-height: 150%;
  padding: 10px 10px 5px 10px;
}

.linktext ul {
  color: #333;
  list-style-type: square;
  padding: 0px 0px 0px 15px;
  margin: 0px;
}


/* ------- ■ページ移動リンク ------- */
.pagearea {
  font-size: 12px;
  margin:10px 15px 10px 15px;
}
.pagearea a,
.pagearea a:link,
.pagearea a:visited,
.pagearea a:active,
.pagearea a:hover {
  text-decoration: underline;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
  text-align: left;
  margin: 60px 0px 20px 20px;
}

.search {
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 12px;
}

.search input {
  border: 1px solid #666;
}

/* ------- ■カレンダー部分 ------- */
.calendar {
  padding: 4px 2px 5px 2px;
  font-size: 11px;
  color: #333;
  letter-spacing : 1px;
  line-height: 120%;
}

.cell {
  color: black;
  font-size: 10px;
  font-family: Verdana;
  margin: 0px;
  width: 25px;
  height: 20px
}

.cell_today {
  color: #4682B4;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  border: 1px dotted #7289a3;
  margin: 0px;
  width: 25px;
  height: 20px
}

.cell_sunday {
  color: #c00;
  font-size: 10px;
  font-family: Verdana;
  margin: 0px;
  width: 25px;
  height: 20px
}

.cell_saturday {
  color: #000099;
  font-size: 10px;
  font-family: Verdana;
  margin: 0px;
  width: 20px;
  height: 20px
}






/* ------- ■フッダー部分 ------- */
/* footer */
#footer_1 {
  width: 900px;
  text-align: right;
  font-size: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 13px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 12px;
}
#footer_2 {
  width: 900px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
address {
  color: #999;
  text-align: right;
  font-size: 12px;
  margin: 0px;
  line-height: 12px;
  font-style: normal;
  font-family: Verdana, Geneva, sans-serif;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/* その他 */
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
  clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
html {
  overflow-y: scroll;
}
img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.page_top_box {
  width: 900px;
  height: 20px;
  clear: both;
  padding: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.page_top {
  width: 84px;
  margin: 0px;
  padding: 0px;
  height: 20px;
  background-image: url(../../img/main/page_top.gif);
  background-repeat: no-repeat;
  float: right;
}
.page_top a {
  height: 20px;
  width: 84px;
  text-decoration: none;
  display: block;
}
.page_top a:hover {
  background-image: url(../../img/main/page_top02.gif);
  background-repeat: no-repeat;
}