@charset "utf-8";
/* CSS Document */

#samp-entry {
	width:100%;
	text-align: justify;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	font-size: 11px;
}
#samp-entry p
{
	font-size: 12px;
}
#col-sample {
	background-color:#f3f3f3;
	margin-bottom:10px;
	padding: 0px;
}
#col-sample ul {
	text-align: center;
	display: inline;
}
#col-sample  ul li {
	list-style-position: inside;
	list-style-image: url(ul_s.gif);
	padding-top: 3px;
	padding-bottom: 3px;
}
#col-sample ul li a:hover {
	text-decoration: none;
}
.text_bold {
	font-weight: bold;
}
