
/*■□■□■□■□■□■□■□ 全体■□■□■□■□■□■□■□■□ */
html{
	height:100%;
	-webkit-text-size-adjust: none;
	background-color:#999999;
	
}

body {
	background-repeat:repeat-x;
	width:auto;
	/*position:relative;*/
}
.main_image{
display:block;
position:relative;
z-index:1000;
width:600px;
height:200px;
margin-top:-170px;
margin-left:auto;
margin-right:auto;
}
.main_image_image{
width:600px;
}

body,
a {
	font:13px/1.231 "ＭＳ ゴシック", "Osaka－等幅", "ヒラギノ角ゴ Std W8", "小塚ゴシック Pro H";
	font-weight:100;
	color:#CDCDCD;
}

#container {
	width:100%;
	
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline:none;
}


.clearfix:after {
  content: ".";  
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*■□■□■□■□■□■□■□■□ header ■□■□■□■□■□■□■□■□*/
#header {
	display:block;
	width:100%;
	min-width:600px;
	height:20px;
	background:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	position:relative;
	z-index:800;
}
.header_title_image{
	width:auto;
	display:block;
	margin:auto;
	float:left;
	position:absolute;
	
	}
.header_title_logo{
	display:block;
	width:180px;
	margin:auto;
	float:left;
	position:absolute;
	margin-top:250px;
	}
.header_area{
	height:340px;
	width:600px;
	margin:auto;
	}

#headerInner {
	display:block;
	width:600px;
	height:20px;
	margin:0 auto;
}


#header_top {
	display:block;
	width:100%;
	min-width:600px;
	height:40px;
	top:1px;
	background:url(../images/header_bg.png) repeat-x;	
}




#header ol {
	width:600px;
	margin:0 auto;
	
}

#header ol li {
	float:left;
	
}


/* ■□■□■□■□■□■□■□■□footer ■□■□■□■□■□■□■□■□*/
#footer {
	width:100%;
	min-width:600px;
}

#footerTop {
	width:100%;
	background:url(../images/container_bg5.gif) repeat ;
}

#footerInner {
	width:600px;
	min-width:600px;
	margin:0 auto;
}

#copyright {
	clear:both;
	height:51px;
	width:300px
	padding-top:25px;
	font-size:9px;
	text-align:center;
	margin-left:130px;
}

#copyright .holder {
	display:table;
	margin:0 auto;
	/*width:410px;*/
}

#copyright ul {
	display:table-row;
}

#copyright li {
	display:inline;
}

#copyright span,
#copyright a {
	display:block;
	float:left;
	margin-right:1em;
	border-right:1px #CDCDCD solid;
	padding:0.1em 0.5em;
}

/*■□■□■□■□■□■□■□--共通--■□■□■□■□■□■□■□■□*/
.underline {
	text-decoration:underline;
}


/*■□■□■□■□■□■□■□■□ contents■□■□■□■□■□■□■□■□*/
#wrapper{
	width:600px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:30px;
	}
#main{
	width:600px;
	float:left;
	position:relative;
	display:block;
	
	
	}
#side{
	width:600px;
	float:left;
	margin-top:-10px;
	}
.side_box{
	width:600px;
	float:right;
	position:relative;
	display:block;
	background:url(../images/footer_line.png) repeat-x center bottom;
	padding-bottom:30px;
	margin-bottom:20px;
	}
.side_box.depression{
	width:580px;
	float:right;
	position:relative;
	display:block;
	padding-bottom:30px;
	background:url(../images/container_bg2.gif) repeat ;
	padding:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow:inset 3px 1px 7px #222, inset 2px 1px 1px #000;
	-moz-box-shadow:inset 3px 1px 7px #222, inset 2px 1px 1px #000;
	box-shadow:inset 3px 1px 7px #222, inset 2px 1px 1px #000;
	}
	
	/*■□■□■□■□■□■□■□■□mainの中の箱■□■□■□■□■□■□■□■□*/
	.main_box#box1{
	display:block;
	width:550px;
	float:left;
	position:relative;
	background:url(../images/footer_line.png) repeat-x center bottom;
	padding-bottom:30px;
	margin-bottom:20px;
	}
	
#maininner{
	padding-bottom:0px;
	margin-bottom:0px;
	}
