@charset "SHIFT_JIS";
/*
File name:top.css
Date:2011.11.25

Table of Contents:
[1] primary-topics
[2] primary-contents section-lv2
[3] main section-lv2
[4] sub section-lv2
[5] thirdly-contents section-lv2
*/

/*========================================
[1] primary-topics
========================================*/
div#primary-topics {
	height:350px;
	margin-bottom:15px;
}
div#primary-topics h2 {
	width:0;
	height:0;
	overflow:hidden;
}
/* old style
div#primary-topics {
	margin-bottom:15px;
}
div#primary-topics a {
	color:#e5b200;
	font-weight:bold;
}
div#primary-topics a:hover {
	color:#e60517;
}
div#primary-topics h2 {
	width:0;
	height:0;
	overflow:hidden;
}
div#primary-topics div#caption {
	padding:15px;
	color:#ffffff;
	background-color:#222222;

	-moz-border-radius-bottomright:3px;
	-khtml-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-khtml-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
}
div#primary-topics div#caption h3 {
	margin-bottom:10px;
	color:#e5b200;
	font-size:18px;
}
*html div#primary-topics div#caption h3 {
	margin:5px 0;
}
div#primary-topics div#caption p {
	font-size:12px;
	line-height:1.5;
}
*/
/*========================================
[2] primary-contents section-lv2
========================================*/
div#primary-contents div.section-lv2 {
	margin-bottom:15px;
}
div#primary-contents div.section-lv2 div.tb {
	width:665px;
	height:26px;
	color:#ffffff;
	font-weight:bold;
	background:url("../../2012/common/tb_primary.gif") no-repeat;
	position:relative;
}
div#primary-contents div.section-lv2 div.tb h2 {
	position:absolute;
	top:5px;
	left:20px;
	text-shadow:0 1px 0 rgba(255,255,255,0.2), 0 -1px 0 rgba(0,0,0,0.2);
}
div#primary-contents div.section-lv2 div.tb a.tolist {
	display:block;
	padding-right:8px;
	font-size:12px;
	color:#ffffff;
	background:url("../../2012/common/tb_primary_arrow.png") no-repeat right 4px;
	position:absolute;
	top:6px;
	right:10px;
	text-decoration:none;
}
div#primary-contents div.section-lv2 div.tb a.tolist:hover {
	text-decoration:underline;
}
div#primary-contents div.section-lv2 div.inner {
	padding:10px;
	padding-bottom:20px;
	border:1px solid #aaaaaa;
	border-top:none;

	-moz-border-radius-bottomright:3px;
	-khtml-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-khtml-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
}
/*===== news =====*/
/* RSS */
div#primary-contents div#news.section-lv2 div.tb a#rss {
	display:block;
	width:44px;
	height:16px;
	padding-right:10px;
	border-right:1px solid #000000;
	text-indent:-9999px;
	overflow:hidden;
	background:url("../../../global_parts/rss.png") no-repeat;
	position:absolute;
	top:4px;
	right:63px;
}
div#primary-contents div#news.section-lv2 div.tb a#rss:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
/*
div#primary-contents div#news.section-lv2 div.tb a#rss {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}
*/
/* table */
div#primary-contents div.section-lv2 table {
	width:100%;
}
div#primary-contents div.section-lv2 table th {
	width:60px;
	padding:10px;
	border:none;
	border-bottom:1px dotted #cccccc;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	background:transparent url("../../2012/common/dot_red.gif") no-repeat 8px; 6px;
	background:none;
}
*html div#primary-contents div.section-lv2 table th {
	width:70px;
}
div#primary-contents div.section-lv2 table td {
	padding:10px;
	border:none;
	border-bottom:1px dotted #cccccc;
	line-height:1.6;
}
div#primary-contents div.section-lv2 table td img {
	margin-left:3px;
}
/*===== photogallery =====*/
div#primary-contents div#photogallery.section-lv2 div.inner {
	position:relative;
}
div#primary-contents div#photogallery.section-lv2 div.inner div.list-carousel {
	width:auto;
	padding-left:27px;
}
div#primary-contents div#photogallery.section-lv2 li {
	float:left;
	position:relative;
}
div#primary-contents div#photogallery.section-lv2 li a {
	display:block;
	width:107px;
	height:107px;
	margin:6px;
}
*html div#primary-contents div#photogallery.section-lv2 li a {
	margin:5px;
}
div#primary-contents div#photogallery.section-lv2 li a img {
	border:2px solid #d9a72f;
}
div#primary-contents div#photogallery.section-lv2 li a:hover {
	color:#d9a72f;
}
div#primary-contents div#photogallery.section-lv2 div.inner a.photogallery-navi {
	display:block;
	width:25px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background-position:0 0;
	position:absolute;
}
div#primary-contents div#photogallery.section-lv2 div.inner a#next {
	background:url("../../2012/image/next.png") no-repeat;
	top:57px;
	right:7px;
}
div#primary-contents div#photogallery.section-lv2 div.inner a#next:hover {
	background-position:0 -25px;
}
div#primary-contents div#photogallery.section-lv2 div.inner a#prev {
	background:url("../../2012/image/prev.png") no-repeat;
	top:57px;
	left:7px;
}
div#primary-contents div#photogallery.section-lv2 div.inner a#prev:hover {
	background-position:0 -25px;
}

