@charset "UTF-8";
/* CSS Document */

body{
	background:#000 url(../images/home_bg.jpg) repeat-x;
}

#home{
	position:relative;
	width:100%;
	/*min-height:900px;*/
	min-height:990px;
}

#home #visual{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:655px;
	text-align:center;
}

#home #visual object,
#home #visual embed{
	width:100%;
	height:655px;
	margin:0 auto;
}

#home #nav{
	position:absolute;
	height:46px;
	top:525px;
	left:0;
	background-image:url(../images/menu_area.png);
}

#home #nav li{
	/*margin-top:23px;*/
}

#home #contents{
	position:absolute;
	top:590px;
	left:0;
	width:100%;
	min-width:900px;

}

#home #contents #information{
	width:760px;
	margin:0 auto;
	margin-top:10px;
}

#news,
#spec{
	background-color:#393939;
	background-repeat:no-repeat;
	min-height:160px;
	float:left;
	text-align:left;
}

#spec .area,
#news .area{
	margin-top:30px;
	margin-left:9px;
	height:120px;
	overflow:auto;
}

#news{
	background-image:url(../images/news_bg.jpg);
	width:450px;
	margin-right:7px;
}


#spec{
	background-image:url(../images/spec_bg.jpg);
	width:300px;
}

#news table,
#spec table{
	font-size:90%;
	font-size/*\**/:100%\9;
	text-align:left;
}
	
#news table tr,
#spec table tr{
	vertical-align:top;
}
	
#spec table th{
	font-weight:normal;
	text-align:left;
}

#news table td{
	padding-left:1em;
}

#spec table td{
	padding-left:2em;
}
