﻿@charset "utf-8";

a:link,
a:visited{
	color : #FFFFFF;
	text-decoration : none;
}

a:hover,
a:active{
	color : #4040ff;
	text-decoration : none;
}




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

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

body{
	font-size : 100%;
}

}
/* 640pixel end */

