@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
	font-size: 1em;
	/*背景画像の全画面の設定*/
	background-image: url("slit6.png");
	background-size: cover;
	/*background-repeat: no-repeat;*/    
	width:2048px;                               /*横幅のサイズを指定*/    
    height:18432px;                            /* 縦幅のサイズを指定    */
	/*height: 100%;*/
	
}




#title{
	width: 2048px;
	height: 1077px;
	position: fixed;
	background-image: url("title.png");
	z-index: 1000;
	
}


/*********************************リンクボタンの設定*/
#title a{
	
	/*ボタンの領域を広げる*/
	padding: 0px 2048px 1077px 0px;
	
}
