@charset "UTF-8";

/* **************************************
*Since: 2009-5-26
*Modified: 2009-5-29
************************************** */

/* content
---------------------------------------------------------------------------------------- */
/* contents outline
------------------------------------------------- */
#contents #outline {border-top: 1px solid #DFDEDF;}

#contents #outline table {
	width: 96%;
	margin: 10px 2% 0 2%;
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
}

#contents #outline table th,
#contents #outline table td {
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	color: #333;
	font-size: 12px;
	text-align: left;
	line-height: 1.6;
	vertical-align: middle;
}

#contents #outline table td {padding: 4px;}

#contents #outline table td label,
#contents #outline table td select {font-size: 12px;}

#contents #outline table th {
	width: 27%;
	background: #E7F5F8;
	font-weight: bold;
	vertical-align: middle;
}

#contents #outline table th.th01 {
	width:auto;
	background:#175FAE;
	color: #FFF;
	font-weight:bold;
}

#contents #outline table td.td01 {
	width: 20%;
	font-weight:bold;
}

#contents #outline table td a {
	color:#00F;
}

#contents #outline table th.line , 
#contents #outline table td.line{border-bottom: 1px dashed #CBCBCB;}