body#index {
	background-image:none;
	background-color:#fff;
}

/* ************************************* メインイメージ
*/
#main_image {
	position:relative;
	height:450px;
	overflow:hidden;
	margin-bottom:20px;
}
#main_image li{
	position:absolute;
	top:0px;
	left:0px;
	width:940px;
	height:450px;
	text-align:center;
	background-color:#fff;
}
#main_image #twitter {
	position:absolute;
	top:50px;
	left:60px;
	background:rgba(255,255,255,0.5);
	padding:10px;
	text-align:right;
}
#main_image #main_logo {
	position:absolute;
	bottom:20px;
	right:60px;
}
/* ************************************* レイアウト
*/

#index #contents_inner {
	color:#333;
}
#index #column1 {
	width:540px;
	overflow:hidden;
	float:left;
}
#index #column2 {
	width:380px;
	float:right;
}

/* ************************************* 見出し
*/
#index h2 {
	font-family: 'Cabin', sans-serif;
	font-weight: 500;
	margin-bottom:20px;
}
#index h3 {
	font-weight: normal;
	font-size:16px;
	line-height:1.2;
	margin-bottom:10px;
}

/* ************************************* エントリー
*/
#entries {
	padding:20px;
	margin-bottom:20px;
}
#index .entry {
	width:500px;
	margin:0 0px 20px 0;
	position:relative;
	clear:both;
}
#index .entry_inner {
}
#index .entry h3 {
}
#index .entry .entry_thumb{
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
}
#index .entry .entry_thumb.no_thumbnail{
	background:#f0f0f0;
}
#index .entry .entry_elms{
	width:385px;
	float:right;
}
#index .entry p{
	font-weight: normal;
	font-size:12px;
	color:#333;
}
#index .entry .entry_date{
	color:#999;
	border-bottom:solid 1px #ccc;
	margin:0 0 8px 0;
}
#index .entry .entry_numcomments{
	display:none;
}




/* ************************************* カテゴリ
*/
#index .entry .entry_cat {
	width:100px;
	height:18px;
	position:absolute;
	top:43px;
	left:0px;
}
#index .leaguenews .entry_cat {
	background:url(../images/index/cat_leaguenews.png) no-repeat;
}
#index .informations .entry_cat {
	background:url(../images/index/cat_informations.png) no-repeat;
}
#index .events .entry_cat {
	background:url(../images/index/cat_events.png) no-repeat;
}


/* ************************************* TW
*/
#twitter {
	padding:20px;
	margin-bottom:20px;
}



/* ************************************* ポイントランキング
*/
#pointranking {
	padding:20px;
	margin-bottom:20px;
	overflow:hidden;
}
#pointranking #footer {
	display:none;
}
#pointranking h3{
	color:#333;
	font-weight: normal;
	font-size:16px;
	margin:0 0 5px 0;
}
#pointranking .inner {
}
#pointranking h3 a{
	color:#333;
}
#pointranking table{
	width:100%;
	border-collapse:collapse;
	margin:0 0 20px 0;
}
#pointranking th,
#pointranking td{
	border-bottom:solid 1px #999;
	font-weight:normal;
}
#pointranking .team {
	text-align:left;
	padding:5px 0 5px 5px;
}
#pointranking td.team {
	width:40%;
	background:#eee;
	color:#000;
}
#pointranking td.team a{
	color:#000;
}
#pointranking th,
#pointranking td{
	text-align:right;
	width:12%;
}




/* ************************************* FB
*/
#facebook {
	padding:0;
