@charset "utf-8";

html {  
    height: 100%;  
    overflow: hidden;  
}  
      
#flashcontent{  
    height: 100%;  
} 

body { 
	font-size:100%;
	line-height:100%;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    height: 100%;  
    margin: 0;  
    padding: 0;  
}  



a {
	color: #fff;
	text-decoration: none; 
}

a:visited {  }

a:hover { 	
	color: #fff;
	text-decoration: underline;
}

a:active {  }


#bg { position:absolute;z-index:1;top:0;left:0;overflow:hidden; }

#sche {
	position: absolute;  
	top: 0px;  
	left: 0px;  
	width: 494px;
	height: 686px;
	z-index: 5;
}


/* news */
#news {
	color: #999;	
	background-image: url("../images/news.png");
	background-repeat: no-repeat;
	background-color: #1e1e1e;
	position: absolute;  
	margin:0px 30px 30px; 0px;
	padding: 18px 12px 12px 12px ;
	bottom: 0;  
	right: 0px;  
	width: 180px;
	height: 40px;
	 z-index: 2; 
	font-size:63%;
	line-height:160%;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	opacity:0.80;
}
