@charset "utf-8";
/* CSS Document */

#tab {
	padding: 5px 0 0 0;
}

#tab ul {
	margin:0 0 0 5px;
	padding-bottom: 0px;
}

#tab li {
	display: inline;
}

#tab li#main {
}


.clearboth { 
clear: both; 
}


ul.article {
	list-style: none outside;
	line-height:1em;
	margin:0 5px 0 5px; padding:0px;

}

ul.article li {
	line-height:1em;
	margin:0 0 0px 0; padding:4px;
}


ul.article li ul {
	list-style: none outside;
}

ul.article li ul li {
	font-size:0.8em;
	line-height:1.2em;
	margin:0;
	padding:0;
	list-style-position: inside;
	list-style-image: url(http://www.famitsu.com/img/icon_arrow_more.gif);
	background-position: left center;
}

li.past  {
	border-bottom: 5px #ffffff solid;
	background:#e0e0e0;
	background-image: url("http://www.famitsu.com/live/live_past.png");
	background-repeat: no-repeat;
	background-position: left top;
}

li.new {
	border-bottom: 5px #ffffff solid;
	background:#fff0d8;
	background-image: url(http://www.famitsu.com/live/live_new.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/*#articlePage #container {
	width:1080px!important;
}*/

/*#articlePage #container {
	width:1080px!important;
}*/

/*#articlePage #centerContentsBox {
	width:765px!important;
}*/



#articlePage #container #mainContents #centerColumn #centerContentsBox .icon {
	float:right;
	width:94px;
	margin:0 0 0 6px;
}

#articlePage #container #mainContents #centerColumn #centerContentsBox .new h2 {
	font-size:1.0em; color:#303030; font-weight:bold;
	line-height:1.1em;
	margin:4px 0 4px 0; padding:4px 0 0 0;
	clear:none;
}
#articlePage #container #mainContents #centerColumn #centerContentsBox .past h2 {
	font-size:1.0em; color:#787878; font-weight:bold;
	line-height:1.1em;
	margin:4px 0 4px 0; padding:4px 0 0 0;
	clear:none;
}

#articlePage #container #mainContents #centerColumn #centerContentsBox .new .date {
	line-height:0.8em;
	margin:0 0 0 62px;
	padding:0;
	font-size:0.8em; color:#e06000; font-weight:bold;
}
#articlePage #container #mainContents #centerColumn #centerContentsBox .past .date {
	line-height:0.8em;
	margin:0 0 0 70px;
	padding:0;
	font-size:0.8em; color:#808080;
}

#articlePage #container #mainContents #centerColumn #centerContentsBox .new .summary {
	font-size:70%; color:#606060;
	line-height:1.2em;
	margin:0 0 4px 0;
}

#articlePage #container #mainContents #centerColumn #centerContentsBox .past .summary {
	font-size:0.8em; color:#808080;
	line-height:1.2em;
}

