@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

BODY {
	padding-top: 0px;
	*padding-top: 0px;
	margin : 0px 0px 0px 0px;
	width : 900px;
	background-image : url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffc604;
	background-position: top center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" "Helvetica" "sans-serif";
	text-align: center;
	font-size: 10pt;
	line-height: 1.8em;
	top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	left : 0px;
}

#container {
	text-align: left;
	padding-top : 0px;
	*padding-top: 0px;
	margin: 0px;
	width : 900px;
	display: block;	
	display: none;
	top : 0px;
	left : 0px;
	position : absolute;
}

#main {
	width : 900px;
	height : 600px;
	z-index: 2;
	position: absolute;
	top : 0px;
	*top: 0px;
	left: 0px;
}


#imageContainer {
	margin : 0px 0px 0px 0px;
	width : 900px; 
	height : 600px;
	position: absolute;
	z-index: 1;
	top : 0px;
	*top: 0px;
	left : 0px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

H2#catch {
	margin: 0px;
	padding: 0px;
	position:absolute;
	top: 210px;
	left : 15px;
	z-index: 5;
	background-image: none;
	border: none;
	display: none;
}

a img {
	border: 0px;
}

a:link {
	color: #0066dd;
	text-decoration: none;
	border: 0px;
}

a:visited {
	color: #0066dd;
	text-decoration: none;
	border: 0px;
}

a:hover, a:active {
	color: #ffaa00;
	text-decoration: underline;
	border: 0px;
}