@charset "utf-8";
/* CSS Document */
#form, #form3 {
	margin-bottom:0;
}
/****************** top page list ************************/
#content h2 {
	clear:both;
	/*border:1px solid #CCCCCC;*/
	}
.theme {
	height:30px;
	color:white;
}
.top_mixer {
	background:url(../img/Top/top_mixers.gif) 0 0 no-repeat;
}
.top_games {
	background:url(../img/Top/top_games.gif) 0 0 no-repeat;
}
.top_news {
	background:url(../img/Top/top_news.gif) 0 0 no-repeat;
	color:#FF6600;
}
.top_videos {
	background:url(../img/Top/top_videos.gif) 0 0 no-repeat;

}
.facebook {
	margin-bottom:1em;
	padding:2px;
	border:1px solid #CCCCCC;
}
/***************************/
.bbun {
	height:127px;
	padding:0.5em 0 0 0.5em;
}
h3 {
	margin-left:100px;
}
.new_interviews, .top_interviews {
	background:url(../img/Top/top_interviews.gif) 0 0 no-repeat;
}
.top_interviews {
	margin-top:1em;
}
.new_interviews_list {
	background:url(../img/Top/new_interviews.gif) left top no-repeat;
}
.new_mixers_list {
	background:url(../img/Top/new_mixers.gif) left top no-repeat;
}
.new_games_list {
	height:187px;
	background:url(../img/Top/new_games.gif) left top no-repeat;
}
	.exp_j {margin-top:-1em;padding-top:0;color:#006699;}
.new_news_list {
	background:url(../img/Top/new_news.gif) left top no-repeat;
}
.new_video_list {
	background:url(../img/Top/new_videos.gif) left top no-repeat;
	padding-top:2em;
	height:100px;
}
/***************************/

.b_list p {
		margin-top:0.5em;
		}
.b_list .foot {
	margin-top:1em;
	margin-bottom:2em;
	}

.b_list .foot {
	margin-left:100px;
}
.b_list .foot .n5
 {background:url(../images/jp/icons.gif) 0 -64px no-repeat;padding-left:20px;}
.b_list .foot .n7
 {background:url(../images/jp/icons.gif) 0 -84px no-repeat;padding-left:20px;}
.b_list .foot #flag {margin-bottom:-3px;}
.b_list .foot .n10
 {background:url(../images/jp/icons.gif) 0 -0px no-repeat;padding-left:20px;}



/****************** Update ************************/
#update ul{
	margin-top:0;
	padding-top:0;
	margin-left:0em;
	padding-left:0;
	list-style-type:none;
	font-size:small;
	list-style:none;
	width:auto;
	height:150px;
	overflow:auto;

}
li.date {
	color:#336699;
	border-left:1em solid #336699;
	border-bottom:1px solid #336699;
	padding-left:1em;
}
li.news {margin-left:0em;}

#daily_info {
	float:left;margin:0 1em 0 0.5em;padding-top:0;text-align:center;color:red;
}

/****************** Artic *****************************/


 
/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cover {
	margin-top:-0.5em;
	margin-bottom:2em;
}
