@charset "shift_jis";
/* CSS Document */

/* contents setting
------------------------- */

/* リスト表示 */

#contents #c03 li {
	margin-bottom: 6px;
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 93%;
}

#contents #c03 li span {
	color: #666;
}

/* table setting */

#contents table {
	width: 662px;
	border-right: 1px solid #ccc;	
	border-top: 1px solid #ccc;	
}

#contents table th,
#contents table td {
	font-size: 93%;
	line-height: 138.5%;
	border-left: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;
	padding: 6px 8px 6px;
}

#contents table th {
	font-weight: bold;
	background: #efefef;
	width: 160px;
}

/* column */

#contents .column {
	margin: 0 24px 40px 24px;
}

#contents .column h2 {
	margin: 0 0 10px 0;
}

/* c02 */

#contents #c02 {
	margin-top: -20px;
}

/* c03 */

#contents #c03 {
	margin-top: 45px;
}

#contents #c03 h3 {
	font-size: 93%;
	font-weight: bold;
	background: #efefef;
	padding: 6px 12px;
	margin-bottom: 12px;
}

#contents #c03 li {
	font-size: 93%;
	margin-bottom: 6px;
}