@charset "utf-8";

@import url("common.css");

div#bbs {
	width: 1000px;
	padding: 30px 0 20px 0;
}

div#bbs h2 {
	font-size: 18px;
	border-bottom: solid 3px #75b409;
	line-height: 100%;
	padding: 0 0 3px 0;
	width: 400px;
	float: left;
}
div#bbs h2.thread_ttl {
	font-size: 18px;
	border-bottom: solid 3px #75b409;
	line-height: 100%;
	padding: 0 0 3px 0;
	width: 100%;
}

div.srch_thread {
	font-size: small;
	color: #fc0;
	text-indent: 15px;
	width: 500px;
	float: right;
	text-align: right;
	display: none;
}
div.srch_thread input {
	vertical-align: middle;
	font: small "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	vertical-align: middle;
}
div.srch_thread input.txt {
	border: solid 1px #555;
	background: #eee;
	height: 22px;
	margin: 0 10px;
}
div.srch_thread input.btn {
	border: solid 1px #360;
	background: #75b409;
	color: #fff;
	padding: 0 10px;
	height: 24px;
}

div#bbs p.pager {
	font: small Verdana;
	text-align: right;
	line-height: 1;
	padding: 10px;
}
div#bbs p.pager a {
	background: #75b409;
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	margin: 0 3px;
}
div#bbs p.pager a:hover {
	background: #360;
}
div#bbs p.pager span{
	background: #444;
	color: #bbb;
	text-decoration: none;
	padding: 3px 6px;
	margin: 0 3px;
}
p.bbs_catch {
	padding: 0 0 20px 0;
}
p.bbs_copy {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: dotted 1px #555;
}
div.updates {
	width: 100%;
	background: #333;
	margin: 0 0 30px 0;
	padding: 5px 0;
}
div.updates ul {
	width: 975px;
	margin: 0 0 0 20px;
	height: 80px;
	overflow: auto;
}
div.updates ul li {
	margin: 0 30px 0 0;
	background: url(../img/orange_arrow.gif) 0 6px no-repeat;
	padding: 3px 0 3px 14px;
	float: left;
	white-space: nowrap;
}
div.updates ul li a {
	color: #fff;
}
div.updates ul li a:hover {
	color: #fc0;
	text-decoration: underline;
}

div.post_bbs {
	padding: 10px 20px;
	border-top: dotted 1px #555;
	border-bottom: dotted 1px #555;
	margin: 30px 0;
	background: #333;
}
div.post_bbs h3 {
	background: url(../img/orange_arrow.gif) 0 6px no-repeat;
	font-size: 14px;
	color: #fc0;
	padding: 3px 0 10px 18px;
}
div.post_bbs span.err {
	display: block;
	font-size: 12px;
	color: #f60;
	padding: 0 0 10px 3px;
}
div.post_bbs p.error_red {
	font-size: 12px;
	color: #f60;
	padding: 0 0 10px 3px;
	text-align: left;
}
div.post_bbs p.error_blue {
	font-size: 12px;
	color: #0cf;
	padding: 0 0 10px 3px;
	text-align: left;
}
div.post_bbs p.error_yellow {
	font-size: 12px;
	color: #ff0;
	padding: 0 0 10px 3px;
	text-align: left;
}
div.post_bbs table {
	width: 100%;
}
div.post_bbs table th {
	width: 30%;
	font-size: small;
	text-align: center;
	padding: 3px 0;
	background: #222;
}
div.post_bbs table td {
	width: 70%;
	font-size: small;
	padding: 3px 5px;
	background: #222;
}
div.post_bbs table td span {
	display: block;
	font-size: 10px;
	color: #fc0;
}
div.post_bbs table td input {
	font: small "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	border: none;
	background: #eee;
	padding: 2px;
	vertical-align: middle;
}
div.post_bbs table td textarea {
	font: small "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	width: 98%;
	border: none;
	background: #eee;
	padding: 2px;
	vertical-align: middle;
}
div.post_bbs table td input.max {
	width: 98%;
}
div.post_bbs table td input.mid {
	width: 75%;
}
div.post_bbs table td input.min {
	width: 30%;
}
div.post_bbs p {
	text-align: center;
	padding: 10px 0 0 0;
}
div.post_bbs p input {
	font: small "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	border: #360;
	background: #75b409;
	padding: 0 5px;
	vertical-align: middle;
	color: #fff;
}
div.post_bbs p input:hover {
	background: #360;
}

strong.rule_ttl {
	display: block;
	padding: 10px 0 5px 250px;
	color: #f90;
}
div.bbs_rule {
	margin: 0 0 0 250px;
	text-align: left;
	height: 100px;
	overflow: auto;
	background: #222;
	width: 500px;
}
div.bbs_rule p {
	text-align: left;
	padding: 5px 10px;
}


ul.bbs_thumb {
}
ul.bbs_thumb li {
	float: left;
	width: 240px;
	height: 240px;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	border: dotted 1px #555;
	margin: 4px;
}
ul.bbs_thumb li div {
	padding: 10px;
}
ul.bbs_thumb li a img {
	margin: 7px 0 3px 0;
}
ul.bbs_thumb li a {
	text-decoration: none;
}
ul.bbs_thumb li a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	text-decoration: none;
}
ul.bbs_thumb li span {
	display: block;
	color: #ddd;
	font-size: 10px;
}

ol.thread_res {
	width: 100%;
	list-style: none;
}
ol.thread_res li {
	border-bottom: dotted 1px #999;
	padding: 0 10px 15px 10px;
	margin: 0 30px 15px 30px;
}
ol.thread_res li div.clearall {
	vertical-align: middle;
	padding: 10px 0;
	line-height: 16px;
}
ol.thread_res li div.clearall input {
	vertical-align: middle;
	background: #ccc;
	border: none;
	position: relative;
	left: -30px;
	width: 200px;
}
ol.thread_res li div.clearall span {
	display: block;
	float: left;
	margin: 0 30px 0 0;
}
ol.thread_res li div.clearall strong {
	font-weight: normal;
}
ol.thread_res li div.clearall div {
	float: left;
}
ol.thread_res li div.clearall div a {
	width: 30px;
}
ol.thread_res li p {
	padding: 0 0 10px 0;
}
ol.thread_res li p a {
	margin: 0 0 0 20px;
}
ol.thread_res li a img {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
}
ol.thread_res li a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
ol.thread_res li span.warning {
	display: block;
	color: #cc3300;
}
ol.thread_res li span.deleted {
	color: #c60;
}




