@charset "Shift_JIS";

.line_dash_t {
	background-image: url(../../images/line_dash.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.line_dash_b {
	background-image: url(../../images/line_dash.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.prof_yomi {
	font-weight: bold;
	padding: 10px 0;
}
.prof_name {
	font-size: 120%;
	font-weight: bold;
	color: #001954;
}

.profContents dl {
	margin: 0px;
	padding: 0px;
	width: 295px;
	display: block;
}
.profContents dl dt {
	margin: 0px;
	float: left;
	clear: left;
	width: 75px;
	display: block;
}

.profContents dd {
	margin: 0px;
	float: right;
	width: 200px;
	display: block;
}