@charset "UTF-8";


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

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

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

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

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

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

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

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

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

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

h3.reha-03 {
	background: url(../img/reha/reha_h3_03.gif) left top no-repeat;
	text-indent: -9999px;
}

h3.reha-04 {
	background: url(../img/reha/reha_h3_04.gif) left top no-repeat;
	text-indent: -9999px;
}

.left-box {
	float: left;
	width: 480px;
	margin: 0 30px 30px 0;
}

.right-box {
	float: left;
	width: 200px;
	margin-bottom: 30px;
}

.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;
}

