@charset "utf-8";
/* ****************************************************
Since : 2008-11-11
Last Modified: 2008-11-11
***************************************************** */

/* 01.all
----------------------------------------------------------- */

/*---ForFireFoxLink---*/
a:focus{outline:none;}


/*---clearFix ---*/
.clearfix:after {
	content: url(../img/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

/*---imgover ---*/
.imgover{
}
/*---heightLine ---*/
.heightLine,
.heightLineParent{
}

/*---defaultStyle*/

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	font-size: 12px;
	line-height: 1.4;
	background-color: #FFF;
}

* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/* 02.Link
----------------------------------------------------------- */

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active{
	color: #333333;
	text-decoration: none;
}

/* 03.page
----------------------------------------------------------- */

html,body{
	height: 100%;

}

div#page {
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	background:#000000;
}

.minmax {
	min-height:600px;
	min-width:960px;
}


body{
	height:100%;
	background:#000000;
}

