@charset "utf-8";

/*sample*/

#wrapper3 {
	background: #FFFFFF ;
	width: 1000px;
	margin: 0 auto;
	padding: 0;

}

dl{
    width:1000px;
	text-align:center;
}
dt{
    color:#000000;
    height:105px;
    background-color :#FFFFFF;
	text-align:center;
	width:905px;
	margin-left:50px;
	margin-bottom:2px;
	cursor:row-resize;	
	background-image:url(../img/kousyo/plus.gif);
	background-position:97% 50% ;
	background-repeat: no-repeat;
}
dt :hover{border:2px #CCCCCC outset;
}

dd{
    margin:0;
	height:auto;
    background:#FFFFFF;
	text-align:center;

}

dd : hover{