
h1 {
	padding: 0px;
	margin: 0px 2%;
	line-height: 0.2;
}

h2 {
	color: #600;
	background: url('h2.png') left center no-repeat;
	padding: 0px 0px 0px 25px;
	margin: 3px;
	font-weight: normal;
}
div.section p {
	text-indent: 1em;
	margin: 0px 5% 0.5em 10%;
}

div.section {
	padding: 10px;
	border: 1px solid #99c;
	margin: 5px 10px;
}

div#gameWindow {
	padding: 10px;
	border: 1px solid #99c;
	margin: 5px 10px;
}

div#mainWin {
	width: 478px;
	height: 358px;
	border:1px solid blue;
	background-color: #333;
	overflow: hidden;
	position: relative;
}

div#player {
	width: 4px;
	height: 4px;
	font-size: 1px;
	border: 0px;
	padding: 0px;
	background-color: white;
	position: absolute;
	z-index: 1000;
}

p#overLayMsg {
	font-size: 30px;
	color: white;
	font-family: 'Impact', sans-serif;
	text-align: center;
	width: 478px;
	margin-top: 160px;
	position: relative;
	z-index: 999;
}

p#stageTitle{
	color: white;
	background-color: blue;
	font-family: 'Arial', sans-serif;
	text-align: center;
	width: 478px;
	border: 1px solid blue;
	margin: 0px;
	padding: 5px 0px;
	position: relative;
	z-index:998;
}

/* ¥Ö¥í¥Ã¥¯ */
div.square_erase {
	background-color: #333;
}
div.square_norm {
	background-color: blue;
}
div.square_goal {
	background-color: red;
}
div.square_reverse {
	background-color: #606;
}
div.square_jet {
	background-color: yellow;
}
div.square_hide {
	background-color: #ddd;
}
div.square_slick {
	background-color: black;
}

div.block {
	position: absolute;
	font-size: 1px;
	border: 0px;
}
img.block {
	position: absolute;
}
