#bloghead{
  display:none;
  height:40px;
  padding:10px;
  background-color:#ddf;
}

#blogbody{
  width:580px;
  float:left;
  border-left:solid #fff 1px;
  border-top:solid #000 1px;
  padding-top:6px;
}

/*スレテーブル*/
.sled{
  margin:auto;
  width:550px;
  margin-top:0px;
  margin-bottom:20px;
  border-bottom:solid #000 3px;
}
.sled td{
  padding:10px;
  padding-top:0px;
}
.resform td{
  padding-top:10px;
}
/*スレタイトル*/
.subject{
  font-size:16px;
  font-weight:bold;
  margin-top:0px;
  margin-bottom:12px;
  color:#c00;
}

/*スレ・レス箱*/
.post{
  margin-left:12px;
  margin-bottom:20px;
}

/*スレ・レス投稿ユーザー名*/
.postuser{
  color:#060;
  font-weight:bold;
}

/*スレ・レス投稿日付*/
.postdate{
  font-size:10px;
}

/*スレ・レス本文*/
.postbody{
  margin-top:5px;
}

/*新スレフォームテーブル*/
.sledform{
  width:550px;
  text-align:center;
  margin:auto;
  padding:10px;
  border:solid #000 1px;
  background-color:#cdc;
}

/*レスフォームテーブル*/
.resform{
  margin:auto;
  padding:10px;
  border:solid #000 1px;
  background-color:#ddd;
}

/*「全部読む」とかの場所*/
.bbsnavi{
  text-align:right;
  margin-top:10px;
  padding-top:3px;
  border-top:solid #000 1px;
}

/*スレ一覧の外枠*/
.allsled{
  padding:10px;
  line-height:140%;
}

/*スレタイトルのところ*/
.posthead{
  padding-bottom:3px;
  border-bottom:solid #000 0px;
}

/*警告その他の箱*/
.alert{
  margin:auto;
  text-align:center;
  margin-top:100px;
  margin-bottom:100px;
}

/*ナビ*/
#blognavi{
  /*background:url(images/head_img.jpg) no-repeat left top;*/
  padding-right:10px;
  /*padding-top:110px;*/
  float:right;
  width:160px;
}

#blognavi ul,#blognavi li{list-style:none;margin:0px;padding:0px;}
#blognavi li,#blognavi h2{border-bottom:dotted #ccc 1px; margin-bottom:4px;}
/*ナビ 最近記事のところ*/
.navi_new{
  text-indent:-999px;
  display:block;
  margin:0px;
  width:150px;
  height:24px;
  background:url(images/recent.gif) no-repeat;
}
.navi_cat{
  text-indent:-999px;
  display:block;
  margin:0px;
  width:150px;
  height:24px;
  /*background:url(images/weekdays.gif) no-repeat;*/
}

#newalllink{
  margin-top:8px;
}

.res{
  border-top:solid #000 1px;
  padding-top:12px;
  padding-left:20px;
}
.res .post{
  border-bottom:dotted #999 1px;
  padding-bottom:12px;
}

img{border:none;}

.cselect{
  width:100px;
}

.atn{
  font-size:10px;
  color:#c00;
}


.new_thumb{
  float:left;
  margin-right:1px;
  font-size:9px;
  text-align:right;
  color:#999;
}

