/*-------------------------------------*/
/* ゲーム画面
/*-------------------------------------*/

#game_name {
  display: none ;
}

ul.news_flash {
  /* required styles */
  display: block ;
  padding: 0 ;
  margin: 0 5px;
  list-style: none ;
  line-height: 0 ;
  position: relative ;
  overflow: hidden ;

  /* optional styles for appearance */
  width: 100% ;
  height: 20px ; /* height should be included to reserve visual space for the marquee */
  color: #fff ;
  background-color: #000000 ;
}
  ul.news_flash li {
    /* required styles */
    position: absolute ;
    top: -999em ;
    left: 0 ;
    display: block ;
    white-space: nowrap ; /* keep all text on a single line */

    /* optional styles for appearance */
    font-size: 11px ;
    line-height: 20px ;
    margin: 0;
  }
    ul.news_flash li.news_showing {
      padding: 0 ;
    }
    
    ul.news_flash li .time {
		font-size: 11px;
		font-weight: bold;
		position: static;
		top: auto;
		right: auto;
		color: #ffffff;
    }
    ul.news_flash li .name {
      color: #66f ;
    }
    ul.news_flash li .text {
      color: #f33 ;
      font-weight: bold ;
    }
    ul.news_flash li .type {
      
    }
    ul.news_flash li .info {
      color: #6f6 ;
    }

#wrap{
	position: relative;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
}

#caution{
	margin: 0 0 5px 0;
	clear: both;
	height: 25px;
	background: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 98%;
	overflow: hidden;
}

#caution_bar{
	float: left;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	padding: 2px;
	width: 98%;
	text-align: left;
	overflow: hidden;
	
}
