/* ------- ■全体の中身設定------- */
* {
  margin: 0;
  padding: 0;
}

body {
  color: #333333;
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

BR{letter-spacing:normal;}

input, textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial,   sans-serif;
  border: 1px solid #666;
  font-size: 12px;
}

.btn {
  background-color:#666;
  color:#fff
}


form {
  padding: 0px;
  margin: 0px;
}

h1, h2 {
  font-size: 17px;
  margin: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

blockquote {
  font-size: 12px;
  padding: 5px;
  margin: 5px;
  background-color:#f0f0f0;
  border-left: 3px solid #cdcdcd;
}


/* ------- ■画像部分 ------- */
.pict {
  float: right;
  border-width: 2px;
  border-style: solid;
  border:none;
}
img {border:0px;}

/* ------- ■リンクの色 ------- */
a:link, a:visited {color: #ffffff; text-decoration: underline;}
a:hover   {color: #b27e59; text-decoration: underline;}

#main a:link, #main a:visited {color: #333333; text-decoration: underline;}
#main a:hover   {color: #b27e59; text-decoration: underline;}

#mainbottom a:link, #mainbottom a:visited {color: #cccccc; text-decoration: underline;}
#mainbottom a:hover   {color: #b27e59; text-decoration: underline;}

/* ------- ■全体の指定------- */
#inbox {
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  width: 780px;
  background-color: #000000;
}

/* ------- ■タイトル部分 ------- */
#banner {
  background-image: url(../skin/images/top_banner.jpg);
  background-repeat: no-repeat;
  background-position: top;
  width: 780px;
  height: 396px;
  margin: 0px;
  padding: 0px;
  clear: both;
}

#banner_l {
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.site_title {
  padding: 180px 0px 0px 10px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

.description {
  font-weight: normal;
  color: #ffffff;
  margin: 0px 0px 0px 10px;
}

/* ------- ■左メニューカラム部分 ------- */
#sideleft {
  float: left;
  OVERFLOW: hidden;
  width: 200px;
  color:#FFFFFF;
}

/* ------- ■中央カラム部分 ------- */
#main {
  float: left;
  OVERFLOW: hidden;
  width: 580px;
  margin-top:20px;
  background-color:#000000;
}

/* ------- ■本文の枠部分 ------- */
.entryBodyset {
  width: 540px;
  margin-bottom: 15px;
  padding: 15px 20px;
  text-align: left;
  background-color:#FFFFFF;
}

.entry_title {
  color: #FF3300;
  font-size: 20px;
  padding: 3px 0px;
}

.entry_date {
  color: #999999;
  font-size: 12px;
}

.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/hetareic1.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: #333333;
  padding-left: 10px;
  margin: 20px 0px 0px 0px;
  clear: both;
  background-image: url(../../image/line01.gif);
  background-repeat: repeat;
  background-position: 0 0;
}
.entry_state p {
  
}
/* ------- ■コメントの枠部分 ------- */
.commentsBodyset {
  width: 540px;
  padding: 15px 20px;
  text-align: left;
  background-color:#FFFFFF;
}

.comments_title {
  color: #FF3300;
  font-size: 16px;
  padding: 3px 0px;
}

.comments_title p {
  font-size: 14px;
  color: #000000;
}
.comments_title ol {
  list-style-type: square;
}
.comments_title li {
  font-size: 12px;
  color: #000000;
  margin-left: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* ------- ■トラックバックの枠部分 ------- */
.trackbackBodyset {
  width: 540px;
  padding: 15px 20px 0px;
  text-align: left;
  background-color:#FFFFFF;
}

.trackback_title {
  color: #FF3300;
  font-size: 16px;
  padding: 10px 0px 20px 0px;
  border-top: 3px solid #cccccc;
}

/* ------- ■メニューの小分け部分 ------- */
.sideSet {
  width: 180px;
  margin: 0px 20px 20px 0px;
  text-align: left;
}

.linktitle   {
  padding: 5px 0px 5px 5px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.linktext {
  padding: 7px 2px 20px 2px;
  font-size: 12px;
  color: #999999;
  line-height: 120%;
}

.linktext ul{
  background-image: url(../skin/images/hetareic1.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px 0px 3px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

.linktext li {
  background-image: url(../skin/images/hetareic2.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
  margin: 0px 1px 0px 0px;
  list-style-type: none;
}

/* ------- ■ページ移動リンク ------- */
.pagemove {
  font-size: 12px;
  margin:0px 0px 0px 0px;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
  font-size: 12px;
  background-color: #fff;
  padding: 0px 0px 0px 0px;
}

.search {
  color: #333;
  font-size: 10px;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

/* ------- ■ページトップ ------- */
.pagetop {
  color: #ffffff;
  font-size: 11px;
  text-align: right;
  margin: 0px 0px 20px 0px;
}

/* ------- ■カレンダー部分 ------- */
/* --- 月〜日の部分 --- */
.calendar_top {
  width: 100%;
  font-size: 10px;
  color: #ffffff;
  margin: 6px 0px 0px 0px;
}

.cell_top {
  color: #ffffff;
  font-size: 10px;
  font-family: Verdana;
  width: 20px;
  height: 15px;
}

.cell_suntop {
  color: #c00;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_sattop {
  color: #5982b2;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

/* --- 数字の部分 --- */
.calendar {
  width: 100%;
  font-size: 10px;
  color: #333;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  padding: 0px 0px 0px 0px;
}
.calendar a, .calendar a:link, .calendar a:visited, .calendar a:active {
  display:block;
  background-color:#555555;
  color:#ffffff;
  text-decoration:none;
}

.cell {
  color: #ffffff;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_today {
  color: #FFFF00;
  font-size: 10px;
  font-weight: bold;
  width: 20px;
  height: 15px;
}

.cell_sunday {
  color: #c00;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_saturday {
  color: #236BBD;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

/* --- 年月の部分 --- */
.calendarym {
  width: 100%;
  font-size: 11px;
  color: #ffffff;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  padding: 5px 0px 20px 0px;
}

/* ------- ■フッダー部分 ------- */
#footer {
  border-top: 1px solid #ccc;
  width: 780px;
}

.copyright {
  color: #999999;
  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;
}