@charset 'utf-8';




/* snowmanWindow
---------------------------------------------------------------------- */
#snowmanWindow {
	position: relative;
	width: 766px;
	height: 540px;
	margin: 0;
	padding: 0px 0 0 0px;
/*	scrollbar-track-color: #f9f9f9;
	scrollbar-face-color: #fff;
	scrollbar-arrow-color: #ccc;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-3dlight-color: #ccc;
		*/
	background-color:#767272;

}

#snowmanWindow .close {
	position: absolute;
	top: 560px;
	left: 300px;
}

#snowmanWindow .eventhelp {
	position: absolute;
	top: 550px;
	left: 635px;
	width: 130px;
	height: 18px;
	text-align: left;
	color:#ffffff;
}

#snowmanWindow .eventhelp2 {
	position: absolute;
	top: 570px;
	left: 635px;
	width: 130px;
	height: 18px;
	text-align: left;
	color:#ffffff;
}

/*
#snowmanWindow .eventhelp span{
	display: none;
}
*/
#snowmanArea .box413:after,
#snowmanArea ul.btn:after,
#snowmanArea ul.btnB:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}