* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	cursor:auto			/* 自動カーソルを指定 */
}

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
body {
	font-family: メイリオ, Lucida Grande, ヒラギノ角ゴ Pro W3, ＭＳ Ｐゴシック;
	font-size: 16px;
	background-color: #E9E9E9;
}

ul.menu {
	list-style: none;
}

ul.menu li, h1 {
	font-size: 4em;
	/*margin-top: 0.2em;
	margin-bottom: -0.1em;*/
	letter-spacing: -0.05em;
	line-height: 0.9em;
	font-weight: bold;
	color: #cccccc;
}

ul.menu li:after, h1:after {
	content: ".";
	color: gold;
}

h1 {
	font-size: 4rem;
	font-weight: normal;
}
h2 {
	font-size: 2.5rem;
	font-weight: normal;
}
h3 {
	font-size: 2rem;
	font-weight: normal;
}
h4 {
	font-size: 1.5rem;
	font-weight: normal;
}
h5 {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.3em;
}
h6 {font-size: 0.8rem}


ul {
	list-style: square;
	margin: 1em;
}

li a {
	color: #CCCCCC;
	text-decoration: none;
}

/*li a:hover {
	color: #999999;
	text-decoration: none;
}*/
