@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 70%;
	line-height: 1.5;
	color: #000;
}
img {
	border: none;
}
/* レイアウト全体の配置位置
------------------------------------*/
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#h1 {
	width: 800px;
	height: 550px;
	background: url(../images/coold.jpg) center no-repeat;
	text-indent:-9999px;
}