@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../image/bg_01.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	min-height:100%;
	}
div#temp{
	min-width:180px;
	margin:auto;
	font-size:12px;
	text-align:center;
	}
div#tempEn{
	width:30%;
	margin:auto;
	font-size:12px;
	font-weight:lighter;
	text-align:center;
	position:absolute;
	bottom:5%;
	left:35%;
	right:35%;
	}

