@charset "utf-8";


/* cotntents */
/**************************************/
div#contents table.solution{
	margin           : 0px 0px 10px 0px;
	border           : 1px solid #666666;
}

div#contents table.solution th{
	padding          : 5px;
	text-align       : center;
	color            : #ffffff;
	background       : #666666;
}

div#contents table.solution td{
	padding          : 5px;
}

div#contents table.solution ul{
	margin           : 0px;
	padding          : 0px;
}

div#contents table.solution li{
	float            : left;
	margin           : 0px 10px 0px 0px;
	padding          : 0px;
}

div#contents table.solution li a{
	padding-left    : 12px;
	background      : url(/shared/image/detail-arrow.gif) left center no-repeat;
}
