@charset "utf-8";

/* Table Of Contents
----------------------------------------

# content
# clearfix

----------------------------------------*/

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

div#content div.section div.network dl {
	background: url(../images/bg_network.gif) repeat-y 0 0;
	margin-top: 16px;
	padding: 3px;
}

div#content div.section div.network dl dt {
	clear: both;
	float: left;
	padding: 0 5px 0 5px;
	width: 160px;
}

div#content div.section div.network dl dd {
	float: left;
	padding-left: 8px;
	width: 520px;
	
}


/* # clearfix
---------------------------------------------------------------------------- */

div#content div.section div.network dl {
	zoom: 1;
}

div#content div.section div.network dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}