
/*
======== CONTENTS =========

toppage.css
last-updated:2007/08/19

	1.arena
	2.PR
	3.newslist
	4.newcontents
	5.series

===========================
*/



/*
===== 1.arena ======
*/
.arena{
	margin: 0px 0px 8px 5px;
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 10px 4px 10px;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

.arena p{
	margin-bottom: 6px;
}


/*
===== 3.newslist ======
*/
#newslist .spot{
	border-bottom: 1px solid #e7e7e7;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 4px 0px;
}

#newslist .spot li{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 17px;
	list-style-type: none;
	list-style-position: outside;
	font-size: 90%;
	line-height: 1.3em;
	background: url(/yz/static/common/images/b-01.gif) no-repeat 0px 2px;
}
* html #newslist .spot li{
	margin-bottom: 4px;
}

#newslist .spot li a{
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 0px;
}

#newslist .add{
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 13px;
	background: url(/yz/static/common/images/bar-dot2.gif) repeat-x bottom;
}

#newslist .add li{
	padding: 1px 0 1px 0;
	list-style-type: none;
	line-height: 1.3;
	display: inline;
	font-size: 80%;
}

#newslist .date{
	font-size: 80%;
	line-height: 1.3;
	color:#666
}



#newslist2 div.news_nsj{
	float:left;
	width:100%;
	margin-right:5px;
}


#newslist2 div.news_nsj div.item1{
	text-align:left;
	padding-left:14px;
	background:#FFFFFF url(/yz/static/common/images/b_square_g.gif) no-repeat scroll 0 0.4em;
	font-size:80%;
	list-style-type:none;
	margin:5px 0px 5px 0px;
	
}
#newslist2 div.news_nsj div.item2{
	text-align:left;
	padding-left:14px;
	background:#FFFFFF url(/yz/static/common/images/b_square.gif) no-repeat scroll 0 0.4em;
	font-size:80%;
	list-style-type:none;
	margin:5px 0px 5px 0px;
	
}

#newslist2 div.news_date_line
{
	margin:8px 0px 8px 0px;
	padding:0px 0px 2px 2px;
	font-size:80%;
	font-weight:bold;
	border-bottom:dotted 1px #999999;
}


#newslist2 div.news_nsj_list{
	float:left;
	width:49%;
}




.morelist {
	font-size: 85%;
	line-height: 1.2;
	padding:6px 0 3px 0px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:5px;
}


.morelist a{
	background: url(/yz/static/common/images/b_square_g.gif) no-repeat 0 0.4em;
	padding: 0 6px 0 12px;
}

.morelist .to_news {
	float: right;
}
.morelist .to_news .txt{
	background:transparent none no-repeat scroll 0 0; padding:0;
}



/*
===== 5.series ======
*/

#series{
}

.series_item {
	background: url(/yz/static/common/images/series_line.gif) repeat-x;
	clear: both;
	margin: 2px 0px 10px 0px;
	padding: 12px 0px 0px 0px;
	display: block;
	border: solid 0px black;
	float: left;
	width: 100%;
}


/*
.series_item:after {
	content: url(/yz/static/common/images/spacer.gif);
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
*/

/* Holly Hack Targets IE Win only \*/
/* * html .series_item {height: 1%;}
.series_item {display: block;}
*/
/* End Holly Hack */

.series_img{
	background: url(/yz/static/common/images/series_img_bg.gif) no-repeat;
	width:60px;
	height:60px;
	float:left;
	margin: 0px 2px 2px 5px;
	padding: 4px;
	/*border: solid 0px red*/
}

.series_block{
	display: block;
	float: left;
	width: 214px;
	/*border: solid 0px green;*/
}

.series_category{
	font-size: 85%;
	background: url(/yz/static/common/images/b-cate.gif) no-repeat 0.2em 0.1em;
	padding: 0 0 0 19px;
}

.series_title{
	font-size: 95%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 4px 0px;
/*	padding: 0 0 0 19px; */
}

.series_corner_summary{
	font-size: 12px;
	color: #666666;
	line-height: 1.3;
	text-align:justify;
	text-justify: inter-ideograph;
}

.series_writer{
	font-size: 80%;
	line-height: 1.4;
	text-align:right;
	padding: 2px 0;
}



.series_summary{
	margin: 0px 0px 0px 12px;
	font-size: 70%;
	color: #666666;
	line-height: 1.2;
}


.summary_date{
	float:left;
	width:10em;
	padding: 2px 0 0 0;
}


/*
===== 2/12修正 ======
*/

.summary_tag{
	padding: 2px 0px 0px 22px;
	background: url(/yz/static/common/images/icon_tag_user.gif) no-repeat;
	min-height:16px;
	float: left;
}

.summary_tag a{
	margin: 0px 0px 0px 0px;
	text-decoration:underline;
}

/*
===== アリーナ用タブ ======
*/

ul#top_tab {
	margin:0px 0px 0px 5px;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:28px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url(/yz/static/common/images/bgOFF.gif) repeat-x top left;
	border-top:1px solid #CCCCCC;

}
ul#top_tab li {
	display:block;
	float:left;
	margin:0;
	pading:0;
}
ul#top_tab li a {
	display:block;
	float:left;
	color:#666666;
	text-decoration:none;
	padding:8px 20px 0 20px;
	background:transparent url(/yz/static/common/images/bgDIVIDER.gif) no-repeat top right;
	height:20px;
	outline:none;

}
ul#top_tab li a:hover {
	background: url(/yz/static/common/images/bgHOVER.gif) no-repeat right top transparent;
	color:#666666;
}
ul#top_tab li a.current, ul#top_tab li a.current:hover {
	color:#666666;
	background:transparent url(/yz/static/common/images/bgHOVER.gif) no-repeat top right;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-bottom:#ffffff 1px solid;

}

/*
===== トップページ用FX ======
*/

.top_fx {
	margin: 0 0 8px 5px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:5px 0px 5px 10px;
}
.top_fx .box {
	float:left;
	padding: 0 14px 0 0px;
	text-align:center;
	font-size:11px;
}

.top_fx .box a {
font-weight:bold;
text-decoration:underline;
}

.top_fx .banner {
	margin:0px auto 5px auto;
}

.top_fx_title {
background-image: url(/yz/static/common/images/fx/ranking_back.gif);
background-repeat: repeat-x;
margin: 0 0 0 5px;
padding:0;

}

/*
===== トップページ用chart ======
*/

.top_chart {
	margin: 0 0 8px 6px;
	border: 1px solid #cccccc;
	padding:5px 0px 5px 10px;
}

.block_topchart {
	float: left;
	margin:0 15px 0 0;
	padding:0 5px;
}
.block_topchart .title {
	background:url(/yz/static/common/images/title_chartback.gif) no-repeat;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
	
td.top_chart_footer {
vertical-align:bottom;
	font-size:10px;
	padding:4px;
}