/* @override http://sudo.local/libs/prof.css */

*{
	font-family: sans-serif;
}

h3 {
	background-color: #FCC;
	
}
.base {
	position: absolute;
	width: 85%;
	height: 470px;
	top: 75px;
	left: 58px;
	margin: 0px auto;
	padding: 0px;
}
table {
	margin-left: auto;
	margin-right: auto;
}
.name {
	letter-spacing: 15px;
	font-size: 20px;
	font-weight: bold;
}
.title {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 3px;
}
.mainText {
	font-size: 12px;
	line-height: 18px;
}
.red {
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1px;
}
.pink {
	font-weight: bold;
	color:#F99;
}
.smallText {
	font-size: 10px;
	line-height: 14px;
	padding-left: 20px;
	margin: 0px;
}
span.kotira {
	font-size: 14px;
	letter-spacing: 1px;
}

dl#profHistory,dl#profExhibition {
  font-size: 92%;
}
dl#profHistory dt {
	float: left;
	line-height: 1.5;
	width: 5em;
}
dl#profExhibition dt {
	float: left;
	line-height: 1.5;
	width: 6em;
}
dl#profHistory dd {
	margin-left: 5.2em;
  margin-bottom: .75em;
  line-height: 1.5;

}
dl#profExhibition dd {
	margin-left: 6.2em;
  margin-bottom: .75em;
  line-height: 1.5;

}
dl.proflist dt {
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	border-bottom: dotted 1px #ccc;
}
dl.proflist dd div.block {
}
dl#profInterview dd p.collapse {
	text-decoration: underline;
	cursor: pointer;
	color: #00F;
	margin-top: 5px;
	text-align: right;
	padding-right: 1em;
}
br.clear {
  clear: both;
}
.border_dot {
	
	border-top: dotted 1px #ccc;
}
