@charset "utf-8";


body{
		color : #454545;background-repeat : repeat;background-attachment : scroll;background-position : 0px 0px;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
}

a:link,
a:visited{
	color : #ffffff;
}

a:hover,
a:active{
	color : #77d2ff;
	text-decoration : none;
}




/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 640px ){

body{
	font-size : 100%;
}

}
/* 640pixel end */

