<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*bbs.css
bbs/index.html
*/



#contentsbox #allbox #contents h2 {
	display:none;
}
#contentsbox #contents #bbs { background-color:#F99;
	background-color: #fff;
	/*padding: 20px 15px 30px 15px;*/
	padding: 0px 0px 30px 0px;
min-height:500px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
}
#contentsbox #allbox #contents #page_tit #tit_bbs {
	background-color: #fff;
	background-image: url(../img/page_tit_bbs.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:30px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
}


#contentsbox #allbox #contents #bbs #serect_item {
	margin: 0px auto 20px auto;
	text-align:center;
}
#contentsbox #allbox #contents #bbs .lineup {
	background-color:#00aeff;
	padding:5px;
	margin: 0px;
}
#contentsbox #allbox #contents #bbs #serect_item select {
	background-color:#f8fdff;
	width:200px;
	padding:5px;
	font-size:15px;
}
#contentsbox #allbox #contents #bbs #serect_item option {
	background-color:#f8fdff;
	margin:10px;
	color:#666;
}
#contentsbox #allbox #contents #bbs #serect_item input {
margin: 0px 0px 0px 5px;
padding: 0px;
}




#contentsbox #allbox #contents #bbs #tab_original {
	background-image: url(../img/tab_original.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:167px;
	height:50px;
	font-size:1px;
	text-indent:-9999px;
}
#contentsbox #allbox #contents #bbs #tab_bangumi {
	background-image: url(../img/tab_bangumi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:116px;
	height:50px;
	font-size:1px;
	text-indent:-9999px;
}
#contentsbox #allbox #contents #bbs #tab_end {
	background-image: url(../img/tab_end.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:167px;
	height:50px;
	font-size:1px;
	text-indent:-9999px;
}


#contentsbox #allbox #contents #bbs ul {
	margin: 0px 15px;
	padding:0px;
}
#contentsbox #allbox #contents #bbs li {
	margin:0px;
	padding:0px;
}
#contentsbox #allbox #contents #bbs .top_bbs_items li {
	display:block;
	width:198px;
	margin: 5px 0px 0px 8px;
	list-style:none;
vertical-align:top;
display: -moz-inline-box; /*for Firefox 2*/ display: inline-block; /*for modern*/ /display: inline; /*for ie5～7*/ /zoom: 1; /*for ie5～7*/
}
#contentsbox #allbox #contents #bbs .top_bbs_items li a .link_txt {
	display:block;
	padding: 0px 4px 0px 8px;
	font-size: 12px;
    color: #7d7d7d;
    text-decoration:none;
	border:none;
}

#contentsbox #allbox #contents #bbs .top_bbs_items li a .link_txt strong {
	margin-bottom:2px;
}
#contentsbox #allbox #contents #bbs .top_bbs_items li .link_img {
	text-decoration:none;
}
#contentsbox #allbox #contents #bbs .top_bbs_items li a {
	 color: #7d7d7d;
	 text-decoration:none;
	
}
#contentsbox #allbox #contents #bbs .top_bbs_items li a:hover {
	 color: #7d7d7d;
	text-decoration:none;
}
#contentsbox #allbox #contents #bbs .top_bbs_items img {
	text-decoration:none;
}



</pre></body></html>