@charset "utf-8";

/*--------------------------------------
	Style Name : Link Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#content div.section div.link {
	margin-bottom:20px;
}

#content div.section div.link p {
	margin:0;
	display:table-cell;
	*display:inline;/* for IE */
	color:#666;
	font-size:83%;
	vertical-align:middle;
	zoom:1;
}

#content div.section div.link p.pic {
	padding-right:10px;
}