#maininner.line{
	padding-bottom:35px;
	margin-bottom:0px;
	
	}
	
.main_box p{
	margin-top:10px;
	}
	
	
/*くぼみの枠*/	
.main_box img{
	margin-bottom:10px;
	}


.main_box.depression#box1{
	background:url(../images/container_bg2.gif) repeat ;
	width:550px;
	padding:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow:inset 3px 1px 7px #222, inset 2px 1px 1px #000;
	-moz-box-shadow:inset 3px 1px 7px #222, inset 2px 1px 1px #000;
	box-shadow:inset 3px 1px 7px #222, inset 2px 1px 1px #000;
		}


	
	
	
	
/*■□■□■□■□■□■□■□■□チケット購入ボタン■□■□■□■□■□■□■□■□*/
	.ticket_button{
	text-indent:-9999px;
	display:block;
	background:url(../images/ticket_button.png) no-repeat ;
	background-position:0 0;
	width:174px;
	height:56px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	}
	.ticket_button:hover{
		background-position:0 -55px;
		}
	.ticket_button:active{
		background-position:0 -110px;
		}
	.side_box p{
	margin-top:10px;
	}
.title_ticket_button{
	margin-left:-10px;
	margin-top:5px;
	padding-bottom:-30px;
	}
		
	/*■□■□■□■□■□■□■□■□ヘッダーボタン■□■□■□■□■□■□■□■□*/
	.header_button{
	text-indent:-9999px;
	background:url(../images/header_button.png) no-repeat ;
	background-position:0 -65px;
	width:145px;
	height:62px;
	margin-right:5px;
	margin-top:1px;
	}
	#header00:hover{
		background-position:20px -65px;
		}
	
	#header01:hover{
		background-position:-150px -65px;
		}
	#header02:hover{
		background-position:-310px -65px;
		}
			#header03:hover{
		background-position:-465px -65px;
		}
			#header04:hover{
		background-position:-620px -65px;
		}
		#header05:hover{
		background-position:-785px -65px;
		}
		#header06:hover{
		background-position:-940px -65px;
		}
		#header07:hover{
		background-position:-1100px -65px;
		}
		
		#header00{
		background-position:20px -1px;
		}
	
	#header01{
		background-position:-150px -1px;
		}
	#header02{
		background-position:-310px -1px;
		}
			#header03{
		background-position:-465px -1px;
		}
			#header04{
		background-position:-620px -1px;
		}
		#header05{
		background-position:-785px -1px;
		}
		#header06{
		background-position:-940px -1px;
		}
		#header07{
		background-position:-1100px -1px;
		}
	
	
	

	
	
	/*■□■□■□■□■□■□■□■□対戦カード■□■□■□■□■□■□■□■□*/
#wats{
	background:url(../images/logo/large-aomori.png);
	background-size:contain;
	width:100px;
	height:100px;
	}
#lakestars{
	background:url(../images/logo/large-shiga.png);
	background-size:contain;
	width:100px;
	height:100px;
	}	
.logo{
	text-indent:-9999px;
	height:100px;
	width:100px;
	}
	
.card_img{
	display:block;
	width:100px;
	height:100px;
	padding:10px;
	text-align:center;
	}
.card_text{
	display:block;
	width:100px;
	height:20px;
	padding:10px;
	text-align:center;
	}
.card_text2{
	display:block;
	width:200px;
	height:20px;
	padding:10px;
	text-align:left;
	vertical-align:bottom;
	}
.card_text2_date{
	display:block;
	width:200px;
	height:20px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	}
	
.vs{
	font-size:24px;}
	.vs{
	font-size:15px;}
.card{
	padding-top:20px;
	}

.card table{
	margin-top:-20px;
	margin-bottom:-20px;
	}
.card img{
	margin-bottom:10px;
	}

	/*■□■□■□■□■□■□■□■□hr（罫線）■□■□■□■□■□■□■□■□*/
/* IE6用 */
*html hr {
   display :list-item;
   margin-left:-10px;
   list-style :url(../images/footer_line2.png) inside;
}

hr {
	display:none;
   border:0;
   height: 5px;
   background:url(../images/footer_line2.png) ;
}


#sponsor {
	width:100%;
	min-width:600px;
}

