/* CSS Document */

*{
	margin:0;
	padding:0;
	}

img{
	border:0;
	}

html{
	width:100%;
	height:100%;
	}

body{
	color:#000000;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	}

div#flash{
	width:100%;
	height:100%;
	}

/* プレ公開時 */

div#content{
	text-align:center;
}

h1{
 	margin:20px 0; 
}


.wrap {
 	width:640px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.pre_style1{
	font-size:18px;
	font-weight:bold;
	margin:40px 0;
}

.pre_style2{
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
	line-height:160%;
}

.pre_style3{
	font-size:12px;
	text-align:right;
	margin-top:30px;

}

