@charset "UTF-8";

#adviser-container {
	background-image: url(../images/entry_img/entry_kiyaku-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 12px;
	position: relative;
}
#adviser-container .adviser-title {
	background-image: url(../images/adviser_img/adviser_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 510px;
	text-indent: -9999px;
	overflow: hidden;
}
#adviser-container h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 12px;
	letter-spacing: 0.1em;
	line-height: 1em;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 4px;
}
#adviser-container p {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
}
#adviser-container dl {
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 24px;
	padding-right: 24px;
}
#adviser-container dt {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	letter-spacing: 0.1em;
	clear: both;
}
#adviser-container dt span {
	color: #666666;
	font-size: 0.7em;
}
#adviser-container dd {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
