


#alphaHeader{
	margin:20px 0 20px 0;
	text-align:center;
}




#kyaraList{
	text-align:center;
}

.kyaraBlock{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:130px;
	margin:0 10px 20px 10px;
	background:url(../img/yurukyara/thumbBG.png) no-repeat;
}

.kyaraThumb{
	margin:0 0 7px 0;
	padding:1px;
	cursor:pointer;
}


#overLayer{
	position:fixed;
}
#screenKyara{
	position:absolute;
	width:440px;
	padding:15px;
	background-color:#fff;
	border:5px #fc0 solid;
	z-index:1000;
}
#screenKyara h2{
	margin-top:10px;
	font-size:18px;
}
#screenKyara h3{
	margin-bottom:10px;
	font-size:14px;
}
#screenKyara p{
	font-size:14px;
}
#screenKyara iframe{
	margin-top:10px;
}
.closeBtn{
	display:block;
	position:absolute;
	bottom:15px;
	right:10px;
	width:70px;
	height:20px;
	background:url(../img/yurukyara/closeBtn.png) no-repeat;
	text-indent:-1000em;
	cursor:pointer;
}
.closeBtn:hover{
	background-position:0px -20px;
}
.mag{
	position:absolute;
	top:-10px;
	left:-10px;
}


