<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift-Jis";
/***********　　全体　　************/

* {
	margin:0;
	padding:0;
}

/***********　alt属性　************/

body {
	position:relative;
	z-index:1;
}

span {
	position:relative;
	z-index:-1;

}

/**********　ページ中身　***********/

#wrap {
	width: 700px;
}

#wrap .title {
	background-image: url(images/1.jpg);
	background-repeat: no-repeat;
	height: 197px;
	width: 700px;
}

#wrap .subtitle {
	height: 161px;
	width: 700px;
	background-image: url(images/2.jpg);
	background-repeat: no-repeat;
}

#wrap .naiyo {
	background-image: url(images/3.jpg);
	background-repeat: no-repeat;
	height: 247px;
	width: 700px;
}
#wrap .osaka {
	background-image: url(images/4.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 700px;
	overflow:hidden;
}
#wrap .osaka .btn {
	float: right;
	height: 22px;
	width: 60px;
	padding-top: 78px;
	padding-right: 45px;
}

#wrap .tokyo {
	background-image: url(images/5.jpg);
	background-repeat: no-repeat;
	height: 187px;
	width: 700px;
	overflow:hidden;
}
#wrap .reference {
	background-image: url(images/6.jpg);
	background-repeat: no-repeat;
	height: 161px;
	width: 700px;
}
</pre></body></html>