@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  bbs/index.css
 style info :  掲示板だけに使用
=================================================================== */
/*ｸﾞﾛｰﾊﾞﾙﾅﾋﾞ 現在ﾍﾟｰｼﾞ表示*/
a#gNav2-1{
	background-position:0 -24px;
}

h4.mainTit{
  margin:18px 0 10px 0;
  background-color:#f25493;
  padding:3px 0 3px 10px;
  color:#FFFFFF;
  font-size:120%;
}

p.alert{
  background-color:#fdfac8;
  border:1px #5a370d solid;
  margin:0 0 20px 0;
  padding:10px 0;
  color:#FF0000;
  text-align:center;
  line-height:130%;
  font-weight:bold;
}

/*フォーム部分CSS*/
.na_tlBOX{
  float:left;
  width:210px;
}

.tx1{
  line-height:130%;
  color:#5a370d;
  margin:0 0 2px 0; 
}

.tx2{
  line-height:130%;
  font-size:90%;
  color:#5a370d;
  margin:0 0 2px 0; 
  padding-left:54px;
}

.fotx1{
  width:190px;
  margin:0 0 2px 0; 
}

.fotx2{
  width:80px;
  margin:3px 0;
}

.foBt{
  padding:10px 0 10px 50px;
}

.commentBOX{
  width:450px;
  float:left;
}

.textArea{
  width:440px;
  height:125px;
}

p.atten{
  border-left:5px #644229 solid;
  margin:0 0 20px 0;
  padding:0 0 0 7px;
  color:#644229;
  line-height:130%;
  clear:both;
}

#comBox{
  border:1px #f25493 solid;
  margin-bottom:20px;
  width:658px;
}

h4.title{
  margin:0 0 1px 0;
  background-color:#f25493;
  padding:3px 0 3px 10px;
  color:#FFFFFF;
  text-align:left;
  clear:both;
}

.nameBox{
  width:520px;
  padding:5px 0px 10px 10px;
  color:#5c3c23;
  text-align:left;
  float:left;
}

p.name{
  margin:0;
  line-height:130%;
}

p.date{
  margin:0;
  font-size:90%;
  line-height:130%;
  padding-left:3px;
}

.nameBox span{
  color:#f25493;
}

.editBox{
  width:110px;
  padding:5px 10px 10px 0;
  text-align:right;
  float:right;
}

.mainTx{
  margin:0 10px 10px 10px;
  color:#5c3c23;
  line-height:130%;
  text-align:left;
  clear:both;
}

#resBox{
  width:600px;
  margin-left:58px;
}

.resComBox{
  border-width:1px 0 1px 1px;
  border-color:#f25493;
  border-style:solid;
  background-color:#fefbe3;
  margin-bottom:15px;
  
}

#NextBackBtBox{
  margin:30px 0 0 0;
  padding:0;
  text-align:left;
}

.bbs_login{
  margin:20px 0 50px 0;
  text-align:right;
}

/*topicEditConfirm.tpl*/

.kakuninBox{
  margin:10px 0;
  text-align:center;
}

.kakuninBox p{
  color:#FF0000;
  font-size:90%;
  margin:10px auto;
}

/*topicComment.tpl*/
.line{
  margin:0 10px;
}


/*topicEdit.tpl*/

#comBox_del{
  border:1px #f25493 solid;
  margin-bottom:20px;
  padding:20px;
  text-align:center;
}
