.bbsTitle
{
	font-weight:bold;
	margin-bottom:30px;
}

.bbsDetail
{
	padding-left:20px;
	margin-bottom:30px;
}

.bbsDetail span
{
	color:#808080;
	font-weight:bold;
}

.bbsDetail ul
{
	margin:5px 0px 20px 20px;
}

.pagingButtom
{
	padding-top:20px;
}

.pagingButtom a
{
	color:#666666;
	text-decoration:none;
}

.pagingButtom a:hover
{
	color:#666666;
	background-color:#dddddd;
}

.errorMessage
{
	color:#ff0000;
}

/* BBS */
.threadTable
{
	border:solid 1px #666666;
	border-collapse:collapse;
	width:600px;
	margin-top:40px;
}

.threadTable a
{
	color:#666666;
	text-decoration:none;
}

.threadTable a:hover
{
	color:#666666;
	background-color:#dddddd;
}

.threadTable td
{
	font-size:small;
}

.threadTable .title
{
	color:#ffffff;
	background-color:#666666;
	padding:3px;
	font-weight:bold;
}

.threadTable .info
{
	text-align:right;
	vertical-align:top;
}

.threadTable .image
{
	border:none;
	vertical-align:top;
}

.threadTable .content
{
	border:none;
	vertical-align:top;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:10px;
	width:100%;
}

.responseField
{
	padding-left:20px;
}

.responseTable
{
	border:solid 1px #cccccc;
	border-collapse:collapse;
	width:100%;
	margin-bottom:10px;
}

.responseTable .title
{
	background-color:#cccccc;
	color:#666666;
}

.linkTop
{
	width:600px;
	text-align:right;
}

.linkTop a
{
	color:#6688ff;
}

/* テキスト スレッド */
.bbsForText
{
	margin-top:10px;
	border:solid 1px #888888;
	background-color:#eeeeee;
	padding:10px;
}

.bbsForText .textTitle
{
	color:#000000;
	font-weight:normal;
}

.bbsForText .textTitle span
{
	color:#cc0000;
	font-weight:bold;
}

.bbsForText .textName
{
	text-align:right;
	margin-bottom:20px;
}

.bbsForText .textName span
{
	font-weight:bold;
}

/* スクリーンショット スレッド */
.bbsForSS
{
	margin-top:10px;
	border:solid 1px #888888;
	background-color:#ffffee;
	padding:10px;
}

.bbsForSS .ssTable .ssImageTd
{
	width:120px;
	vertical-align:top;
}

.bbsForSS .ssTable .ssImageTd img
{
	border:none;
}

.bbsForSS .ssTable .ssCommentTd
{
	vertical-align:top;
}

.bbsForSS .ssTable .ssCommentTd .ssName
{
	margin-bottom:10px;
}

.bbsForSS .ssTable .ssCommentTd .ssName span
{
	font-weight:bold;
}

.bbsForSS .ssTable .ssCommentTd .ssComment
{
	padding-left:10px;
}
