/* IMPORT RESET */
@import url("reset.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.24col.css");


/*	EXAMPLE STYLES */
body * {
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight:lighter;
}


img {
	width:auto;
	height:auto;
}