@charset "utf-8";


body{
	font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #000000;
	font-weight: 300;
	font-size : 80%;
	line-height : 1.8;
	letter-spacing: 0.2em;
}

a:link,
a:visited{
	color : #4040ff;
	text-decoration : underline;
}

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

#head {
	text-align: left;
	padding: 5em 0 0em 15%;
}


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

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

body{
	font-size : 80%;
}

}
/* 640pixel end */

