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

/*---------index----------*/
#index {
	width: 660px;
	margin: 0 0 50px 20px;
}
#index li {
	width: 310px;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 0 20px 20px 0;
}
#index li a {
	display: block;
	width: 310px;
	height: 60px;
	background: url(../img/department/btn_index_off.png);
	text-decoration: none;
	color: #333;
}
#index li a:hover {
	background: url(../img/department/btn_index_on.png);
}
/*---------housyasen----------*/
.ul_housyasen {
	width: 640px;
	margin: 0 auto 50px;
}
.ul_housyasen li {
	width: 300px;
	float: left;
	background: url(../common/img/list01.png) no-repeat left 8px;
	padding-left: 15px;
	margin-bottom: 7px;
}

/*---------rihabiri----------*/
.ul_riha {
	width: 660px;
	margin: 0 0 50px 20px;
}
.ul_riha li {
	width: 310px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 0 15px 15px 0;
}
.ul_riha li a {
	display: block;
	width: 310px;
	height: 40px;
	background: url(../img/department/btn_riha_off.png);
	text-decoration: none;
	color: #333;
}
.ul_riha li a:hover {
	background: url(../img/department/btn_riha_on.png);
}

.t_yoyaku {
	width: 640px;
	margin: 0 auto 50px;
	border: solid 3px #e2e2e2;
}
.t_yoyaku th {
	width: 110px;
	text-align: left;
	padding: 10px;
	background-color: #fffae5;
	border-bottom: dashed 1px #e2e2e2;
}
.t_yoyaku td {
	padding: 10px;
	border-bottom: dashed 1px #e2e2e2;
}
/*---------kangobu----------*/
.photo_aisatsu {
	width: 150px;
	float: right;
}
.text_aisatsu {
	width: 450px;
	float: left;
	text-align: justify;
	margin-bottom: 20px;
}
.text_syomei {
	clear: both;
	width: 640px;
	margin: 0 auto 50px;
	text-align: right;
}
/*---------tantoui-----------*/
.t_tantoui {
	width: 674px;
	margin: 0 auto 30px;
	border: solid 3px #e2e2e2;
}
.t_tantoui caption {
	text-align: right;
}
.t_tantoui th.youbi {
	background-color: #479030;
	border: solid 1px #e2e2e2;
	color: #FFF;
	font-size: 13px;
	padding: 3px 2px;
}
.t_tantoui th.kamoku {
	background-color: #FFFAE5;
	border: solid 1px #e2e2e2;
	font-size: 13px;
	line-height: 1.4em;
	padding: 3px 2px;
}
.t_tantoui td {
	font-size: 12px;
	line-height: 1.4em;
	border: solid 1px #e2e2e2;
	padding: 3px;
	vertical-align: top;
}
.t_tantoui td.ampm {
	width: 1em;
	font-size: 12px;
	border: solid 1px #e2e2e2;
	padding: 3px;
	vertical-align: middle;
}
.t_tantoui td.closed {
	font-size: 12px;
	line-height: 1.4em;
	border: solid 1px #e2e2e2;
	padding: 3px;
	vertical-align: middle;
}

