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


#container{
	width:1000px;
	margin:20px auto;
	background-color:#000000;
}
#navi{
	width:300px;
	float:left;
}
#navi ul{
	height:550px;
}
#navi li{
	list-style-type:none;
	width:60px;/*デフォルト 150*/
	float:left;
}
#navi li img{
	border:3px solid white;
}
#navi{
	overflow:hidden;
}
#navi .pageWrap{
	width:1200px;
}
#navi .pageWrap .page{
	width:300px;
	float:left;
}
#navi p{
	clear:both;
	width:300px;
	padding:10px 0;
	text-align:center;
}
#navi p img{
	cursor:pointer;
}
#main{
	width:650px;
	float:right;
}
#main img{
	position:absolute;
	border:3px solid white;
}