@charset "utf-8";
/* CSS Document */
html {
    font-size: 20px;
}
body {
	
	background-color: #333;
	background-image: url(img/top.png) ;
	background-size:12%;
	background-repeat: no-repeat;
	background-position:15% 0;
	
}

#index {
	text-align: center;
	color: #CCC;
	margin-top:15%;
}
a:link { color: #CCC; }
a:visited { color: #CCC; }
a:hover { color: #CCC; }
a:active { color: #CCC; }

h1 {font-size: 1.8rem;}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  body {
	
	background-color: #333;
	background-image: url(img/top.png) ;
	background-size:30%;
	background-repeat: no-repeat;
	background-position:15% 0;
	
}

h1 {font-size: 1.2rem;}
}