.style_box {
	 margin: 3px 2%;
	 padding: 0px;
	 width: 100%;
	 background-color: #fff;
	 border: 1px dashed #666;
}

.style_title, style_title a {
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.style_items {
	margin: 3px;
	padding: 0px;
}

.style_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	word-break: break-all;
}

.style_item ul, li {
	list-style-type: none;	
}

.style_item a:link, .style_item a:visited, .style_item a:active {
	font-weight: bold;
	font-size: 10px;
	text-decoration : none;
}

.style_item a:hover { 
	font-weight: bold;
	font-size: 10px;
	text-decoration : underline;
}

.style_date {
	font-size: 10px;
	font-weight : normal;
	color:#666666;
}

