﻿@charset "utf-8";

html
{
	height: 100%;
	overflow: auto;
}
body
{
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	background-color: #FAD7E6;
	font: 86% Arial, "Helvetica Neue", sans-serif;
	color: #7B7189;
}

#flashcontent
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	line-height: 0;
}
#footer{
	visibility:visible;
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	/* affect to only MacIE */
	width:auto;
}

/* 代替表示用 */
#noflash{
	width: 800px;
	height:300px;
	margin:0 auto 0 auto;
	padding:0;
	border:none;
	background-image:url(../img/c_bg.jpg);
	background-repeat:repeat-x;
}
#noflash main-image{
	width:940px;
	height:250px;
}
#noflash container{
	width:940px;
	padding-top:10px;
	background-image:url(../img/noplugin/bg2.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#noflash .bnr{
	width:420px;
	height:210px;
	border:thin solid #fff;
	margin-right:10px;
	float:left;
}
#noflash notice-box{
	clear:left;
	padding:10px 5px;
	width:860px;
}