@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: index.css
 * style info	: top page styles
 -----------------------------------------------------------*/

/*　top page css
--------------------------------------------------- */

.index #lang_navi {
	top:32px;
}

.index #contents{
	width:960px;
	position:absolute;
	bottom:5px;
	left:60px;
}

.index #contents .content {
	text-align:left;
}

.index #contents .content #global_navi {
	float:none;
	margin:0;
	margin-left:-12px;
}

.index #contents .content table {
	margin-bottom:10px;
	color:#333;
}

#filter{
	position:absolute;
	z-index:-100;
	width:100%;
	height:100%;
	background:url(../img/top/filter.png) repeat left top;
}

#images{
	overflow:hidden;
	position:absolute;
	z-index:-200;
	width:100%;
	height:100%;
	background:url(../img/parts/loading.gif) no-repeat 50% 50%;
}
#images ul{
	position:absolute;
	width:100%;
	height:100%;
}
#images ul li{
	position:absolute;
}
#images ul li img{
	width:100%;
	height:100%;
}

.index #contents #footer {
	margin-left:-60px;
}