#sponsorTop {
	width:100%;
	background:url(../images/container_bg5.gif) repeat ;
	color:#000000;
	padding:30px 0;
}

#sponsorInner {
	display:none;
	width:600px;
	min-width:600px;
	margin:0px auto;
}

#vs_info{
	width:230px;
	margin-top:15px;
	margin-bottom:0px;
	margin-left:15px;
	}
#vs_info #place{
	width:50px;
	}
#vs_info tr{
	background:url(../images/footer_line2.png)  repeat-x bottom;
	height:30px;
	}
#vs_img{
width:260px;
	margin-top:-40px;
	margin-bottom:-20px;
		}

	/*■□■□■□■□■□■□■□■□ニュース枠■□■□■□■□■□■□■□■□*/

.news{
	width:410px;
	display:block;
	}
.news.left{
	float:left;
	position:absolute;
	}
.news.right{
	float:right;
	position:relative;
	}
	.date{
	color:#CC9966;
	margin-left:-10px;
	}
.date2{
	display:block;
	color:#CC9966;
	margin-left:-10px;
	margin-top:10px;
	}



	/*■□■□■□■□■□■□■□■□次の試合枠■□■□■□■□■□■□■□■□*/

.nextgame{
	width:410px;
	display:block;
	}

.nextgame_team{
	font-size:18px;
	color:#CC9966;
	}
.nextgame_ticket{
	width:200px;
	height:44px;
	background-image:url(../images/ticket_button.png);
	background-repeat:no-repeat;

	text-indent:-9999px;
	float:right;
	}
.nextgame_ticket:hover{
background-position:0 -88px;
	}
	
.midokoro{
	display:block;
	width:100px;
	height:20px;
	text-indent:-9999px;
	background-image:url(../images/nextgame_point.png);
	background-repeat:no-repeat;
	}
.place{
	display:block;
	width:100px;
	height:20px;
	text-indent:-9999px;
	background-image:url(../images/nextgame_place.png);
	background-repeat:no-repeat;
	}

.table_results{
	width:400px;
	border-style:solid;
	}
.table_results#team{
	width:40%;
	}
.table_results#score{
	width:10%;
	}
.table_results#results{
	width:20%;
	}
#top{
	background-color:#333333;
	}
	
#team{
	text-indent:20px;
	}	
	
.table_schedule{
	width:250px;
	border-style:solid;
	}
	#schedule td{
		text-indent:20px;
	}
#date td{
background-color:#333333;
	text-indent:10px;
	color:#999999;

	}
#month{
	background-color:#444444;
	text-align:center;
	}
.cal{
	background-image:url(../images/cal_base.png);
	background-repeat:no-repeat;
	width:63px;
	color:#000000;
	text-align:center;
	vertical-align:top;
	font-weight:900;
	font-size:16px;
	height:65px;
	}
.cal span.date{
	display:block;
	font-size:28px;
	width:60px;
	color:#0000cc;
	font-weight:900;
	text-align:center;
	letter-spacing:-1px;
	margin-left:1px;
	

	}
.time{
	font-size:10px;
	letter-spacing:-1px;
	height:5px;
	display:block;
	margin-top:-3px;
	}
.month{
	color:#000000;
	font-size:15px;
	margin:auto;
	}	

#vs_info2{
	display:block;
	height:65px;
	margin-bottom:20px;
	padding-bottom:5px;
	}
.vs_info3{
	display:block;
	margin-left:10px;
	margin-top:-12px;
	}
.home_or_away{
	font-size:12px;
	color:#CC9933;
	}
.game_schedule{
	display:block;
	padding-bottom:15px;
	}
.game_schedule tr td{
	vertical-align:top;
	}
.game_schedule_ticket{
	display:block;
	text-indent:-9999px;
	width:50px;
	height:20px;
	margin-left:20px;
	background-image:url(../images/ticket_small.png);
	}
.game_schedule_ticket:hover{
	background-position:0 -20px;
	}
.game_schedule_ticket:active{
	background-position:0 -40px;
	}
	
	
	
	
#headerInner ol li ul li a{
	float:none;
	clear:both;
	display:block;
	visibility:hidden;
	}
#headerInner ol li:hover ul li a{
	float:none;
	display:block;
	clear:both;
	visibility:visible;
		}
