@charset "utf-8";


/*
===== 1.arena ======
*/
.arena{
	padding:10px 10px 0px 20px;
	background-color: #FFFFFF;
	/* background-image: url(/ez/static/common/images/arena_bg.gif); */
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	margin: 0 0 10px 5px;
}

.arena a , .arena a:link {
color:#000000;
}
.arena a:visited{
color:#000000;
}
.arena a:hover {
color:#FF8000;
text-decoration: underline;
}


.arena_toptitle {
	background:transparent url(/ez/static/common/images/arena_title_back.png) repeat-x scroll left top;
	display:block;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
margin: 0 0 0px 5px;	padding:0;
	position:relative;
	width:auto;
}

.arena_toptitle  .inner{
padding:8px 0 5px 10px;
}

.arena .arena_item {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  clear:both;
  _zoom: 1;   
    overflow: hidden; 
}
.arena .arena_item_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 0px 4px 0px;

}

.arena .arena_contents {
  float:left;
  border:solid 0px black;
}


.arena .arena_img {
  float:left;
  margin-top: 0;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 4px;
  border: 1px solid #CCCCCC;
  padding:1px;
}

.arena .arena_summary {
    font-size: 75%;
    line-height: 1.5em;
}

.arena .arena_img_left {
  float:left;
  padding:0px;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 0;
  border: 1px solid #CCCCCC;
}

.arena .arena_img_sum {
  background: url(/ez/static/common/images/sum_img_bg.gif) no-repeat;
  width:90px;
  height:70px;
  padding:5px;
  float:left;
  margin: 4px 0px 0px 14px;
}

.arena h1 {
  color:#000000;
  font-size:120%;
  font-weight: bold;
  line-height:1.2em;
  margin-bottom: 8px;
  font-family:"Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}


.t {
  font-size: 80%;
  text-align:right;
  margin-top: 8px;
  margin-bottom:8px;

}



#newslist .date, .series_body .date{
	font-size: 80%;
	line-height: 1.4;
	color:#666
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
}



.morelist {
	font-size: 90%;
	line-height: 1.2;
	text-align:right;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.morelist a{
	background: url("/ez/static/common/images/icon.png") no-repeat scroll 0 -736px #FFFFFF;
	padding: 0 0px 0 12px;
}



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

#series{
}

#series td {

	border-bottom: 4px solid #DCE5EC;
}


.series_item {
	clear:both;
	margin: 4px 0 12px 0;
/*	border-bottom: 4px solid #DCE5EC;*/
}

.series_head:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.series_head{
	border-bottom: 1px dotted #dfdfdf;
	display: inline-block;
}

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

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

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

.series_item h2{
	font-size: 80%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 4px 0px;
	background:none;
	border-bottom:none;
	border-left:none;
	padding:0;
	
}

.series_text, .series_text_b
{
	clear:both;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 14px;
	font-size: 80%;
	line-height: 1.3;

	background: url(/ez/static/common/images/b-02.gif) no-repeat 0 0.15em;
}
.series_text_b
{
	font-size: 90%;
	font-weight: bold;
}
.series_body{
	margin: 4px 0 16px 0;
}


.series_text_excel
{
	clear:both;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 14px;
	font-size: 90%;
	line-height: 1.3;
	min-height:12px;
	background: url(/ez/static/common/images/b-02.gif) no-repeat 0 0.15em;
}

.series_summary
{
	margin: 0px 0px 6px 14px;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.series_corner_summary{
	font-size: 12px;
	color: #666666;
	line-height: 1.3;
	text-align:justify;
	text-justify: inter-ideograph;
}
.series_block{
	display: block;
	float: left;
	width: 214px;
	/*border: solid 0px green;*/
}

/* アリーナタブ */

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

}

ul#top_tab li {
display:block;
float:left;
margin:0;
}

ul#top_tab li a:hover {
background:transparent url(/ez/static/common/images/bgHOVER.gif) no-repeat scroll right top;
color:#666666;
}

ul#top_tab li a.current, ul#top_tab li a.current:hover {
background:transparent url(/ez/static/common/images/bgHOVER.gif) no-repeat scroll right top;
border-bottom:1px solid #FFFFFF;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#666666;
}
ul#top_tab li a {
background:transparent url(/ez/static/common/images/bgDIVIDER.gif) no-repeat scroll right center;
color:#666666;
display:block;
float:left;
height:20px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:8px 20px 0;
text-decoration:none;
}

.list_article_top {
color:black;
font-weight:bold;
letter-spacing:1px;
line-height:130%;
margin:0px 0 4px 0px;
padding:0;
text-align:left;
}

.sum_img_left_top {
border:1px solid #CCCCCC;
float:left;
margin:0 10px 0 0px;
padding:0;
}

.list_sum_top {
font-size:80%;
line-height:1.4em;
margin:0 3px 2px 0px;
padding:0;
text-align:justify;
_zoom: 1;   
overflow: hidden;
}