@charset "UTF-8";


/*----------------------------------------------

	Theme Name: design works onside inc.
	Theme URI: http://blog.onside.com/fxw/
	Description: 07-01-2009 (mm-dd-yyyy)
	Version: ver. 1.0
	Author: Shin Nakane design works onside inc.
	Author URI: http://www.onside.com/

----------------------------------------------*/

body {
	font-size: 12px;
	font-family: arial,helvetica,clean,sans-serif;
	background-color: #000;
}

	* html body {
		font-size: 75%;
	}

	*:first-child+html body {
		font-size: 75%;
	}

/*----------------------------------------------
	Universal selector
----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0;
}


/*----------------------------------------------
	Common Block
----------------------------------------------*/

html {
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	/*position: relative;*/
	/*position: fixed;*/
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	text-align: center;
	background-color: #000;
	overflow: hidden;
}

	*:first-child+html body {
		font-family: "メイリオ", Meiryo, san-serif;
	}

#container {
	/*position: absolute;*/
	/*width: 100%;*/
	height: 100%;
	margin: 0;
	padding: 0;
	min-height: 1px;
	text-align: center;
	background-color: #000;
	/*position: relative;*/
	overflow: hidden;
}

	#container:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}

	/*\*/
	* html #container {
		height: 1px;
	}
	/* */

#flashcontent {
	/*position: absolute;
	width: 100%;
	height: 100%;*/
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
}

	#flashcontent:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}

	/*\*/
	* html #flashcontent {
		height: 1px;
	}
	/* */

#flashcontent p {
	width: 470px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 85%;
	text-align: left;
}

	#flashcontent p:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}

	/*\*/
	* html #flashcontent p {
		height: 1px;
	}
	/* */

#flashcontent img {
	float: left;
	margin: 0 5px 5px 0;
	vertical-align: top;
}

#flashalert {
	padding-top: 80px;
	font-size: 116%;
}