#headerInner ol li:hover ul {
	padding-top:-80px;
	margin-bottom:-200px;
	}
		/*■□■□■□■□■□■□■□■□ヘッダーのhover設定■□■□■□■□■□■□■□■□*/
	
            
            
a, a:visited, a:hover, a:active, a:focus
{
  direction: ltr;
  outline: 0;
}
.holder2
{
  position: absolute;
  width: 125px;
  height: 25px;
  top: 0;
}
dl.menu
{
  width: 250px;
  float: left;
  margin: -32000px 0 0 -9999px;
}
.p1
{
  left: 0;
}
.p2
{
  left: 125px;
}
.p3
{
  left: 250px;
}
.p4
{
  left: 375px;
}
.p5
{
  left: 500px;
}
.p6
{
  left: 625px;
}
.p7
{
  left: 750px;
}
.p8
{
  left: 875px;
}
.p9
{
  left: 1000px;
}
.p10
{
  left: 1125px;
}





dl.menu a
{
  display: block;
  height: 25px;
  font: normal 11px/25px verdana, sans-serif;
  text-decoration: none;
  text-indent: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
dl.menu dt
{
  float: left;
  padding: 0;
  position: relative;
  left: 9999px;
  margin: 32000px 0 0 0;
}
dl.menu dt a
{
  width: 124px;
  background: #aaa;
  float: left;
  color: #fff;
}
dl.menu dt a.sub
{
  background: #888 url(images/arrow.gif) no-repeat 110px center;
  color: #fff;
}
dl.menu dt a:hover, dl.menu dt a:focus, dl.menu dt a:active
{
  margin-right: 1px;
  text-decoration: none;
  background-color: #888;
  color: #fc0;
}
dl.menu dd
{
  float: left;
  padding: 0;
  margin: 0;
}
dl.menu dd.dd3
{
  height: 104px;
}
dl.menu dd.dd4
{
  height: 130px;
}
dl.menu dd.dd5
{
  height: 156px;
}
dl.menu dd:hover
{
  clear: both;
}
dl.menu dd a
{
  position: relative;
  height: 25px;
  background: #aaa;
  width: 124px;
  color: #fff;
  left: 9999px;
  top: -100%;
}
dl.menu dd a:hover, dl.menu dd a:focus, dl.menu dd a:active
{
  margin-right: 1px;
  color: #fc0;
}
dd:hover{
	}

          
	/*■□■□■□■□■□■□■□■□ニュースのスクロール■□■□■□■□■□■□■□■□*/         

.news.left,.news.right{
	height:100px;
	overflow:scroll;
	overflow-x:hidden;
	}
	
	
 	/*■□■□■□■□■□■□■□■□ランキング■□■□■□■□■□■□■□■□*/         
		  
.table_rank{
	width:250px;
	border-style:solid;
	}
	#rank1 td{
		text-indent:20px;
		height:25px;
	}
#rank2 td{
background-color:#333333;
	color:#dddddd;
	text-indent:20px;
	height:25px;

	}
#rank_a td{
background-color:#990000;
	color:#ffffff;
	text-indent:20px;
	height:25px;

	}
#title{
	background-color:#444444;
	text-align:center;
	height:30px;
	}
	
dt{
padding-top:10px;
margin-bottom:-30px;
}	


dd{
	position:relative;
	text-align:center;
	color:#666666;
	}
dd a {
	font-size:13px;
	color:#FFFFFF;
	font-weight:100;
	color: transparent;
    display: block;
    letter-spacing: 1px;
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	padding-bottom:5px;
	padding-top:5px;
	
	}	
	
	

ol li:hover dd a{
	display:block;
	 color: #fff;
	 opacity: 100; 
	filter: alpha(opacity=100); 
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	 background-color:#440000;
    text-shadow: 0px 0px 1px #fff;
    padding-left: 10px;
	text-shadow: 0px 0px 5px #0d1a3a;
	
	}
	
#tweet ul {
	height:20px;
	list-style:none;
	}
.twitter_time{
	font-size:10px;
	color:#CC9900;
	}

.contents_main_side{
display:block;
margin-top:0px;
}

.body_inner{
	background:url(../images/bg_photo_01.png);
background-repeat:repeat;
}