/*========================================
[3] main section-lv2
========================================*/
div#main div.section-lv2 {
	margin-bottom:15px;
}
div#main div.section-lv2 div.tb {
	width:330px;
	height:26px;
	color:#ffffff;
	font-weight:bold;
	background:url("../../2012/common/tb_primary_main.gif") no-repeat;
	position:relative;
}
div#main div.section-lv2 div.tb h2 {
	position:absolute;
	top:5px;
	left:20px;
	text-shadow:0 1px 0 rgba(255,255,255,0.2), 0 -1px 0 rgba(0,0,0,0.2);
}
div#main div.section-lv2 div.tb a.tolist {
	display:block;
	padding-right:8px;
	font-size:12px;
	color:#ffffff;
	background:url("../../2012/common/tb_primary_arrow.png") no-repeat right 4px;
	position:absolute;
	top:6px;
	right:10px;
}
div#main div.section-lv2 div.tb a.tolist:hover {
	color:#ffb400;
}
div#main div.section-lv2 div.inner {
	padding:7px;
	border:1px solid #9a9a9a;
	border-top:none;
	font-size:12px;
	line-height:1.3;

	-moz-border-radius-bottomright:3px;
	-khtml-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-khtml-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
}
div#main div.section-lv2 div.inner div.thumb {
	float:left;
}
div#main div.section-lv2 div.inner div.thumb img {
	margin-right:10px;
	border:2px solid #ffb400;
}

/*========================================
[4] sub section-lv2
========================================*/
div#sub div.section-lv2 {
	margin-bottom:15px;
}
div#sub div.section-lv2 div.tb {
	width:330px;
	height:26px;
	color:#ffffff;
	font-weight:bold;
	background:url("../../2012/common/tb_primary_sub.gif") no-repeat;
	position:relative;
}
div#sub div.section-lv2 div.tb h2 {
	position:absolute;
	top:5px;
	left:20px;
	text-shadow:0 1px 0 rgba(255,255,255,0.2), 0 -1px 0 rgba(0,0,0,0.2);
}
div#sub div.section-lv2 div.tb a.tolist {
	display:block;
	padding-right:8px;
	font-size:12px;
	color:#ffffff;
	background:url("../../2012/common/tb_primary_arrow.png") no-repeat right 4px;
	position:absolute;
	top:6px;
	right:10px;
}
div#sub div.section-lv2 div.tb a.tolist:hover {
	color:#ffb400;
}
div#sub div.section-lv2 div.inner {
	padding:7px;
	border:1px solid #9a9a9a;
	border-top:none;
	font-size:12px;
	line-height:1.3;

	-moz-border-radius-bottomright:3px;
	-khtml-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-khtml-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
}
div#sub div.section-lv2 div.inner div.thumb {
	float:left;
}
div#sub div.section-lv2 div.inner div.thumb img {
	margin-right:10px;
	border:2px solid #ffb400;
}

