<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
	border:0px;
	 list-style:none;
}
body{
	width:100%;
	text-align:center; 
}
	

#text {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 15px;
	width: 1000px;
	height: 446px;
	margin:auto;
	text-align:center;
	position:relative;
}

#text1{
	background-color: #FFFFFF;
	margin: auto;
	top: 20%;
	color: #000000;
	line-height: 150%;
	border: 5px solid #1cb8cf;

		}
		
#text h1 {
	text-align: center;
	margin-top: 100px;
	color: #000000;
	text-decoration: none;
	font-size: 45px;
}
/* CSS Document */
</pre></body></html>