/*レイアウト設定*/
body {
  margin: 0px;
  padding: 0px;
  background-color: #312C21;
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  text-align: center;
}
#inbox {
  background-color: #222;
  background-repeat: repeat-y;
  width: 880px;
  margin: 0px auto 0px auto;
  text-align: left;
}
#header {
  margin-top: 10px;
  padding: 0px;
  background-image: url("./images/top_back.gif");
  background-repeat: no-repeat;
  background-position:right bottom;
  width: 880px;
  height: 200px;
  font-size: 10px;
}
#header img {
  text-align: left;
}
#banner {
  background-image: url("./images/nca_border.gif");
  background-repeat: repeat-x;
  width: 860px;
  padding: 5px 10px 0px 10px;
  text-align: center;
}
#banner_l  {
  background-color: transparent;
  float:left;
  width:400px;
  margin:0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}
#searcharea  {
  float:right;
  text-align:right;
  margin:0px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}
#wrap {/*2段カラム用ラップ部分（メイン＋左サイド）*/
  float: left;
  width: 860px;
  margin: 0px 0px 0px 0px;
}

#content {/*2段カラム用メイン*/
  float: right;
  width: 690px;
  text-align:left;
  background-color: #222;
}

/*リンク設定*/
#content a       { color: #867e00;text-decoration: none;}
#content a:link    { color: #867e00; text-decoration: none;}
#content a:visited  { color: #867e00; text-decoration: none; }
#content a:hover  { color: #544542; }
#content a:active  { color: #867e00; }



