@charset 'UTF-8';

/* ========================================
OUTLINE
	小田原籠清オフィシャルサイト
	SPLASHページ
======================================== */

body {
	background-image: url("../../images/bg.jpg");
	}

div#swfWrap {
	position: absolute !important;
	overflow: hidden;
	top: 45%;
	left: 50%;
	width: 534px;
	height: 536px;
	margin-top: -268px;
	margin-left: -267px;
	}

div#spalt {
	width: 534px;
	height: 536px;
	background-image: url("../../images/splashalt.jpg");
	}

div#spalt a {
	display: block;
	overflow: hidden;
	width: 130px;
	height: 410px;
	margin: 18px 0 0 198px;
	*font-size: 0.1em;
	text-indent: -9999em;
	}

div#toHome {
	position: absolute;
	bottom: 0%;
	right: 0%;
	padding-bottom: 15px;
	padding-right: 25px;
	text-align: right;
	}


