@charset "utf-8";
/* CSS Document */

/* 1. base
---------------------------------------------------- */
html {font-size: 62.5%;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
* html {font-size: 50%;}
*:first-child+html {font-size: 50%;}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	background: #161D5A;
}
body, div, h1, h2, h3, h4, h5, h6, p, form, address, dl, dt, dd, ul, ol, li, img {
	margin: 0;
	padding: 0;
	border: none;
	word-break : break-all;
	list-style: none;
	color: #333;
}
img {vertical-align:baseline;}
label { cursor: pointer;}  
table {
}
h1, h2, h3, h4, h5, h6, p, dt, dd, td, th, li {
	line-height: 1.5;
	font-weight:normal;
	font-size:1.2em;
}
h4{
font-weight:bold;}
/* リンク色 */
a:link, 
a:visited, 
a:hover, 
a:active {
	color:#666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Layout
---------------------------------------------------------*/
#Docbody{
	width:960px;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
	height:100%;
	background:url("/bb_web/images/common/bg_white.gif");
}
#Header{
	background:url("/bb_web/images/index/ba_header.jpg") left top no-repeat;
}
#Header h1{
	display:inline-block;
	padding-bottom:388px;
	padding-top:12px;
	padding-right:608px;
}
#g_navi{
	margin-top:-60px;

}
#g_navi li{
	display:inline;
}
.game_schedule{
	background:url("/bb_web/images/index/bg_gameshedule.jpg") left center no-repeat;
	margin-top:10px;
	padding:22px 0;
	text-align:right;

	background-color:#FFFFFF;
}
.game_schedule .bg{
	background:url("/bb_web/images/index/bg.jpg") left center no-repeat;
	color:#FF9900;
	margin-right:81px;
}
.game_schedule p{
	width:640px;
	font-weight:bold;
	color:FF9900;
	margin-right:80px;
	margin-left:238px;
}
.contents_box{
	padding-left:30px;
	padding-bottom:20px;
	background-color:#FFFFFF;
}

/*left_contents----------------------------*/
.left_contents{
	width:630px;
	float:left;
	margin-right:10px;
	background-color:#FFFFFF;
}
.left_contents .topics{
	text-align:right;
	background:url("/bb_web/images/index/ttl_topics.jpg") left center no-repeat;
	padding:11px 0;
}
.left_contents .topics img{
	margin-right:5px;
}
.left_contents .blog{
	text-align:right;
	background:url("/bb_web/images/index/ttl_blog.jpg") left center no-repeat;
	padding:11px 0;
}
.left_contents .blog li{
	padding-left:10px;
}
.left_contents .blog img{
	margin-right:5px;
}

.left_contents ul{
	text-align:left;
}

.left_contents dl.topics_index{
	padding:5px 0 5px 10px;
	text-align:left;
	display:block;
}
.left_contents dl.topics_index_gray{
	text-align:left;
	background-color:#CCCCCC;
	padding:3px 0px;
	display:block!important;	
}
.left_contents dl.topics_index_gray{
	padding-left:10px;
}


.left_contents .news{
	text-align:right;
	background:url("/bb_web/images/index/ttl_news.jpg") left center no-repeat;
	padding:11px 0;
}
.left_contents .news img{
	margin-right:5px;
}
/*right_contents----------------------------*/
.right_contents{
	width:255px;
	float:left;
	background-color:#FFF;
	text-align:left;
}
.right_contents .game_result_inner{
	background:url("/bb_web/images/index/bg_result_bottom.jpg") left bottom repeat-y;
	text-align:center;
}
bg_result_bottom2.jpg
.right_contents .game_result{
	background:url("/bb_web/images/index/bg_result.jpg") left top no-repeat;
	padding-bottom:30px;
}
.right_contents .game_result p.title_result{
	background:url("/bb_web/images/index/bg_black_bottom.jpg") center bottom no-repeat;
	padding-top:5px;
	padding-bottom:3px;
	font-weight:bold;
	color:#FF9900;
	width:221px;
	margin:0 auto 10px auto;
}
.right_contents .game_result .result_btn{
	padding-left:164px;
	background:url("/bb_web/images/index/bg_result_bottom2.jpg") left bottom no-repeat;
	padding-top:10px;
}
.right_contents .game_result p{
	text-align:left;
	padding-left:17px;
}
* html .right_contents .game_result p{
	text-align:left;
	padding-left:18px;
}
*:first-child+html .right_contents .game_result p{
	text-align:left;
	padding-left:18px;
}
table.result_table{
	width:222px;
	font-size:10px;
	background-color:#000000;
	margin:0 auto;
}
table .title{
	padding:0 0 0 5px!important;
}
table .title_score{
	padding:0 0 0 15px!important;
}
table .score_result{
	background:url("/bb_web/images/index/bg_table_result.jpg") center bottom no-repeat;
	color:#FFFFFF;
	font-weight:bold;
}
table .score_name{
	background:url("/bb_web/images/index/bg_table.jpg") center bottom no-repeat;
	color:#FFFFFF;
}
table td{
	padding:5px;
}
#Footer{
	background-color:#FFFFFF;
	padding-bottom:30px;
	font-size:9px;
}
#Footer p.sitemap{
	clear:both;
	background-color:#D1D3E9;
	text-align:center;
	padding:3px 0;
}
#Footer .boader_footer{
	border-bottom: #000 solid 2px;
	padding-bottom:5px;
}
#Footer .copy{
	padding-top:20px;
}



/* 99. clearfix
---------------------------------------------------- */
/* clearfix */
.clearfix:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
	*html .clearfix { height: 1%; }
	.clearfix { display: block; }
/* End hide from IE-mac */


/* 
---------------------------------------------------------*/

.bluearrow{
	background:url("/bb_web/images/common/icon_arrow.gif") left center no-repeat;
	padding-left:20px;
}
.toparrow{
	background:url("/bb_web/images/common/toparrow.gif") left center no-repeat;
	padding:3px 0 3px 20px;
}
.Dblock{
	display:block;
}
.white{
	color:#FFFFFF;
}
.pb20{
	padding-bottom:20px;
}
.pb10{
	padding-bottom:10px
}
.dt_style{
width:70px;
float:left;
padding-right:10px;
}
.dd_style{
width:530px;
float: left;
}
.dt_topics{
width: 120px;
float: left;
padding-right: 10px;
}
.dd_topics{
width: 670px;
float: left;
}

