/*ZEUS　Webサイト*/

@charset"shift_jis";

*{
	margin: 0;
	padding: 0;
	font-family:"MS Pゴシック","Osaka";
	color: #000000;
}

img{
	border: 0;
}


body{
	background-color:#3b3836; 
}

br.clear{
	clear: both;
}

div.left{
	float:left;
}

div.right{
	float:right;
	font-size: 70%;
}

/*コンテンツ*/

#container{
	background: url(../../image/line_bg.gif) repeat-x top left;
	width:100%;
	overflow: hidden;
	height:704px;
	top:50%;
    	position:absolute;
    	margin-top:-352px;
}

#container_inner{
    	overflow:auto;
    	height:704px;
    	width:1094px;
    	position:absolute;
    	top:50%;
    	left:50%;
    	margin-top:-352px;
    	margin-left:-547px;
}

/*indexページ*/

#index{
	width: 1094px;
	height: 704px;
	overflow: hidden;
}

#index h1{
	width: 143;
	height: 54px;
	background: url(../../image/zeus_logo.gif) no-repeat top left;
	text-indent: -9999px;	
	margin: 0;
}

#index div.top_left{
	background: url(../../image/index_left.gif) no-repeat top left;
	float:left;
	width:719px;
	height:595px;
}
#index div.top_right{
	background: url(../../image/index_right.gif) no-repeat top left;
	float:left;
	width:300px;
	height:595px;
}

#index div.top_qr{
	float:right;
	width:75px;
	height:75px;
	margin-top: 461px;
}

#index img.player{
	margin-left:22px;
	margin-top:482px;
}






