@charset "UTF-8";

html {	
	overflow-x: hidden;
	overflow-y: hidden;
	}

body { 
		background-color: #000;
		margin-top: 0px;
		margin-left: auto; 
		margin-right: auto;
		font-size: 0;
		outline: 0;
		text-align: center;
		font-family: "ＭＳ Ｐ明朝","MS PMincho","メイリオ","Meiryo","Meiryo UI","ヒラギノ明朝 Pro W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Hiragino Mincho Pro",serif;
		}
		
div#back{
			background-color: #000;
			width: 1920px;
			height: 300px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -151px 0px 0px -960px;
		}

div#viewer{
		margin-top: 0;
		margin-left: auto; 
		margin-right: auto;
		text-align: center;
		width: 1360px;
		background-color: #000; 
		height: 300px;
		position: relative;
		overflow: hidden;
		}
		
div#viewer img {
		display: block;
		margin-left: auto; 
		margin-right: auto;
		text-align: center;
		width: 1360px;
		height: 300px;
		position: absolute;
		}
		
div#music{
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		transform: scale(0.5);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.7);
		}
		
a:link{
		color: #aaa;
		text-decoration: none;
		}
		
a:visited{
		color: #aaa;
		}
		
span#sousya{
		color: #aaa;
		font-size: 12px;
		display: block;
		}
		
div#modoru{
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
		
		}
		
div#modoru span{
		font-size: 15px;
		text-decoration: none;
		background-color: #444;
		padding: 0px 15px 1px 15px;
		border: #444 solid 0px;
		border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		font-family:"Lucida Grande","segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Meiryo UI','メイリオ', Meiryo, Verdana, Arial, sans-serif;
		}
		
a:hover{
		color: #fff;
		}		
		


