@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	/*background: url(../img/bg3.png);*/
	font-family:'�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro',
	'���C���I','SimSun',Meiryo,'�l�r �o�S�V�b�N',sans-serif;
	font-weight: bold;
	color: #190c03;
	background-color: #D2B48C;
	/*background: url(../img/back3.png);
	/*background: -moz-linear-gradient(top, #ff9, #9c0);
    background: -webkit-linear-gradient(top, #ff9, #9c0);
    /*標準型（方向は省略＿デフォルトの to bottom になる）*/
     /*background: linear-gradient(#ff9, #9c0);*/
	
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	height: 600px;
	background: url(../img/backgroundT.png);
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
}

div#titl {
	width: 361px;
	height: 150px;
	background: url(../img/title.png);
	position: absolute;
    top: -20px;
    left: -12px;
    z-index: 10;
}


div#saintB {
	width: 560px;
	height: 576px;
	background: url(../img/saintB.png);
	position: absolute;
	/*top: 430px;*/
    top: 600px;
    left: -560px;
}

div#dragonG {
	width: 533px;
	height: 604px;
	background: url(../img/dragonG.png);
	position: absolute;
	/*top: 430px;*/
    top: 600px;
    left: 1433px;
}

div#magicG {
	width: 511px;
	height: 572px;
	background: url(../img/magicG.png);
	position: absolute;
	/*top: 430px;*/
    top: -572px;
    left: -511px;
}

div#goldB {
	width: 569px;
	height: 520px;
	background: url(../img/goldB.png);
	position: absolute;
	/*top: 430px;*/
    top: -520px;
    left: 1469px;
}

div#efc {
	width: 405px;
	height: 386px;
	background: url(../img/efc.png);
	position: absolute;
    top: 130px;
    left: 235px;
}

div#web {
	width: 70px;
	height: 70px;
	background: url(../img/web.png);
	position: absolute;
	/*top: 430px;*/
    top: 501px;
    left: 680px;
}

div#login {
	width: 513px;
	height: 61px;
	background: url(../img/login.png);
	position: absolute;
    /*top: 105px;*/
    top: 505px;
    left: 150px;
    overflow: hidden;
}

div#light {
	width: 261px;
	height: 112px;
	background: url(../img/light.png);
	position: absolute;
    /*top: 105px;*/
    top: -30px;
    left: -261px;
}

div#atten {
	width: 715px;
	height: 27px;
	background: url(../img/attention.png);
	position: absolute;
    /*top: 105px;*/
    top: 570px;
    left: 75px;
}

div#battle {
	width: 601px;
	height: 81px;
	background: url(../img/battle.png);
	position: absolute;
    /*top: 105px;*/
    top: 360px;
    left: -47px;
}

div#ten {
	width: 964px;
	height: 100px;
	background: url(../img/10000.png);
	position: absolute;
    /*top: 105px;*/
    top: 405px;
    left: -210px;
}

div#seven {
	width: 503px;
	height: 162px;
	background: url(../img/7000N.png);
	font-size: 24px;
	font-weight: bold;
	color: #4B0082;
	padding-left: 87px;
	padding-top: 123px;
	position: absolute;
    /*top: 105px;*/
    top: 340px;
    left: 470px;
    background-repeat: no-repeat;
}


div#video {
	width: 211px;
	height: 133px;
	position: absolute;
    top: 365px;
    left: 570px;
}

div#end {
	width: 338px;
	height: 70px;
	font-weight: bold;
	position: absolute;
    top: 145px;
    left: 465px;
    font-size: 20px;
    background-color: #fff;
    border: 3px solid #ff0000;
}

div#endinit {
	width: 300px;
	height: 140px;
	font-weight: bold;
	position: absolute;
    top: 225px;
    left: 484px;
    font-size: 20px;
	padding: 5px;
    background-color: #F5F5DC;
    border: 1px solid #888888;
}

div#start {
	width: 500px;
	height: 35px;
	font-weight: bold;
	color: #4B0082;
	position: absolute;
    top: 105px;
    left: 350px;
    font-size: 30px;
	padding: 5px;
	text-align: center;
    background-color: #F5F5DC;
    border: 1px solid #888888;
}





















