		<!--
			body {
				/* 画像を常に天地左右の中央に配置 */
				/* background-position: center 100px; */

				/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
				/*background-attachment: fixed; */

				/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
				/* background-size: cover; */
				
				/* 背景画像が読み込まれる前に表示される背景のカラー */
				margin:0;
				background-color: #909090;
				}

			h1 {
				font-size:42pt;
				font-family: "Meiryo UI", sans-serif;
				font-weight:normal;
				}

			h2 {
				font-size: 36pt;
				font-family: "Meiryo UI", sans-serif;
				font-weight:normal;
				}

			div.header {
				background-color: #FFFFFF;
				height: 100px;
				width: 100%;
				position: fixed;
			    top: 0px;
			    left: 0px;
				border-bottom: solid 10px #FAFAFA;
				}

			div.header-space {
				height: 100px;
				width: 100%;
				}

			div.header-inner {
				width:1100px;
				}

			div.header-left {
				font-family: "Meiryo UI", sans-serif;
				font-size: 22pt;
				font-weight: bold;
				height: 40px;
				width: 200px;
				text-align: left;
				float: left;
				margin-top: 50px;
				}

			div.header-right {
				font-family: "Meiryo UI", sans-serif;
				font-size: 16px;
				height: 30px;
				width: 500px;
				text-align:left;
				float:right;
				margin-top: 70px
				}

			#menu ul{
				margin: 0;
				padding: 0;
				list-style: none;
				}

			#menu li{
				display: inline;
				padding: 0;
				margin: 0;
				float: left;
				}

			#menu li a{
				display: block;
				padding: 3px;
				color: #707070;
				margin: 0px 20px;
				text-align: center;
				text-decoration: none;
				}

			#menu li a:hover{
				color: #000000;
				}

			div.content {
				color: #FFFFFF;
				font-size:16pt;
				font-family: "Meiryo UI", sans-serif;
				font-weight:normal;
				background-color: #D0D0D0;
				background-repeat: no-repeat;
				background-size: cover;
				height:450px;
				}

			div.content-inner {
				width: 800px;
				height:550px;
				margin: 0 auto;
				}

			div.content-title {
				width: 750px;
				text-align:left;
				padding-top:20px;
				}

			div.content-description {
				width: 600px;
				text-align:left;
				margin: 0 auto;
				font-size: 24pt;
				}

			div.content-button {
				width: 600px;
				text-align:center;
				margin: 0 auto;
				margin-top: 50px;
				}

			div.content02 {
				color: #000000;
				font-size: 16pt;
				font-family: "Meiryo UI", sans-serif;
				font-weight:normal;
				background-color: #FFFFFF;
				}

			div.content02-inner {
				width: 700px;
				margin: 0 auto;
				}

			div.footer {
				color: #FFFFFF;
				font-size:10pt;
				font-family: "Meiryo UI", sans-serif;
				font-weight:normal;
				background-color: #909090;
				height: 32px;
				padding-top: 8px;
				padding-right: 15px;
				text-align: right;
				}

			.button {
				background-color: #909090;
				font-size: 16pt;
				font-family: "Meiryo UI", sans-serif;
				font-weight:normal;
				text-decoration: none;
			    border-radius: 5px;
			    -moz-border-radius: 5px;
			    -webkit-border-radius: 5px;
			    color: #FFFFFF;
			    padding: 5px 12px;
			}

			.button:hover {
				background-color: #707070;
			}

			.button,.button::before,.button::after {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				-webkit-transition: all .3s;
				transition: all .3s;
			}

		-->