@charset "utf-8";
/**
 * デモ インデックス CSS
 * 
 */

/* Global */
a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: black;
	font-weight: normal;
}
a:hover {
	color: red;
	font-weight:bold;
}

/* header */
 header h1 {
	text-align: center;
}
