@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  overflow: hidden;
  height: 100%;
}

*{
	margin:0;
	padding:0;
}

span.title {
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 30px;
	 color:#ff0;
	 text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

body{
	color:#eee;
	background:linear-gradient(to bottom right, #e0ffff, #87ceeb 20%, #00bfff 40%, #000080 70%)!important;
	background:#9c0;
	font-family: 'Noto Sans JP', sans-serif;
	height:900px;
	overflow:hidden;
}

#Container{
	color: #000;
	background:url('../../img/section_bg.png');
	border:1px solid #F4F4F4;
	margin:10px auto 0;
	overflow:hidden;
	text-align:center;
	padding:20px 0 35px 20px;
	width:730px;
	-moz-box-shadow:0 0 10px #C4C4C4;
	-webkit-box-shadow:0 0 10px #C4C4C4;
	box-shadow:0 0 10px #C4C4C4;
}

#footer{
	background-color:#212121;
	position:fixed;
	width:100%;
	height:80px;
	bottom:0;
	left:0;
}