/* vim:set ts=4 sts=4 sw=4 bs=2 ai si noet nu ff=dos ft=css: */
/* $Id$ */
/* Last Change: 20-September-2013 15:56:43. */

/* css/company.css */

#contents {
}

	#contents table {
		border-collapse: collapse;
		width:100%;
		margin-bottom: 16px;
	}

		#contents th.line {
/* 			border-top: #be1309 4px solid; */
			border-top: #87c3ff 4px solid;
		}

		#contents th {
			width: 20%;
			background: #f7f7f7;
			border-bottom: #e3e3e3 1px dotted;
			text-align: left;
			padding: 10px;
			font-weight: normal;
			vertical-align: top;
		}

		#contents td.line {
			border-top: #b3b3b3 4px solid;
		}

		#contents td {
			width: 80%;
			border-bottom: #e3e3e3 1px dotted;
			text-align: left;
			padding: 10px;
		}

		#contents td ul {
			padding: 0;
		}


		#contents dl {
			margin: 0;
		}

		#contents dl.italic dt {
/* 			font-size: 0.9em; */
			font-style: italic;
			margin-bottom: 6px;
/* 			color: #be1309; */
			color: #333300;
		}

		#contents dt {
			margin-bottom: 4px;
		}

		#contents dd {
			margin-left: 12px;
			margin-bottom: 12px;
		}

		#contents dd.vertical {
			padding-bottom: 30px;
			*padding-bottom: 40px;
			background: url(../images/common/c_vertical_line.png) no-repeat scroll center bottom;
		}


/* end #contents */

