@charset "UTF-8";
	
body{
		background-color: #000;
		}
		
div#contents{
		background-color: #000;
		text-align: center;
		width: 1360px;
		height: 450px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -247px 0px 0px -680px;
		color: #999;
		font-family: "Times New Roman","Georgia","Courier New","ヒラギノ明朝 ProN W3",'Hiragino Mincho ProN',"HGS明朝B","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
		}
		
#setumei{
		line-height: 1.4;
		}
		
p{
		margin-top: 30px;
		font-size: 18px;
		margin-bottom: 15px;
		color: #aaa;
		}
		
div#coment{
		text-align: center;
		font-size: 14px;
		margin-left: auto;
		margin-right: auto;
		}
		

		
span#bold{
		font-weight: bold;
		}


div#viewer{
		margin-top: 15px;
		margin-left: auto; 
		margin-right: auto;
		text-align: center;
		width: 100%;
		background-color: #000; 
		height: 300px;
		position: relative;
		}
		
#viewer img {
		display: block;
		margin-left: auto; 
		margin-right: auto;
		text-align: center;
		width: 100%;
		height: 300px;
		position: absolute;
		
		}
		
a:link{
		color: #aaa;
		text-decoration: none;
		}
		
a:visited{
		color: #aaa;
		}
		
a:hover{
		color: #fff;
		}
		
div#moji{
		margin-top: 15px;
		font-size: 14px;
		}
		
div#link{
		display: inline;
		padding: 1px 8px 1px 8px;
		font-size: 12px;
		margin-left: 0px;
		}
		
span#home{
		font-size: 15px;
		margin-left: 25px;
		text-decoration: none;
		background-color: #444;
		padding: 0px 15px 0px 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;
		}

