@charset "utf-8";
/* CSS Document */

#contents .prof {
	position: relative;
	margin-top: 15px;
	background-image: url(../images/pages/rbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}

#contents h1 {
	margin-top: 10px;
}
#contents h2 {
	font-size: 12px;
	text-align: left;
	line-height: 1.8em;
	padding-left: 8px;
	padding-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #993366;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	color: #666666;
}
.prof_top {
	background-image: url(../images/pages/rbox_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#contents .prof table {
	width: 525px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#contents .prof th {
	width: 110px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 1.4em;
	text-align: left;
	padding-left: 5px;
}
#contents .prof td {
	line-height: 1.4em;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
#contents .prof p {
	line-height: 1.2em;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	width: 530px;
}
#contents .prof dl {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
}
#contents .prof dt {
	color: #006699;
	line-height: 1.6em;
	margin-top: 10px;
	font-size: 12px;
}
#contents .prof dd {
	line-height: 1.2em;
	text-align: justify;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #666666;
}
