@import "base.css";
@import "adsense.css";

/* 新規スレッドを作る */
#thread_new {
	margin:0 0 15px 0;
}

#thread_new a {
	display:block;
	padding:10px 0 10px 0;
	text-align:center;
	text-decoration:none;
	background:url("../../images/8mile/pc/base/icn_newthread1.gif") no-repeat left bottom;
	color:#f39;
	border-top:4px solid #999999;
	border-bottom:1px dotted #999999;
}

#thread_new a:hover {
	border-top:4px solid #39c;
	border-bottom:1px dotted #39c;
	background:url("../../images/8mile/pc/base/icn_newthread2.gif") no-repeat left bottom;
}


/* スレッド一覧（たれながし） */
#list_bx_thread {
	float:left;
	padding:0;
	width:99%;
	border:1px solid #333;
	background-color:#666;
}

#list_bx_thread ul {
	font-size:12px;
	margin:0;
	padding:0;
	list-style:none;
}

#list_bx_thread li{
	float:left;
	white-space:nowrap;
	margin:0;
}

#list_bx_thread li a{
	float:left;
	padding:6px 8px 3px 8px;
	display:block;
	text-decoration:none;
	height:15px;
	color:#eee;
	background-color:#666;
	letter-spacing:1px;
}

#list_bx_thread li a:hover {
	color:#39c;
	background-color:#eee;
}
/* ブックマークリンク */
div.book{
	text-align:center;
	clear:both;
	margin:5px 0;
	}

div.book p{
	color:#666;
	margin:0;
	padding:0;
	font-size:12px;
	}

/* スレッドのページリスト */
#thread_pages {
	margin:0;
	padding:0;
	clear:both;
	}

#thread_pages ul {
	float:left;
	font-size:12px;
	list-style:none;
	padding:0;
	margin:10px 0 15px 0;
}

#thread_pages li {
	float:left;
}

#thread_pages li a,#thread_pages li strong {
	display:block;
	width:30px;
	height:20px;
	padding:5px 0 3px 0;
	text-align:center;
	border-width:0 2px 2px 0;
	border-style:solid;
	border-color:#aaa;
	text-decoration:none;
	color:#39c;
}

#thread_pages li a{
	background-color:#fff;
}

#thread_pages li a:hover {
	border-width:1px;
	background-color:#eee;
}

#thread_pages li strong {
	background-color:#39c;
	color:#fff !important;
}

/* スレッド一覧（新着のとこ) */
#list_bx_newthread {
	clear:both;
}

#list_bx_newthread div {

	margin:5px 0 0 0; 
}

/* スレッド一覧の最初のスレッド  */
#list_bx_newthread div h3 {
	padding:8px 0 5px 5px;
	font-size:16px;
	color:#666;
	letter-spacing:2px;
	border-bottom:4px solid #39c;
	background:url("../../images/8mile/pc/base/icn_wo.gif") no-repeat right bottom;
}

#list_bx_newthread div h3 a{
clear:both;
	text-decoration:underline;
	color:#39c;
	}

#list_bx_newthread div h3 a:hover{
	text-decoration:underline;
	background-color:#FFCCFF;
	color:#990033;
	}

#list_bx_newthread div ul {
display:block;
width:650px;
float:left;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}

#list_bx_newthread div li {
	margin:0 10px 10px 10px;
	font-size:12px;
	line-height:150%;
	letter-spacing:2px;
	color:#000;
}

#list_bx_newthread div li strong {
	color:#9c0;
	font-size:16px;
}

#list_bx_newthread div li span {
	display:block;
	font-size:16px;
	color:#333;
	margin:5px 0;
	font-weight:bold;
}
#list_bx_newthread div li p{

margin:0;
padding:0;
}

div.listpr{
clear:both;
	padding:5px 0 3px 5px;
	font-size:10px;
	letter-spacing:1px;
	height:13px;
	background-color:#eee;
	margin:0;
	color:#666;
	border-bottom:1px dashed #ccc;
	}
	
div.listpr a{
	color:#666;
	}

div.listpr a:hover{
	color:#ff6600;
	}
	
div.listpr-none{
clear:both;
	border-bottom:1px dashed #ccc;
}


/* 動画部分  */

div.movie_box{
	float:left;
	margin:2px;
	padding:0 10px 5px 0;
	width:130px;
	}
	
div.movie_box_list{
	margin:2px;
	padding:0;
	}