#left {/*左サイド*/
  width: 160px;
  float:left;
  padding: 0px 10px 0px 0px;
  background-color: #222;
}
#footer {
  clear: both;
  width: 860px;
  padding: 20px 0px 3px 0px;
  margin: 0px 0px 0px 0px;
  background-repeat: no-repeat;
  text-align: right;
  border 1px #000 solid;
}
/*グループ：日毎*/
.main {
  padding: 0px 0px 10px 0px;
}
/*イメージ設定*/
img {
  border: 0px solid #090806;
}
img.skin {
  border: 0px;
}
/*グループ：エントリー毎*/
.entry_body {
  background-repeat: repeat-y;
  word-break:break-all;
  width: 580px;
  padding: 5px 10px 0px 10px;
  line-height: 140%;
}
/*グループ：サイドカテゴリー毎*/
.side {
  margin: 0px 0px 10px 0px;
}
/*リンク設定*/
a       { color: #ada756;text-decoration: none;}
a:link    { color: #ada756; text-decoration: none;}
a:visited  { color: #ada756; text-decoration: none; }
a:hover  { color: #544542; }
a:active  { color: #9E0B0E; }




.site_title     {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 0px 5px 5pt
}

.site_link a,
.site_link a:link,
.site_link a:visited,
.site_link a:active,
.site_link a:hover  {
 color: #f90;
 text-decoration: none;
 font-weight: bold;
}

/*段落設定*/
p {
  margin: 0px;
  padding: 0em 0em 0.5em 0em;
}
/*イメージ設定*/
img {
  vertical-align: bottom;
}
.pict {
  border:1px solid #F0D0A0;
  margin:5px 5px 5px 5px;
}

/*リスト設定*/
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 1.5em;
}
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 1.5em;
border-bottom:dashed #5e6a80;
border-width:1px;
}
/*カテゴリ関係*/
.li_main {
  margin: 0px;
  padding: 0px 0px 0px 3px;
  list-style-type: none;
  line-height: 1.5em;
/*  font-weight: bold;*/
}
.li_sub {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  list-style-type: none;
  line-height: 1.5em;
}

/*引用部分*/
blockquote  {
  margin:0em 0em 0em 0em;
  color:#909090;
  padding:0.5em 1em 0.5em 1em;
  border:1px #DDD solid;
}
pre {
  margin: 0px;
  padding: 0px;
}
.quotetitle  {
  font-size: 12px;
  color: #666; 
  padding:0px 5px 0px 5px;
  margin:0px -5px 5px -5px;
  border-bottom:1px solid #EEEEEE;
}
/*フォーム設定*/
.form {
  margin: 0px;
  padding: 0px;
}
.select {
  width: 150px;
}
.textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 10px;
}
/*バナー設定*/
.description {
  font-size: 10px;
  color: #000;
  padding: 0px 0px 5px 10px;
}
.searchTxt {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.searchBox  {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #666;
  border:1px #666666 solid;
  margin: 5px 0px 0px 0px;
  height: 15px;
}
.searchBtn  {
  font-size: 12px;
  color: #666; 
}
/*エントリー設定（3段カラム用）*/
.entry_title {
  width: 300px;
  padding: 10px 10px 0px 10px;
  margin: 0px;
  height: 25px;
  color: #000;
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.entry_date {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 12px;
  color: #F0D0A0;
  margin: 0px 0px 0px 6px;
/*  border: 1px solid #6a6b81;*/
  padding: 5px 0px 0px 10px;
  font-style: normal;
  font-weight: none;
}
.entry_state {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 10px;
  color: #999999;
  margin: 0px 30px 0px 10px;
  padding: 0px 0px 10px 0px;
}
.category  {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #999;
  text-align:right;
  clear: left;
}
.posted {
  background-repeat: no-repeat;
  font-size: 9px;
  color: #666666;
  padding: 3px 10px 7px 10px;
  margin: 5px 0px 0px 60px;
  text-align:right; 
}
.mainbottom {
  background-repeat: no-repeat;
  width: 400px;
}
.a_entry {
  background-repeat: repeat-y;
  padding: 0px 10px 0px 10px;
  line-height: 1.4em;
}
.a_title {
  background-repeat: no-repeat;
  padding: 5px 10px 0px 10px;
  margin: 0px;
  height: 23px;
  color: #2C657D;
  font-size: 12px;
  font-weight: bold;
}
.a_mainbottom {
  background-repeat: no-repeat;
  margin: 0px 0px 10px 0px;
}
.a_posted {
  background-repeat: no-repeat;
  font-size: 9px;
  color: #666666;
  padding: 3px 10px 7px 10px;
  margin: 0px 0px 0px 240px;
  text-align:right;
}
/*左サイド設定*/
.linktitle_l {
  color: #F0D0A0;
  background-image: url("./images/side_title.gif");
  text-align: center;
  font-weight: none;
  font-size: 12px;
  line-height: 170%;
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 10px 0px 0px 3px;
  border:1px solid #ECDCA2;
}
.linktext_l {
  color: #369;
  background-color: #222;
  font-size: 12px;
  line-height: 170%;
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 0px 0px 0px 3px;
  padding: 3px 0px 0px 0px;
}
.syndicate_l {
  background-color: #222;
  background-repeat: repeat-y;
  width: 160px;
  font-size: 9px;
  color: #666666;
  padding: 5px 10px 0px 10px;
  border-top: solid 1px #ECDCA2;
}

.blog {
  margin: 0px 0px 0px 10px;
  padding: 10px 0px 10px 0px;
}
.comments-body {
  background-repeat: repeat-y;
  width: 380px;
  padding: 0px 10px 0px 10px;
}
.comments-head {
  background-repeat: no-repeat;
  width: 380px;
  padding: 2px 10px 3px 10px;
  margin: 10px 0px 0px 0px;
  height: 23px;
  color: #2C657D;
  font-size: 12px;
  font-weight: bold;
}
.comments_form {
  width: 180px;
  float: left;
  margin: 0px 15px 0px 0px;
  border-right: dotted 1px #BBB;
  text-align: left;
  padding: 0px 15px 0px 0px;
}
.comments-post {
  font-size: 10px;
  padding: 0px 0px 10px 0px;
  border-top: solid 1px #DDDDDD;
  margin: 5px 0px 0px 0px;
}
.trackback-body {
  background-repeat: repeat-y;
  width: 380px;
  padding: 0px 10px 0px 10px;
}
.trackback-url {
  background-repeat: repeat-y;
  width: 380px;
  padding: 0px 10px 5px 10px;
  border-bottom: solid 1px #AAAAAA;
}
.trackback-post {
  font-size: 10px;
  padding: 0px 0px 5px 0px;
  border-bottom: solid 1px #DDDDDD;
  margin: 0px 0px 0px 0px;
}
.move_tag {
  background-color: #222;
  font-size:10px;
  padding:3px 10px 3px 10px;
  border: solid 1px #F0D0A0;
}
  
/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
  color: #fff;
  font-size: 9px;
  font-family: Verdana;
  margin: 0pt 0px 0pt 0px;
  clear:both;
}
.calendar_link a,
.calendar_link a:link,
.calendar_link a:visited,
.calendar_link a:active,
.calendar_link a:hover  {
  color: #f90;
  text-decoration: none;
}

.cell       {
  color: #ffffff;
  font-size: 9px;
  font-family: Verdana;
/*  background-color: #090806; */
  background-color: #222;
  border: 1px solid #cccccc;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: #1affb3;
  font-size: 9px;
  font-family: Verdana;
/*  background-color: #090806 no-repeat; */
  background-color: #222 no-repeat;
  border: 1px solid #cccccc;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #ff1a33;
  font-size: 9px;
  font-family: Verdana;
/*  background-color: #090806 no-repeat; */
  background-color: #222 no-repeat;
  border: 1px solid #cccccc;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #8099ff;
  font-size: 9px;
  font-family: Verdana;
/*  background-color: #090806 no-repeat; */
  background-color: #222 no-repeat;
  border: 1px solid #cccccc;
  margin: 0px;
  width: 15px;
  height: 15px
}
/* CLOCK---------------------------------------------------------------------- */
.clock      {
  color: #090806;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  background-color: transparent;
  text-align: center;
  margin: 0px 0px 0px 2px;
  padding: 3px;
  border: 0px;
  width: 150px;
  height: 16px
}
/* FOOTER---------------------------------------------------------------------- */
.copyright  {
  color: #888;
  font-size: 11px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align:right;
}
