/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.16col.css");



/*	EXAMPLE STYLES */
body {
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #3b3b3b;
	background:#FFF;
}

a
	{
		color: #0090c5;
		text-decoration: underline;
	}
	
strong{font-weight:800;}

header {
	text-align: center;
	background: #000;
}

article {
	line-height: 1.8;
	text-align: center;
}



footer {
	line-height: 1em;
	text-align: center;
	background: #ccc;
	padding:20px 15px 20px 0;
}

 