/* CSS Document */

*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.2;
	text-decoration:none;
	}

body{
	background:#ffffff;
	color:#636363;
	}

div#container{
	background:#ffffff;
	color:#636363;
	width:816px;
	margin:0 auto;
	text-align:center;
	
	}

div#contents{
	background:url(img/m-uchu.jpg) #ffffff no-repeat;
	width:816px;
	height:515px;
	position:relative;
	}
	

h1{
	background:url(img/header.gif) no-repeat;
	width:816px;
	height:36px;
	margin:0 auto;
	margin-top:30px;
	text-indent:-10000px;
	}

h2{
	background:url(img/logo.jpg) no-repeat;
	width:816px;
	height:65px;
	text-indent:-10000px;
	}
	
img.massage{
	width:450px;
	float:right;
	margin:10px 23px 0 0;
	/*background:#CFF;*/
	}
	
p#caution{
	font-size:9px;
	color:#555555;
	position:absolute;
	top:455px;
	left:0;
	width:780px;
	line-height:1.4;
	text-align:right;
	}
	
p#qr{
	position:absolute;
	top:45px;
	left:432px;
	}
	
div#pctouroku{
	position:absolute;
	top:360px;
	left:320px;
	font-weight:bold;
	font-style:normal;
	width:460px;
	height:72px;
	background:url(img/bg_form.gif) no-repeat;
	}
	
p.pcok{
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
	color:#000000;
	}
p.text{
	margin-top:3px;
	}
	

div#footer{
	background:url(img/footer.gif) no-repeat;
	width:816px;
	height:38px;
	margin-bottom:21px;
	clear:both;
	}
div.info{
	float:left;
	margin:8px 0 0 30px;
	display:inline;
	color:#333333;
	}
div.copy{
	float:right;
	margin:8px 30px 0 0;
	display:inline;
	color:#333333;
	}
