	body {
			margin: 0px;
			padding: 0px ;
			border: 0px;
			background-image: url(../images/dot.jpg);
			background-position: top center;
			background-repeat: repeat;
			}

html {
			height:100%;
			overflow:auto;
			}
			
#wrapper{
			margin:0 auto;
			position:relative;
			width: 1100px;
			height: 650px;
			min-width:1100px;
			min-height:650px;
			height:100%;
			}
			
* html #wrapper{
			width: 1100px;
			width: expression(document.body.clientWidth < 1100? "1100px" : "auto");
			height: 650px;
			height: expression(document.body.clientHeight < 650? "650px" : "auto");
			}

		img{
			border: 0px;
			}
			
		a{
			color:#000000;
			font-style:normal;
			text-decoration:none;
			}
		a:hover {
			color:#FF0000;
			font-style:normal;
			text-decoration:none;
			}
			
#stage_shadow {
			visibility: visible;
			position: absolute;
			left: 50%;
			top: 50%;
			width: 1100;
			height: 650;
			margin-left: -538px;
			margin-top: -300px;
			border-width: 0;
			text-align: center;
			padding-bottom: 0px;
			background-image: url(../images/stage_shadow.png);
			background-repeat: no-repeat;
			}
			
#stage_box {
			visibility: visible;
			position: absolute;
			left: 50%;
			top: 50%;
			width: 1024;
			height: 577;
			margin-left: -526px;
			margin-top: -289px;
			border-width: 0;
			text-align: center;
			padding-bottom: 0px;
			background-color: #ffffff;
			background-image: url(../images/setsumei_flip_back.png);
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
			line-height:150%;
			font-size:8pt;
			}
			
#footer{
			visibility: visible;
			position: absolute;
			left: 50%;
			top: 50%;
			width: 1025px;
			height: 45px;
			margin-left: -526px;
			margin-top:244px;
			background-color:#a9a9a9;
			opacity:1;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
			font-size:10pt;	
			font-weight: bold;
			}

#copy_box{
			visibility: visible;
			position: absolute;
			left: 50%;
			top: 50%;
			width: 576px;
			height: 15px;
			margin-left: -85px;
			margin-top: 286px;
			border-width: 0;
			text-align: left;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
			font-size:  9pt;
			letter-spacing: 0;
			color: #ffffff;
			vertical-align: middle;
			-webkit-text-size-adjust:none
			}
