@charset "shift_jis";
@import "layout.css";
@import "module.css";
@import "reset.css";

/*body
-----------------------------------------------------------------------------*/
html, body, #website {
    height: 100%;
    overflow: hidden;
}
/* end hide */
body {
    background: #FFFFFF;
    margin: 0;                
}
/*
-----------------------------------------------------------------------------*/
#website {
        width:100%;
        position:relative;
        height:100%;
        min-height:100%;
		background-color:#FFFFFF;
		margin:0;
		padding:0;
		overflow: hidden;
		font-size:10px;
}
#header {
	background-color:#FFFFFF;
	height:100px;
}
.Left {float:left;}
.Right {float:right;}
#contentsArea {
	width:800px;
	height:180px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-90px 0 0 -400px;
	text-align:center;
}
.gallery {margin:0 0 25px 0;}
.flashplayer {margin:0 0 40px 0;}
.text {margin:0;}
/*
-----------------------------------------------------------------------------*/
#contents {
        padding-bottom:23px;
}
/*
-----------------------------------------------------------------------------*/
#footer {
	width:100%;
	background: #FFFFFF;
	position: absolute;
	bottom:0px;
	height:25px;
	border-top:solid 1px #CCCCCC;
}
*html .footer_left{
	float:left;
	margin:7px 0 0 5px;
}
.footer_left{
	float:left;
	margin:5px 0 0 10px;
}
*html .footer_right{
	float:right;
	margin:5px 5px 0 0;
}
.footer_right{
	float:right;
	margin:2px 10px 0 0;
}
/*
-----------------------------------------------------------------------------*/
.clear {
	clear:both;
	font-size:1px;
}
