@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../img/patter.png);
}

.box{
	background-image:url(../img/kadomatu_02.png);
	background-position:right;
	background-repeat:no-repeat;	
	text-align:left;
	width:960px;
	height:640px;
	margin:40px auto;
	/*半透明の白背景*/
	background-color:rgba(255,255,255,0.8);
	/*角丸*/
	border-radius: 50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;   /* Firefox用 */ 
}

#text{
	margin:0 0 10px 0;
	padding-left:30px;
	padding-top:50px;
	}
	
	
#canvas {
  position:absolute;
  width:99%;
  height:100%;
  overflow: hidden;
  
}


.omikuji{
	margin:30px 0 50px 200px;
	padding-bottom:50px;
}

