@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
File name:      contents.css
Author:         Takuro Toyama
Style Info:     個別レイアウト
----------------------------------------------------------- */

div#topWrapper {
    min-width: 800px;
	height: 100%;
}

* html div#topWrapper {
	width:expression(document.body.clientWidth < 801? "800px" : "auto");
}

div#flashContents{
	margin:0;
	padding:0;
}
