@charset "shift_jis";



body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address {

	margin: 0;

	padding: 0;

	font-size: 100%;

	font-weight: normal;

	font-style: normal;

	line-height: 1.5;

}

img {border:0;}

ul {list-style: none;}



/*======================================

!!2.Fonts

=======================================*/



body{

	text-align	: center;

	font-size	: 13px;

	color		: #060606;

	font-family	: "メイリオ",ＭＳ Ｐゴシック,Osaka,Serif;

	scrollbar-face-color: #ffffff;

	scrollbar-3dlight-color: #553f09;

	scrollbar-highlight-color: #ffffff;

	scrollbar-shadow-color: #ffffff;

	scrollbar-darkshadow-color: #553f09;

	scrollbar-arrow-color: #553f09;

	scrollbar-track-color: #ffffff;

	background-color : #a3c83d;

}


<style>

li{list-style:none} 
img{border:0;vertical-align:middle} 
table{border-collapse:collapse;border-spacing:0} 


#snowflake { 

position:fixed;

}
.snowRoll { 

	opacity: 0; 
	-webkit-animation-name: mysnow; 
	-webkit-animation-duration: 20s; 
	-moz-animation-name: mysnow; 
	-moz-animation-duration: 20s; 
	height: 80px; 
}
@-webkit-keyframes mysnow {  
	0% {
	 bottom: 100%;
	}
	 50% {
	 -webkit-transform: rotate(1080deg);
	}
	 100% {
	 -webkit-transform: rotate(0deg) translate3d(50px, 50px, 50px);
	}
}
@-moz-keyframes mysnow {  
	0% {
	 bottom: 100%;
	}
	 50% {
	 -moz-transform: rotate(1080deg);
	}
	 100% {
	 -moz-transform: rotate(0deg) translate3d(50px, 50px, 50px);
	}
}
</style>
