@charset "UTF-8";


#illust {
	position: absolute;
	width: 200px;
	height: 230px;
	margin: 0;
	background: url(../img/scholar/float_01.png) top left no-repeat;
}

#category-header.scholar {
	background: url(../img/scholar/cate_header_scholar.gif) left top no-repeat;
}

#category-header.shinyachiyo {
	background: url(../img/nurse/cate_header_nurse01.gif) left top no-repeat;
}

#category-header.yachiyo {
	background: url(../img/nurse/cate_header_nurse02.gif) left top no-repeat;
}

h3.scholar-01 {
	background: url(../img/scholar/scholar_h3_01.gif) left top no-repeat;
	text-indent: -9999px;
}

h3.scholar-02 {
	background: url(../img/scholar/scholar_h3_02.gif) left top no-repeat;
	text-indent: -9999px;
}

.left-box-450 {
	float: left;
	width: 450px;
}

.right-box-260 {
	float: left;
	width: 260px;
}

dt {
    position: absolute;
    left: 20px;
    width: 10em;
	color: #8dcdd4;
	padding-top: 5px;
	padding-bottom: 5px;
}
 
dd {
    padding-left: 10em;
	padding-top: 5px;
	padding-bottom: 5px;
    border-bottom: dotted 1px #ccc;
}
 
dd.end {
    border-bottom: none;
}

