@charset "UTF-8";
/* CSS Document */

.list {
	border-bottom:1px solid #ccc;
	padding:10px 0;
	width: 800px;
}

.list dt {
width:130px;
float:left;
font-size:13px;
}

.list dd {
margin-left:140px;
width:400px;
}

.left {
float:left;
width:550px;
}

.right {
float:right;
width:230px;
}


.fade{
		background:url(img/fade.png) repeat-x 0 bottom;
		display: block;
		height: 200px;
		position: relative;
		margin-top: -200px;
		z-index:10;
	}

