@charset "utf-8";
/* CSS Document */
div.bbs_menu {
	width: 100%;
}
div.bbs_menu ul{
	float: right;
}
div.bbs_menu li{
	font-weight: bolder;
	font-size: 12px;
	float: left;
	margin-left: 12px;
	list-style-type: none;
}
div.bbs_menu a{
	font-size: 12px;
}

table.bbs{
}
table.bbs td{
	word-break: break-all;
}
table.bbs td.icon{
	height: 15px;
	width: 15px;
	background-position: center center;
}
table.bbs td.kanri{
	background-image: url(/img/bbs/kanri.gif);
	background-repeat: no-repeat;
}
table.bbs td.normal{
	background-image: url(/img/bbs/normal.gif);
	background-repeat: no-repeat;
}
table.bbs td.user{
	background-image: url(/img/bbs/user.gif);
	background-repeat: no-repeat;
}
table.bbs td.warn{
	background-image: url(/img/bbs/warn.gif);
	background-repeat: no-repeat;
}
table.bbs td.admin{
	background-image: url(/img/bbs/admin.gif);
	background-repeat: no-repeat;
}
table.bbs td.max{
	background-image: url(/img/bbs/max.gif);
	background-repeat: no-repeat;
}
table.bbs div{
	margin: 0px;
	padding: 0px;
}
table.bbs .title{
	overflow: hidden;
}
table.bbs .title_at{
	overflow: hidden;
}
table.bbs .name{
	overflow: hidden;
	width: 90px;
}
table.bbs .count{
	overflow: hidden;
	width: 24px;
}
table.bbs .last{
	overflow: hidden;
	width: 90px;
}
table.bbs .do{
	overflow: hidden;
	width: 24px;
}

ul.bbs li{
	list-style-type: none;
}

ul.bbs_link{
	margin-left: 12px;
}
ul.bbs_link li{
	list-style-type: circle;
	list-style-position: inside;
}

p.bbs_h1_title{
	background-color: #666666;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bolder;
	word-break: break-all;
	overflow: hidden;
}
p.bbs_h2_title{
	background-color: #999999;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bolder;
	word-break: break-all;
	overflow: hidden;
}
p.bbs_h3_title{
	background-color: #CCCCCC;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bolder;
}
p.bbs_another_link a{
	font-size: 20px;
	font-weight: bolder;
}
p.bbs_error{
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}
p.bbs_msg{
	font-size: 12px;
	font-weight: bolder;
}
div.bbs_right{
	text-align: right;
}
p.bbs_button{
	margin: 0px;
	padding: 0px;
}

