@charset "utf-8";

body{
		background-color: #000;
		}
		
div#contents{	
		background-color: #000;
		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;
		}
		
@media only screen and (max-width: 1024px) {
	div#contents{	
		width: 980px;
		margin: -247px 0px 0px -490px;
		}


}
		
h1{
		margin-top: 30px;
		font-size: 18px;
		margin-bottom: 15px;
		color: #aaa;
		font-weight: normal;
		}
		
div#coment{
		text-align: center;
		font-size: 14px;
		}
		
div.scrollWrapper
	{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	}

#gallery
	{
	width:100%;
	height: 300px;
	position: relative;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	}
	
#gallery img
	{
	position: relative;
	height: 300px;
	float: left;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
		
div#setumei{
		margin-top: 15px;
		text-align: center;
		font-size: 14px;
		}

span#home{
		font-size: 15px;
		margin-left: 30px;
		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;
		}
		
a{
		color: #aaa;
		text-decoration: none;
		}
		


a:link{
		color: #aaa;
		}
		
a:visited{
		color: #aaa;
		}
		
a:hover{
		color: #fff;
		text-decoration: none;
		}
