@charset "utf-8";
/* CSS Document */

html {
 overflow-y: scroll;
}

#items{
width:608px;
height:auto;
overflow:hidden;
}

#mainbase{
margin:32px 32px 0 32px ;
padding:16px 16px 0;
width:512px;
background:#fff;
height:auto;
overflow:hidden;
}

dl{
	width: 500px;
	margin: 10px auto 30px;
}

dt{
	width: 77px;
	padding: 8px 0 0;
	float: left;
	clear: both;
}

dd {
	width: 423px;
	margin: 0 0 0 77px;;
	padding: 9px 0 5px;
	position: relative;
}

dd:last-child {
	padding-bottom: 6px;
}

dd:last-child:before, dd:after {
	background:url(images/line.png) repeat-x;
	width: 504px;
	height: 1px;
	left: -78px;
	content: "";
	display: block;
	position: absolute;
}

dd:last-child:before {
	bottom: 0;
}

dd:after {
	top: 0;
}

dd a {
	display: inline;
}

h2{
margin:0;
}