
/* ■■■■■ベース■■■■■ */

body{
	background-color:#FF5983;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}


#wrapper{
	width:100%;
	margin:0 auto;}

#header{
	width:100%;
	height:49px;
	background-color:#FF5983;}

.contents00{
	width:1086px;
	margin:0 auto;}	
.contents01{
	width:1086px;
	height:546px;
	margin:0 auto;
	background:url(../images/main.png) no-repeat left;
	position:relative;}		

#logo, #news, #news_no, #fb_s{
	height:49px;
	float:left;}

#logo{
	margin-left:40px;}
#news{
	width:617px;
	margin:0 50px;
	background:url(../images/news.png) no-repeat left;}	
#news_no{
	width:617px;
	margin:0 50px;
	}		
	
#fb_s{
	margin-right:40px;}		

#main{
	width:100%;
	height:546px;
	background:url(../images/main_bg.png) repeat-x;}
#top_menu{
	margin:0 auto 0;
	padding:317px 12px 12px 12px;
	height:211px;
	width:1000px;
	background:url(../images/menu_bg.png) no-repeat bottom;}

#top_menu ul li{
	float:left;}

#top_menu ul.menu01 li{ 
	margin-left:167px;}		

#live{
	position:absolute;
	width:184px;
	height:78px;
	top:45px;
	right:0;}

#movie{
	position:absolute;
	top:125px;
	right:0;}
	
#movie ul li{
	clear:both;
	margin-top:5px;}

#sub01{
	width:100%;
	height:110px;
	background-color:#FF5983;
	padding-top:10px;}		

ul.banner01{
	width:1000px;
	margin:0 auto;
}
ul.banner01 li{float:left; margin-right:20px;}
ul.banner01 li.last{margin:0px !important;}

#sub02{
	width:100%;
	height:184px;
	background:url(../images/banner_bg.png) repeat-x #5E5E5E;
	}				

ul.banner02{
	width:980px;
	margin:0 auto;
	padding:10px 10px 0;
}	
ul.banner02 li{float:left; margin-bottom:10px;}
ul.banner02 li.first{margin-right:20px;}

#footer{
	width:100%;
	height:18px;
	padding:10px 0;
	text-align:center;
	background-color:#FF5983;}


/* テロップ styles */

.tickercontainer { /* the outer div with the black border */
height: 49px;
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 100px;
top: 13px;
overflow: hidden;
width:530px;
}
ul.newsticker { /* that's your list */
position: relative;
left: 620px;
font-size:16px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0 50px 0 0;
padding: 0;
color:#FFFFFF;
height:49px;
line-height:30px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #FFFF00;
margin: 0 50px 0 0;
font-weight:bold;
} 
ul.newsticker span {
margin: 0 10px 0 0;
font-weight:bold;
font-size:16px;
color:#A8002B;
} 

ul#ticker01_no li{
	line-height:49px;
	margin-left:105px;
	font-size:15px;
	color:#ffffff;
	}

ul#ticker01_no li span{
	margin: 0 10px 0 0;
	color:#A8002B;
	font-weight:bold;}

ul#ticker01_no li a{
	color: #FFFF00;}


/* Animate.css */	
	
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
	

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
	