@charset "utf-8";

body{
	font-size: 16px;
	background:url(img/haikei2.jpg) #FFF;
	color:#000000;
	line-height:1.7;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	}

html {  
    overflow-y:scroll;  
}  

/*背景設定*/  

img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index:-9999;
}

.banner a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

/*トップページ*/
#main_poster{
	width:900px;
	margin:auto;
}

/*見出し*/

.midashi{
	border-left:solid 20px #F39;
	padding:5px 10px;
	font-size:20px;
	font-weight:bold;
	background:#f9e7e8;
}

.midashi_in{
	padding-left:30px;
	padding-top:10px;
}

/* top_bnr */
.top_bnr{width: 80%; margin: 20px auto 20px auto; display: block; text-align: center;}
.bnrs{display: inline; margin: 0 50px;}

/* 動画 */
.movies{display: block; width: 100%; margin: 10px auto; text-align: center;}
.mov{display: inline-block; margin: 10px;}

/*テーブル*/

.table1 {
width: 900px;
margin:auto;
border-collapse: collapse;
border: 1px #666 solid;
font-size:14px;
background-color:#fff;
}

.table1 TD {
border: 1px #666 solid;
padding: 5px;
} 

/*.table2 {
width: 900px;
margin:auto;
border-collapse: collapse;
border: 1px #666 solid;
font-size:14px;
background-color:#fff;
}

.table2 tbody.lines {
border: 2px #666 solid;
} 
.table2 tbody tr.line {
border-bottom: 2px #666 solid;
} 

.table2 tbody th,td {
border: 1px #666 solid;
padding: 5px;
text-align: center;
} 

.table2 .gray {
border: 1px #666 solid;
padding: 5px;
text-align: center;
background-color: grey;
} */

/* 星取 */
.hoshitori{
width: 900px;
margin:0 auto;
font-size:14px;
background-color:#fff;}
  
  
/*フォント*/

.cyan{color:#39C;}
.mazenta{color:#F39;}

.px30{
	font-size:30px;
}

.px26{
	font-size:22px;
}

.px20{
	font-size:20px;
}

.px16{
	font-size:16px;
}

.px14{
	font-size:14px;
}

.px12{
	font-size:12px;
}

.px10{
	font-size:10px;
	}

.px6{
	font-size:6px;
	}

.red{
	color:#F00;
}

/*フッター*/

div#footer{
	width:100%;
	clear:both;
	padding:10px;
	text-align:center;
	margin:auto;
}

/*ページトップへ*/

#top_link{
    position: fixed;
    right: 15px;
    bottom: 20px;
	z-index: 1000;
}

/*初期設定*/

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
form,select,option,input
address,pre,strong,em,iframe{
	margin:0;
	padding:0;
}


img{border:0;}

ul,ol{list-style-type:none;}

.clear {
    clear:both;　/*float解除*/
}

/*画像リンク*/
  
a{
	zoom:1;
}

a:link{
	color:#e75779;/*未訪問*/
}
a:visited{
	color:#d40c3c;/*訪問済*/
}
a:hover{
	color:#666666;/*マウスオン*/
}

a:active{
	color:#FC6;/*クリック*/
}