/* CSS Document */

div.mainbox{
	width: 569px;
	background-color:#ffffff;
	float: left;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	padding-bottom: 20px;
}
div.ibtcon{clear: both;}
div.meat {
	float:left;
	margin:5px auto 0 auto;
	padding:0 0 0 0px;
	width:565px;
}
div.meat dl {
	margin: 0 auto;
	padding:0 15px 50px 15px;
}			
div.meat dl dt {
	color:#0097b6;
	margin: 10px 0;
	padding:0 10px 0 15px; 
	display:block;
	background:#eaf3f4;
	height: 30px;
} 	
div.meat dl dt a:link,	div.meat dl dt a:visited{
	background: url(image/list_bg.jpg) no-repeat left center;
	color:#075989;
	display: block;
	text-decoration:none;
	font: bold 11px/30px verdana;
	padding: 0 0 0 20px;
}	
div.meat dl dd {
	font: 11px/22px Tahoma;
	color:#1F1F1F;
	margin:  0;
	padding:0 15px;
}
div.meat dl dd span{ display:block; }
div.meat dl dd strong{	display:block;}

