@charset "utf-8";
@import url("common.css");

/* ------------------------------
  BBS
------------------------------ */

/* ------------------
  扉ページ
------------------- */

h3 {
 color: #F90;
}

.rules {
 margin-bottom: 0.5em;
}

.confirm {
 border-top: 3px solid #DCDCDC;
 padding-top: 1em;
}

.confirm a {
 display: block;
 overflow: hidden;
 float: left;
 height: 24px;
 border: 1px solid #ADADAD;
 text-align: left;
 text-indent: -9999px;
 cursor: pointer;
 background-repeat: no-repeat;
 background-image: url("../images/btn_msg.png");
}

.confirm a:hover {
 border: 1px solid #000;
    filter: alpha(opacity=50);
    -moz-opacity:0.50;
}

.confirm a.post_msg {
 width: 130px;
 background-position: 0px 0px;
 margin-right: 11px;
}

.confirm a.read_msg {
 width: 165px;
 background-position: -130px 0px;
}


/* ------------------
  書き込みページ
------------------- */

#bbsform {
 width: 100%;
 padding-bottom: 4em;
}

#bbsform input {
 padding: 0 0.5em;
 margin-right: 8px;
}

#bbsform #subj,
#bbsform #text {
 padding: 0.2em 0 0.2em 0.2em;
 border: 1px solid #333;
 background-color: #FFF;
}

#bbsform #subj{
 width: 180px;
}

#bbsform #text {
 width: 390px;
 height: 10em;
}

#submit_btn,
#reset_btn {
 display: block;
 overflow: hidden;
 float: left;
 width: 72px;
 height: 26px;
 padding: 0;
 margin: 0;
 border: none;
 text-align: left;
 text-indent: -9999px;
 cursor: pointer;
 font-size: 1px;
 color: #FFF;
}


#submit_btn{
 background: url("../images/btn_submit.png") 0px 0px no-repeat;
}

#reset_btn {
 background: url("../images/btn_reset.png") 0px 0px no-repeat;
}

#submit_btn:hover,
#reset_btn:hover {
  background-position: 0px -26px;
}


* html>body #bbsform #text {
  font-family: Osaka,Verdana,Arial;
}

.back {
 clear: both;
}

/* ------------------
  閲覧ページ
------------------- */

.log {
 margin-bottom: 1em;
 border-bottom: 3px solid #DCDCDC;
}

.date {
 line-height: 1.2;
 margin-bottom: 0.4em;
 color: #F90;
}

.name {
 font-weight: bold;
 margin-bottom: 0;
}
html>body .name {
 font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Verdana','ＭＳ Ｐゴシック',sans-serif;
}

.comment {
 line-height: 1.5;
}

.page_navi {
 text-align: center;
 color: #DCDCDC;
}

.page_navi a,
.page_navi a:link,
.page_navi a:visited {
 color: #333;
 text-decoration: none;
}

.page_navi a:hover {
 color: #AB8A43;
 text-decoration: underline;
}