@charset "UTF-8";

/*
 * ============================================
 * COPYRIGHT(C)2004-2007 CYBRiDGE CORPORATION.
 * URL: http://www.cybridge.jp/
 * ============================================
 */

/*----------------------------------------------------
main
----------------------------------------------------*/
#contents{
	width:740px;
	}
#main{
	width:740px;
	float:none;
	padding:0;
	}
#rightN{
	width:200px;
	}
#leftN{
	display:none;
	}
table.sheet	{
	background:#FFF;
	margin:0 auto;
	width:100%;
	margin-bottom:10px;
	}
.sheet td {
	border:none;
	background: url("/img/common/line_dot.gif") repeat-x 0% 100%;
	padding:3px;
	}
.sheet th {
	background-color: #F3F9FD;
	border:none;
	border-top:3px solid #3D96CE;
	border-bottom:1px solid #CCC;
	font-style:normal;
	padding:3px 3px 2px 3px ;
	text-align:center;
	font-size:5px;
	}
.sheet .date {
	width:90px;
	text-align:center;
	}
.sheet .link {
	width:40px;
	text-align:center;
	}
.sheet .link img{
	margin:3px 0 0 0;
	}
.sheet td ul:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}


#p-item h1{
	background: url("/img/common/icon/icon_bbs_list.gif") no-repeat 0 center;
	padding: 2px 2px 2px 20px;
	color:#990000;
	font-size:16px;
	position:relative;
	margin:20px 0;
	}
#p-item h1 .iconDate{
	font-size:12px;
	font-weight:normal;
	position:absolute;
	top:3px;
	right:3px;
	}

#main .item{
	padding:0;
	}
#main .item h3{
	position:relative;
	background: #EEE;
	padding:3px 5px;
	margin:0 0 5px 0;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	color:#333;
	line-height:normal;
	}
#main .item h3 .iconDate{
	font-size:12px;
	font-weight:normal;
	position:absolute;
	top:2px;
	right:3px;
	color:#999;
	padding:3px 1px 3px 15px;
	}
#p-item form{
	background:#EEE;
	padding:3px 5px 0 5px;
	}
#p-item form textarea{
	height:120px;
	margin-bottom:5px;
	}
#p-item form .submit{
	padding:5px;
	background: url("/img/bbs/line_02.gif") repeat-x 0 0;
	margin:5px;
}



#p-new form{
	background:#EEE;
	padding:10px 5px 0 5px;
	margin-bottom:10px;
	}
#p-new form textarea{
	height:120px;
	margin:5px 0;
	}
#p-new form .submit{
	padding:5px;
	background: url("/img/bbs/line_02.gif") repeat-x 0 0;
	margin:5px;
}
#p-new .mustBox{
	border:2px solid #F7F7F7;
	padding:10px;
	font-size:10px;
	}