@charset "UTF-8";

/*============================
#leftArea
============================*/

div#l-container dl {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
div#l-container dt {
	font-size: 116%;
	line-height: 1em;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003B91;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#l-container dt span {
	font-size: 85%;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
}
div#l-container dd {
	margin-top: 15px;
}
div#l-container dd.link-text {
	background-color: #BBE3F8;
	display: inline;
	line-height: 4em;
	background-image: url(../../voice/images/bg_linktext.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 33px;
	padding-bottom: 10px;
	padding-left: 10px;
}