.header_menu{
	margin-top:20px;
	}
.cat_title{
	margin-top:-25px;
	margin-left:0px;
	}
.cat_title_s{
	width:220px;
	margin-top:-40px;
	}
.online_ticket{
	margin-bottom:10px;
	margin-top:-40px;
	}
	.club_wats{
	margin-bottom:20px;
	margin-top:0px;
	}
.club_wats:hover{
opacity: .8; 
	filter: alpha(opacity=80); 
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: .8;
	}
	
	
	
.header_button_sub{
	margin-top:10px;
	float:right;
	margin-right:50px;
	}
	
	
	/*■□■□■□■□■□■□■□■□コンテンツスライダー■□■□■□■□■□■□■□■□*/        
	
	
.header_slider{
	display:block;
	float:left;
	position:absolute;
	width:600px;
	}
.header_slider img{
	display:block;
	}	
.header_slider_box{
	display:block;
	margin:auto;
	width:600px;
	margin-top:-230px;
	margin-left:50px;
	}

	#viewer {
	margin: 0 auto;
	text-align: left;
	position: relative;

}

#viewer img {
	top: 0;
	left: 0;
	float:right;
	margin:auto;
	height:400px;
	position: absolute;
	overflow:hidden;
}
.side_schedule_year{
	display:block;
	font-size:18px;
	margin-top:10px;
	}
	
.team_left{
float:left;
color:#FF99FF;}
.team_right{
float:right;
color:#66CCFF;
}
.slider_form{
	padding:60px 0 60px 0;
	margin:0 0 0 300px;
	}
	
.header_bg img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:200px;
	z-index:0;
		}
.header_bg{
	width:600px;
	height:200px;

	}		
		
.header_image{
	background-repeat:no-repeat;
	background-position:top;
	height:200px;
	}
.slider_01 a{
	display:block;
	width:600px;
	}
.slider_01 a img{
	display:block;
	width:600px;
	}
.main_top{
	margin-top:-10px;
	width:600px;
	height:200px;
	}
	
/*■□■□■□■□■□■□■□■□各チームへのリンク■□■□■□■□■□■□■□■□*/    

    
.team_link{
	width:600px;
		}
.team_link tr{
	}
.team_link tr td {
	background-color:#666666;
	border:1;
	border-color:#777777;
	margin:5px;
	text-align:center;
	}
	
.team_link tr td img{
	width:60px;
	margin-right:5px;
	margin-left:5px;
	}
.bj_logo{
	width:100px;
	}
table{
	background-color:#000000;
	}
.fb-like-box{
	margin-bottom:10px;}
	
	.side_list li {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:ridge;
	background:url(../images/footer_line2.png);
	background-position:bottom;
	}
	
/*■□■□■□■□■□■□■□■□コンテンツ■□■□■□■□■□■□■□■□*/    

.cat_title_inner{
width:550px;
background-position:-60px 0px;
background-repeat:no-repeat;
text-indent:-9999px;
}
#no01{	background-image:url(../images/cat_title_inner_01.png);}
#no02{	background-image:url(../images/cat_title_inner_02.png);}
#no03{	background-image:url(../images/cat_title_inner_03.png);}



.contents_inner_text{
	width:300px;
	float:right;
	font-size:1.2em;
	line-height:1.7em;
	margin-right:10px;
	color:#FFFFFF;
	}
.contents_inner_photo{width:150px;float:left;}
	
	
/*■□■□■□■□■□■□■□■□ブースターボタン■□■□■□■□■□■□■□■□*/    

.booster_button{margin:20px auto 0 auto;width:210px;height:110px;
	text-indent:-9999px;background-image:url(../../common/images/booster_button.png);background-position:top;}
.booster_button:hover{background-position:0 -117px;}	
.booster_button:active{background-position:0 -234px;}	
	
	
/*トップページのbjリーグの説明の体裁*/	
.team_name{width:700px;padding:10px;}
.team_name tr td{text-indent:5px; height:25px; color:#FFFFFF;}
.east,.west{display:block;font-size:18px;padding:5px;margin-bottom:15px;}
.east{background-color:#000066;}
.west{background-color:#990000;}



.information{
	float:right;
	margin-right:10px;}