#headAnim {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
#headAnim div.view {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 160px;
	background-repeat: repeat-x;
	background-size: auto 100%;
	visibility: hidden;
}
#headAnim div.ship {
	position: absolute;
	top: 24px;
	left: 0;
	width: 56px;
	height: 28px;
	z-index: 10;
}
#headAnim div.ship .inner img {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 56px;
	height: auto;
}
#headAnim div.birda {
	position: absolute;
	top: 10px;
	left: 0;
	width: 48px;
	height: 30px;
	z-index: 11;
}
#headAnim div.birda .inner img {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 48px;
	height: 30px;
}
#headAnim div.birdb {
	position: absolute;
	top: 40px;
	left: 0;
	width: 22px;
	height: 22px;
	z-index: 12;
}
#headAnim div.birdb .inner img {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
}
#headAnim div.ship .inner, #headAnim div.birda .inner, #headAnim div.birdb .inner {
	position: relative;
}

#nmainv.versub #headAnim {
	margin-top: -5px;
	height: 100px;
}
#nmainv.versub #headAnim div.view {
	top: 0;
	height: 100%;
}
#nmainv.versub #headAnim div.ship {
	top: 9px;
}
#nmainv.versub #headAnim div.ship .inner img {
	width: 38px;
}
#nmainv.versub #headAnim div.birda {
	top: -6px;
}
#nmainv.versub #headAnim div.birdb {
	top: 20px;
}
