@charset "utf-8";

/* #outline
--------------------------------------------------- */

#main #outline table th{
	width: 10em;
	padding: 8px 0 5px 8px;
	font-size: 0.75em;
	text-align: left;
	background: url(../img/bar_dottedline2.gif) repeat-x left top;
}

#main #outline table th span{
	padding: 0 0 0 14px;
	background: url(../img/icon_04.gif) no-repeat left center;
}

#main #outline table td{
	padding: 8px 3px;
	font-size: 0.75em;
	background: url(../img/bar_dottedline2.gif) repeat-x left top;
}

#main #outline table td h3{
	font-size: 1.15em;
}


#main #outline table td.section{
	background: none;
	border-top: 1px solid #ccc;
}


#main #outline table td ul li{
	line-height: 160%;
}
#main #outline table td ul li.mail{
	font-weight: bold;
}

#main #outline table td ul.license li{
	padding: 0 0 0 14px;
	background: url(../../corpinfo/img/outline/icon.gif) no-repeat 0 6px;
}

/*--ie6--*/
* html #main #outline table td ul.license li{
	background: url(../../corpinfo/img/outline/icon.gif) no-repeat 0 4px;
} 



