/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/*--- reset typo ---*/
body{font:13px/1 "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif;}
/*--- reset element ---*/
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,table,th,td,
form,fieldset,legend,label,input,textarea,embed,object{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
th,td {text-align:left;vertical-align:top;font-weight:normal;}
fieldset{border:0;}
ul,li{list-style:none;}
img{border:0;line-height:0;vertical-align:bottom;}
sub,sup{font-size: 75%;/font-size:100%;line-height:0;}
sup{vertical-align:0.333em;}
sub{vertical-align:baseline;}
input,textarea,select {font-family:inherit;font-size:inherit;/font-size:100%;font-weight:inherit;}
embed,object{outline: none;}
/*ClearFix-*/
/*--- clearfix ---*/
.clearfix:after{content:'';display:block;clear:both;height:0;}
.clearfix{/zoom:1;}


/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
/*--- text color ---*/
body{color:#000000;}

#tbcontentcontainer{
	width: 920px;
	height: 462px;
	margin: 0 auto;
}
#tbcontentcontainer #tbcontent{
	width: 920px;
	height: 462px;
	position: relative;
	background: url(../img/bg_assist_panel.png) center bottom no-repeat;
}
#tbcontentcontainer #tbcontent #icon{
	position: absolute;
	left: 69px;
    top: 42px;
}

#tbcontentcontainer #tbcontent h1{
	position: absolute;
	left: 133px;
    top: 51px;
}

#tbcontentcontainer #tbcontent #mario{
	position: absolute;
	left: 575px;
    top: 225px;
}
#tbcontentcontainer #tbcontent #name{
	position: absolute;
	left: 736px;
    top: 425px;
}


#tbcontentcontainer #tbcontent #txtmain{
	position: absolute;
	left: 520px;
	top: 112px;
	width: 331px;
	height: 102px;
}
#tbcontentcontainer #tbcontent #moviearea{
	position: absolute;
	left: 67px;
    top: 109px;
}
#tbcontentcontainer #tbcontent #txtsub{
	position: absolute;
	left: 325px;
    top: 712px;
}
#tbcontentcontainer #tbcontent #closebtn{
	position: absolute;
	left: 835px;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../shared/btn_close.png) center top no-repeat;
}
#tbcontentcontainer #tbcontent #closebtn a{
	display: block;
    width: 50px;
    height: 50px;
    background: url(../shared/btn_close.png) center bottom no-repeat;
}
#tbcontentcontainer #tbcontent #closebtn a:hover{
	background-image: none;
}
#tbcontentcontainer #tbcontent #closebtnns{
	position: absolute;
	left: 835px;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../shared/btn_close.png) center bottom no-repeat;
}