@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  top.css
	
 ---------------------------------------------- */

#container{
	background:url(../../images/background_top.jpg) no-repeat;}

#container h1{
	background:url(../../images/logo.png) no-repeat;
	width:383px;
	height:158px;
	margin:25px 0 0 12px;}

/*-----------------------------------------------------------
 ナビ：メインナビ・サブナビ・ソーシャルリンク
-----------------------------------------------------------*/

#navi{
	background:url(../../images/bg_navi.png) no-repeat;
	width:879px;
	height:73px;
	padding:32px 0 0 81px;
	margin-bottom:5px;
	position:relative;}
	
#navi ul{
	width:796px;
	overflow:hidden;}

ul#mainNav{
	margin-bottom:20px;}

ul#mainNav li{
	float:left;}
	
ul#subNav li{
	float:left;
	margin-right:27px;}

ul#snLink{
	background:url(../images/share.png) no-repeat;
	width:103px;
	height:25px;
	padding-left:59px;
	position:absolute;
	z-index:2;
	top:83px;
	right:81px;}

ul#snLink li{
	float:left;}

#nextMovie{
	width:386px;
	height:162px;}

#nextMovie h3{
	font-size:0px;
	line-height:0px;
	text-indent:-10000px;}
	

/*-----------------------------------------------------------
 モバイル・スペシャルコンテンツ
-----------------------------------------------------------*/

#topContents{
	width:834px;
	padding: 0 63px;
	overflow:hidden;
	margin-bottom:25px;}

#topContents li.present{
	float: left;
	width: 270px;
	margin: 0px auto 0px auto;	
}

#topContents li.kentei{
	float: left;
	width: 270px;
	padding-left: 10px;
	margin: 0px auto 0px auto;	
}


/*-----------------------------------------------------------
 コピーライト
-----------------------------------------------------------*/

#bgCopy{
	background:url(../images/bg_copyright.gif) repeat-x;
	height:37px;
	width:100%;
	padding-top:13px;}

#bgCopy p{
	background:url(../images/copy.gif) no-repeat;
	width:421px;
	height:12px;
	margin:0 auto 0 auto;
	font-size:0px;
	line-height:0px;
	text-indent:-10000px;}

/*-----------------------------------------------------------
 バナー
-----------------------------------------------------------*/

#banner{
	width:735px;
	margin: 0 auto;
}

#banner ul{
	width: 735px;
	float: right;
	margin-right: 35px;
	display: inline;
}

#banner li{
	width: 235px;
	float: left;
	margin-right: 10px;
}

#banner li#banright {
	width: 235px;
	float: left;
	margin-right: 0px;
}


