@charset "UTF-8";

/* _____________________________________________________________________LAYOUT */

h1{
	margin:0px;
	padding:0px;
}

#visual_area{
	padding:10px;
	text-align:left;
}

#visual_image{
}

#movie_area{
	float:right;
	width:320px;
	height:180px;
}

.column_left{
	width:310px;
	margin:0px;
	float:left;
}

.column_right{
	width:310px;
	margin:0px;
	float:right;
}

div#court_area{
	position:relative;
	width:310px;
	height:95px;
	background:url('../img/bg_court.gif') no-repeat;
	margin:-6px 0 5px;
}

div#match_area{
	position:relative;
	width:310px;
	height:95px;
	background:url('../img/bg_match.gif') no-repeat;
	margin:-6px 0 5px;
}

div#court_area h2,
div#match_area h2{
	display:none;
}

div#court_area ul,
div#match_area ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

div#court_area ul li,
div#match_area ul li{
	position:absolute;
	top:70px;
}

div#court_area ul li.menu1,
div#match_area ul li.menu1{
	left:32px;
}
div#court_area ul li.menu2,
div#match_area ul li.menu2{
	right:32px;
}

div#main_bnr_area{
	clear:both;
	width:630px;
	margin-bottom:10px;
}

div#news_area,
div#match_list_area{
	position:relative;
	width:310px;
	height:217px;
	margin-bottom:10px;
	background:url('../img/bg_news.gif') bottom center no-repeat;
}

dl.news_list{
	height:165px;
	margin:0px;
	padding:0px 1px 0px 5px;
	font-size:10px;
	line-height:12px;
	color:#808080;
	overflow:auto;
}

dl.news_list dt{
	margin:0px 0px 3px;
}

dl.news_list dd{
	padding:0px 0px 5px;
	margin:0px 0px 5px;
	border-bottom:dotted 1px #000000;
}


div#match_list_area p{
	font-size:9px;
	line-height:10px;
	color:#808080;
	padding:3px 5px;
	margin:0px 0px 5px;
}

dl.match_list{
	height:125px;
	margin:0px;
	padding:0px 1px 0px 5px;
	font-size:10px;
	line-height:12px;
	color:#808080;
	overflow:auto;
}

dl.match_list dt{
	float:left;
	padding-left:30px;
	font-size:15px;
	line-height:16px;
	color:#000000;
	margin:0px;
}

dl.match_list dt.y2012{background:url('../img/list_icon/bg_year2012.gif') left center no-repeat;}
dl.match_list dt.y2013{background:url('../img/list_icon/bg_year2013.gif') left center no-repeat;}
dl.match_list dt.y2014{background:url('../img/list_icon/bg_year2014.gif') left center no-repeat;}
dl.match_list dt.y2015{background:url('../img/list_icon/bg_year2015.gif') left center no-repeat;}

dl.match_list dd{
	padding:0px 0px 3px 114px;
	margin:0px 0px 3px;
	border-bottom:dotted 1px #000000;
	font-size:11px;
	line-height:16px;
	color:#000000;
}
dl.match_list dd.class01{background:url('../img/list_icon/icon_op.gif') left top no-repeat;}
dl.match_list dd.class02{background:url('../img/list_icon/icon_b.gif') left top no-repeat;}
dl.match_list dd.class03{background:url('../img/list_icon/icon_sb.gif') left top no-repeat;}
dl.match_list dd.class04{background:url('../img/list_icon/icon_ub.gif') left top no-repeat;}
dl.match_list dd.class05{background:url('../img/list_icon/icon_cub.gif') left top no-repeat;}
dl.match_list dd.class06{background:url('../img/list_icon/icon_st.gif') left top no-repeat;}
dl.match_list dd.class07{background:url('../img/list_icon/icon_jr.gif') left top no-repeat;}
dl.match_list dd.class08{background:url('../img/list_icon/icon_ej.gif') left top no-repeat;}
dl.match_list dd.class09{background:url('../img/list_icon/icon_ld.gif') left top no-repeat;}
dl.match_list dd.class10{background:url('../img/list_icon/icon_ov30.gif') left top no-repeat;}
dl.match_list dd.class11{background:url('../img/list_icon/icon_mix.gif') left top no-repeat;}


div#blog_area{
	position:relative;
	width:630px;
	height:217px;
	margin-bottom:10px;
	background:url('../img/bg_blog.gif') bottom center no-repeat;
}

div#news_area h2,
div#match_list_area h2,
div#blog_area h2{
	margin:0px 0px 2px;
	padding:0px;
	font-size:1px;
	line-height:1px;
}
.more{
	position:absolute;
	bottom:4px;
	right:4px;
}
	
div#twitter_area{
	clear:both;
	position:relative;
	width:630px;
	height:360px;
}

#twitter1,#twitter2,#twitter3{
	position:absolute;
	top:0px;
	width:200px;
}

#twitter1{left:0px;}
#twitter2{left:214px;}
#twitter3{right:0px;}







