@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	outline: none;
}
body{
	/*background: url(../img/bg_body.gif) repeat;*/
	background: #f5e2ef url(../img/bg_container.jpg) no-repeat top center;
}

/*------------------------------------------
 装飾
------------------------------------------*/
img{
	border:0;
}
.clear{
	clear: both;
}
.left{
	float:left;
	text-align: left;
}
.right{
	float: right;
	text-align: right;
}

h1,h2,h3{
	font-weight: normal;
}

/*------------------------------------------
 構造
------------------------------------------*/
#container{
	width: 980px;
	height: auto;
	margin: 0 auto;
	/*background:url(../img/bg_container.jpg) no-repeat top;*/
	padding-top: 12px;
}
#leftBox{
	float: left;
	width: 414px;
	padding:0 0 0 6px;
}
#rightBox{
	float: left;
}
#wrapper{
	display: inline;
	position:relative;
	left: 30px;
}

/*  leftBox内  */

h2{
	background: url(../img/leadTtl.gif) no-repeat;
	width: 413px;
	height: 45px;
	margin-top: 32px;
}
#leadTxt01{
	background:url(../img/leadTxt01.gif) no-repeat;
	width: 413px;
	height: 174px;
	margin: 15px 0 10px 0;
}
#leadTxt02{
	background:url(../img/leadTxt02.gif) no-repeat;
	width: 413px;
	height: 19px;
	margin: 25px 0 7px 0;
}
a#btnSend01{
	_overflow: hidden;
	background:url(../img/btn_send01.gif) no-repeat right 0 ;
	width: 405px;
	height: 35px;
	margin: 10px 0 26px 0;
	text-align:right;
	display: block;
}
a#btnSend01:active{
	background:url(../img/btn_send01.gif) no-repeat right -70px;
}
a#btnSend01:hover{
	background:url(../img/btn_send01.gif) no-repeat right -35px;
}

.txt-appendix {
	font-size:10px;
	text-align:right;
}

#select-jp {
	display:block;
	background:url(../img/btn_lang_jp.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	float:right;
	width:54px;
	height:15px;
	margin-top:65px;
}

#select-en {
	display:block;
	background:url(../img/btn_lang_en.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	float:right;
	width:54px;
	height:15px;
	margin-top:65px;
	}

a#select-jp{
	background:url(../img/btn_lang_jp.gif) no-repeat 0px -15px;
}

a#select-en{
	background:url(../img/btn_lang_en.gif) no-repeat 0px -15px;
}

a#select-jp:hover {
	background:url(../img/btn_lang_jp.gif) no-repeat 0px -30px;
}

a#select-en:hover {
	background:url(../img/btn_lang_en.gif) no-repeat 0px -30px;
}


/*  rightBox内  */
a#bnrMAL{
	display:block;
	background:url(../img/bnr_mal.gif) no-repeat;
	width: 152px;
	height: 35px;
	position: absolute;
	top: -3px;
	left:377px;
}
a#bnrMAL:hover{
	_overflow: hidden;
	display:block;
	background:url(../img/bnr_mal.gif) no-repeat 0 -35px;
}
#step01{
	position: absolute;
	top:43px;
	left:0;
}
#step02{
	position: absolute;
	top:53px;
	left: 186px;
}
#step03{
	position: absolute;
	top:61px;
	left: 372px;
}
#sampleQR{
	position: absolute;
	top:187px;
	left: 40px;
}
a#btnSend02{
	_overflow: hidden;
	position: absolute;
	top:323px;
	left: 26px;
	display: block;
	width: 152px;
	height: 51px;
	background:url(../img/btn_send02.gif) no-repeat;
}
a#btnSend02:active{
	background:url(../img/btn_send02.gif) no-repeat 0 -51px;
}
a#btnSend02:hover{
	background:url(../img/btn_send02.gif) no-repeat 0 -102px;
}
.sampleMovie,#flashcontent{
	position: absolute;
	top:198px;
	left: 254px;
}
#flash{
	position: absolute;
	top:463px;
	left: 338px;
	z-index:2;
}
