body{
	margin:0;
	padding:0;
	background-color:#ffffff;
	SCROLLBAR-FACE-COLOR: #222222;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc; 
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR:#999999;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #444444;
	text-align:center;
	overflow: hidden;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
}

#prapper {
	position:absolute;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
}

#main_box {
	margin:auto;
	width:882px;
	height:680px;
	text-align:left;
}

#img_title{
	color:#FFFFFF;
	font-size:16px;
	background-color:#000000;
	position:absolute;
	z-index:110; 
}

/*::::::::::::::::::::::::
　top
::::::::::::::::::::::::*/

#top_box {
	margin:0 auto 0 0;
	padding:0;
	width:288px;
	height:40px;
}

#show_menu {
	margin:5px auto 5px 0;
	padding:0;
	width:882px;
	height:76px;
}


#back_page{
	margin:0 auto 0 10px;
	padding:0;
	float:left;
	width:65px;
	height:76px;
	background:url(../Showcase/back_off.gif) no-repeat;
}

#next_page{
	margin:0 10px 0 auto;
	padding:0;
	float:right;
	width:65px;
	height:76px;
	background:url(../Showcase/next_off.gif) no-repeat;
}

#info{
	margin:8px auto auto 120px;
	padding:0;
	float:left;
	width:500px;
	height:60px;
	text-align:left;
}

