/* CSS Document */


h3 {
	margin: -10px 0 10px 0;
	padding: 3px 6px;
	float: none;
	width: auto;
	border-bottom: dotted 1px #ccc;
	letter-spacing: 0.2em;
}

h3 em {
	font-size: 9px;
	font-style: normal;
}

.blc {
	border-top: dotted 1px #ccc;
}

#contents .blc p.date {
	margin: -11px 0 0 0;
	padding: 2px 0 0 0;
	font-size: 9px;
	line-height: 13px;
	text-align: right;
}


#contents .blc p.tpc {
	margin: -15px 0 10px 0;
	padding: 2px 6px;
	font-size: 9px;
	line-height: 14px;
 clear: left;
 border-left: solid 4px #ccc;
	border-bottom: dotted 1px #ccc;
	border-top: dotted 1px #ccc;
	background-color: #eee;
}

#contents .blc p.jmp {
	text-align: left;
}


#contents .blc p.sudtxt {
 font-size: 10px;
	line-height: 18px;
}


.phtpc {
	margin: 15px 0 20px 0;
	padding: 0;
	border-left: solid 4px #ddd;
}



/* dl ---*/
dl {
 border: none;
	margin: 20px 0 0 71px;
	font-size: 10px;
	line-height: 14px;
}

dt {	
 padding: 2px 0;
 float: left;
}
dd {
	margin-left: 50px;
 padding: 2px 0;
}
dl, dt, dd { border: none;}