/*========================================
[5] thirdly-contents section-lv2
========================================*/
div#thirdly-contents div.section-lv2 {
	margin-bottom:15px;
}
div#thirdly-contents div.section-lv2 div.tb {
	width:950px;
	height:26px;
	color:#ffffff;
	font-weight:bold;
	background:url("../../2012/common/tb_thirdly.gif") no-repeat;
	position:relative;
}
div#thirdly-contents div.section-lv2 div.tb h2 {
	position:absolute;
	top:5px;
	left:20px;
	text-shadow:0 1px 0 rgba(255,255,255,0.2), 0 -1px 0 rgba(0,0,0,0.2);
}
div#thirdly-contents div.section-lv2 div.tb a.tolist {
	display:block;
	padding-right:8px;
	font-size:12px;
	color:#ffffff;
	background:url("../../2012/common/tb_thirdly_arrow.png") no-repeat right 4px;
	position:absolute;
	top:6px;
	right:10px;
	text-decoration:none;
}
div#thirdly-contents div.section-lv2 div.tb a.tolist:hover {
	text-decoration:underline;
}
div#thirdly-contents div.section-lv2 div.inner {
	padding-top:10px;
}
/*
div#thirdly-contents div.section-lv2 div.inner {
	padding:10px;
	border:1px solid #9a9a9a;
	border-top:none;

	-moz-border-radius-bottomright:3px;
	-khtml-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-khtml-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
}
*/

/*===== idTabs =====*/
div.idTabs {
}
div.idTabs ul {
}
div.idTabs li {
	float:left;
	margin-right:5px;
}
div.idTabs li a {
	display:block;
	width:114px;
	height:21px;
	padding-top:7px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	background:url("../../2012/image/idTabs_neg.gif") no-repeat;
	text-shadow:0 1px 0 rgba(255,255,255,0.2), 0 -1px 0 rgba(0,0,0,0.2);
}
*html div#thirdly-contents div.idTabs li a {
	color:#000000;
}
div.idTabs li a.selected {
	background:url("../../2012/image/idTabs_pos.gif") no-repeat;
}
div.idTabs div.section-lv3 {
	padding:3px 15px 15px;
	border:1px solid #a08800;
	border-top:3px solid #ffbb17;
	/*background:#fffef3 url("https://www.japanbasketball.jp/alljapan/2012/image/bg_team.gif") no-repeat right bottom;*/
	background-color:#fffef3;
}
div.idTabs div.section-lv3 h3 {
}
div.idTabs table {
	width:100%;
	border-top:1px dotted #666666;
}
div.idTabs table th {
	width:9%;
	padding:10px 5px;
	border-bottom:1px dotted #9f9e98;
	color:#000000;
	font-weight:bold;

	background:none;
}
div.idTabs table td {
	padding:10px 5px;
	border-bottom:1px dotted #9f9e98;
}
div.idTabs table td a {
	color:#005ac0;
}
div.idTabs table td a:hover {
	text-decoration:underline;
}

#women p , men p {
	margin:10px 0 0 0;
	padding:15px;
	border:1px solid #FFC435;
	background:#FFF5DD;

/*===== live =====*/
div#live {
	width:665px;
	height:33px;
	background:#ffb503 url("https://www.japanbasketball.jp/image/bg_live.gif") no-repeat;
}
div#live ul {
	position:relative;
	display:block;
	overflow:hidden;
	width:477px;
	height:33px;
}
div#live li {
	display:block;
	position:absolute;
	top:-999em;
	left:0;
	white-space:nowrap;
	text-align:center;
}
div#live li a {
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
div#live li a:hover {
	color:#0059df;
}