@charset "Shift_JIS";

@import "../../../files/css/layout.css";

/*-------------------------------------------------------------------------
	All
/*-----------------------------------------------------------------------*/
body {
	background:#55c3ef;
}

#all {
	position:relative;
	width:740px;
	margin:0 auto;
	padding-bottom:163px;
	background:url(../img/bg.gif) no-repeat center bottom;
}

	#all ul {
	}
	
		#all ul li {
			display:inline;
			float:left;
			position:relative;
			width:370px;
		}
		
			#all ul li a {
				display:block;
				position:absolute;
				right:20px;
				bottom:10px;
				width:110px;
				height:111px;
				background:url(../img/element/btn/off.png) no-repeat center center;
				text-indent:-9999px;
			}
			
			#all ul li.left a {
				right:0;
			}
			
			#all ul li a:hover {
				background-image:url(../img/element/btn/on.png);
			}
			
	#close {
		position:absolute;
		left:0;
		bottom:70px;
		width:100%;
	}
	
		#close a {
			display:block;
			width:142px;
			height:67px;
			margin:0 auto;
			background:url(../img/close_off.png) no-repeat center top;
			text-indent:-9999px;
		}
		
		#close a:hover {
			background-image:url(../img/close_on.png);
		}