﻿@charset "utf-8";

/* ------------------------------------------------------------
	html,body
   ------------------------------------------------------------ */

body {
	width:100%;
	height:100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
html{
	width:100%;
	height:100%;
    overflow: auto;
}
img{
	border:0;
}
#FlashContent{
    position: absolute;
    top: 0px;
    left: 0px;
	width:100%;
	height:100%;
	margin: 0;
}
#alternative{
	position:relative;
	top: 50%;
	margin-top: -228px;
}
#shiseido_flash{
	width:100%;
	height:100%;
	margin: 0;
	text-align:center;
}
#shiseido_footer{
	width:100%;
	height:36px;
	margin: 0;
	overflow:hidden;
	padding-top:1px;
	background-color:#CCC;
}

