﻿@charset "utf-8";

body
{
background: #fff;
}

<!--side-->
#wrap1{
	width:238px;
	/*height:900px;*/
	float:left;
	margin-right:4px;
	pverflow:hidden;
	}
.hidden
{
display: none;
}




/*矢印*/
#prevNext{
	/*margin-bottom: -2.5em;*/
	padding-left:205px;
	padding-top:3px;
	background-image: url(../images/sita.jpg);
	/*background-color:#0FC;*/
	display: block;
	background-repeat: no-repeat;
	height:25px;/**/
	width:33px;
	overflow:hidden;
	}


#prevNext img
{
	cursor: pointer;

}

