@charset "UTF-8";

#article h1.h101 {
	background: url(../images/h101.jpg) no-repeat left top;
}
#article .subTlt {
	background: url(../images/subTlt.jpg) no-repeat left top;
}

#article dl {
	margin: 0 auto 20px;
	width: 789px;
}
#article dl dt,
#article dl dd {
	font-size: small;
}
* html #article dl dt,* html #article dl dd {font-size: x-small;}
#article dl dt {
	border-bottom: 1px dotted #f8cfc1;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 5px;
}
#article dl dd {
	margin: 0 0 30px;
	padding: 0 5px;
}
#article dl dd a {
	background: url(../images/url.gif) no-repeat left top;
	color: #f31e73;
	padding: 0 0 3px 45px;
}

