@charset "utf-8";

/*========================================================================*/
/* modal
/*========================================================================*/

body { color:#fff; font-size:14px; line-height:1.6em; background:url(bgindex.jpg); hight: 100%;}

#meintxt {
	padding:  0px 0px 8% 0px;
	text-align:center;
}

#modal {
	width: 660px;
	height:488px;
	margin: 0 auto;
	color:#333;
	font-size:14px;
	line-height:1.6em;
	background:url(bg0901.jpg) no-repeat;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	position: relative;
	}
	
#topwbg {
	position: relative;
	background :url(wbg.png);
	width: 660px;
	height: 110px;
	border-top-left-radius : 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius : 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	}

.logo { 
	background:url(logo0901.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	width: 285px;
	height: 110px;
	top: 0px;
	left: 0px;
	}

.txt { 
	position: absolute;
	top: 0px;
	right: 0px;
	width: 355px;
	height: 90px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
	}
.clear { clear: both;}

.re {
	color: #FF0000;
	}

.pkg_age {
	background:url(logo-18.png) no-repeat;
	background-position: center center;
	height: 66px;
	position: absolute;
	top: 255px;
	left: 95px;
	width: 470px;
}

.baner { 
	position: absolute;
	top: 360px;
	left: 100px;
	text-align: center;
	font-size: 12px;
	}

.enter { 
	position: absolute;
	text-align: center;
	font-size: 12px;
	width: 127px;
	height: 50px;
	display: block;
	left: 0px;
	border: 1px solid #999999;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background :url(wbg.png);
	padding: 15px;
	}
	
.leave { 
	position: absolute;
	text-align: center;
	font-size: 12px;
	width: 127px;
	height: 50px;
	display: block;
	right: 0px;
	border: 1px solid #999999;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background :url(wbg.png);
	padding: 15px;
	}
	
.license { 
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	font-size: 10px;
	line-height: 1.5em;
	color: #990000;
	padding: 8px 0px 10px 0px;
	background :url(wbg.png);
	border-bottom-left-radius : 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius : 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	}


















