@charset "utf-8";


.comment {
border: dotted 1px #ccc;
width: 688px;
clear: both;
}

.comment dt {
background-image: url(/inc/images/global/dot.gif);
}

.comment ul {
margin: 10px;
}

*html .comment ul {
margin: 5px;
}


.comment li {
background-image: url(/inc/images/global/arrow02.gif);
background-repeat: no-repeat;
background-position: left top;
list-style-position: outside;
list-style: none;
padding: 3px 5px 3px 20px;
line-height: 130%;
}

.comment:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

