@charset "euc-jp";

/* ==================================================================

	ąŁ global
	
=================================================================== */



body{
		position:relative;
		width:100%;
		height:100%;
		background:url(../../images/common/load.gif) 50% 50% no-repeat;
}


#global .page{
		position:absolute;
		top:50%;
		left:50%;
		
		width:1100px;
		height:724px;
		margin:-362px 0 0 -550px;
}

#global div#objectArea{
	width:100%;
	height:100%;
	background:#fff;
}

#global #objectArea ul{
	text-align:center;
	margin-top:60px;
}

#global #objectArea ul li{
	display:inline;
	margin-left:10px;
	padding-right:6px;
	line-height:1;
}

#global #objectArea ul li a{
	color:#231815;
	text-decoration:underline;
}

#global #objectArea ul li a:hover{
	color:#6C5D5A;
}

#global #objectArea ul li.japanese{
	border-right:1px solid #231815;
}
