<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
*/

.blockLink{
	display: block;
	overflow: hidden;
        text-indent: -9999px;
	width: 100%;
	height: 100%;
}

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 line-height: 0;
 font-size: 0;
}

.clearfix {
 display: inline-table;
 min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


#copyrightsBbs {
	width: 300px;
	margin: 10px auto 
}

.inlineBlock{
	display: block;
}

#contentsbox #allbox #contents h2 {
	display:none;
}
#contents {
	background-color: #ffffff;
}

#theme_introduct {
	background: url("../img/theme_introduct.gif") transparent no-repeat 0 0;
	width: 640px;
	height: 69px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px auto;

}

.buttonArea {
	width: 504px;
	margin: 0 auto;
	}

.buttonArea a {
	background: url("../img/button.gif") transparent no-repeat 0 0;
	width: 242px;
	height: 69px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
	a#contributeButton{
		background-position: 0 0;
	}
	a#contributeButton:hover{
		background-position: 0 -69px;
	}

	a#viewButton{
		background-position: -243px 0;
		width: 246px;
		height: 69px;
		margin-left: 10px;
	}
	a#viewButton:hover{
		background-position: -243px -69px;
		width: 246px;
		height: 69px;
	}


#title{
	background: url("../img/yavatarbbs_title.gif") transparent no-repeat 0 0;
	width: 668px;
	height: 99px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#contentsbox #contents #bbs {
	background-color:#F99;
	background-color: #fff;
	border: 5px solid #cccacb;
	margin: 0 auto 20px auto;
	width:640px;
}
#contentsbox #allbox #contents #page_tit #tit_bbs {
	background-image: url(../img/page_tit_bbs.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:675px;
	height:109px;
}


#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 ul,
#contentsbox #allbox #contents #bbs li {
	margin:0px;
	padding:0px;
}
#contentsbox #allbox #contents #bbs #top_bbs_items li {
	display:block;
	width:198px;
	margin: 20px 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: 5px 10px ;
}
#contentsbox #allbox #contents #bbs #top_bbs_items li .link_img {
	display:block;
	text-decoration:none;
}
#contentsbox #allbox #contents #bbs #top_bbs_items li a {
	display:block;
	color:#0099ff;
	text-decoration:underline;
}
#contentsbox #allbox #contents #bbs #top_bbs_items li a:hover {
	display:block;
	color:#0099ff;
	text-decoration:none;
}
#contentsbox #allbox #contents #bbs #top_bbs_items img {
	text-decoration:none;
}

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