@charset "utf-8";
/* CSS Document */


.sam {
clear: both;
border-bottom: dotted 1px #ccc;
width: 560px;
margin-top: 15px;
padding-bottom: 15px;
}

.sam dt{
float: left;
border: solid 1px #ccc;
}

.sam dt img{
margin: 5px;
}

.sam dd {
float: right;
width: 360px;
}

.sam:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

