a.blockLink{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	font-size:16px;
	/*\*/
	  font-size:100%;
	/**/
}


.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 line-height: 0;
 font-size: 0;
}

.clearfix {
 display: inline-table;
 min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




.inlineBlock {
 display: inline-block;
}


/* ie 7 inline-block fix */
*:first-child+html .inlineBlock {
 display:inline;
 zoom:1;
}
* html .inlineBlock{
 display:inline;
 zoom:1;
}
#mainWrap {
	background-color: #ffffff;
}

#mainImg {
	background: url("../img/fina_main.gif") transparent no-repeat 0 0;
	width: 981px;
	height: 608px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
}


#startYavatar {
	background: url("../img/start_yavatar.gif") transparent no-repeat 0 0;
	width: 718px;
	height: 148px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
}

#alertText {
	color: #ff0000;
	text-align: right;
	margin-right: 140px;
}

h2 {
	background: url("../img/sub_title.gif") transparent no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto 0 10px;
}
	#getTvAsahiId {
		width: 839px;
		height: 130px;
		background-position: 0 0;
	}
	#getYavatarId {
		width: 839px;
		height: 130px;
		background-position: 0 -130px;
	}
	#openYava {
		width: 839px;
		height: 75px ;
		background-position: 0 -261px;
	}

.yesNoBox {
	width: 460px;
	margin: 10px auto;
	height: 68px;
}
	#yesButton {
		float: left;
		background: url("../img/button.gif") transparent no-repeat 0 0;
		width: 220px;
		height: 68px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		margin: 0 5px;
	}
		#yesButton:hover {
			background-position: 0 -68px;
			height: 177px;
		}

	#noButton {
		float: left;
		background: url("../img/button.gif") transparent no-repeat -220px 0;
		width: 220px;
		height: 68px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		margin: 0 5px;
	}
		#noButton:hover {
			background-position: -220px -68px;
			height: 177px;
		}

#goToBbs {
	background: url("../img/button.gif") transparent no-repeat -439px -1px;
	width: 260px;
	height: 68px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
}
	#goToBbs:hover {
		background-position: -439px -68px;
	}

.top{
	text-align:right;
	margin-right:25px
}












