@charset "utf-8";
/* Hospital Pages CSS */

/*============ Common Tags ============*/
#main.welfare h4 {
	color:#FF9900;
	border-left: 5px solid #FF9900;
	padding-left: 10px;
	font-weight:bold;
}
#main.welfare h4.toph4 {
	border-left: none;
	padding-left: 0;
}
#main.welfare h5 {
	color:#663300;
	font-weight:bold;
}

/*===Red text===*/
#main.welfare em{
	color:#ee0000;
}
/*===Orange text===*/
#main.welfare strong{
	color:#FF3366;
	font-weight:normal;
}

#main.welfare div.orgbox li strong{
	color:#663300;
	}

/*============menu============*/
#menu div#menuBox {
	background: #FFE5C8;
	padding: 5px;
	}
#menu div#menuBox h2 {
	border-left: 5px solid #F64F0E;
	padding: 2px 0 2px 6px;
	color: #F64F0E;
	font-size: 100%;
	font-weight: bold;
	}
#menu div#menuBox ul#menuul {
	}
#menu div#menuBox ul#menuul li {
	height: auto;
	background: url(../img/li_org_squ.gif) no-repeat 0 4px;
	padding-left: 15px;
	}

/*============Top Page============*/
#main.welfare div#shisetsuBox {
	float: left;
	width: 197px;
	border: 1px solid #F7731F;
	background-color: #FFFFCC;
	margin-bottom:10px;
}
#main.welfare div#shisetsuBox p {
	margin: 0 11px 3px 11px;
	}
#main.welfare div#shisetsuBox p.Ex {
	text-align: center;
	margin-bottom: 10px;
	font-size: 85%;
	line-height: 1.4;
	}
#main.welfare div#zaitakuBox {
	float: right;
	width: 377px;
	border: 1px solid #5DB22A;
	background-color: #EAF9D2;
	margin-bottom:10px;
	padding: 0 0 20px 0;
	}
#main.welfare div#zaitakuBox h4.toph4 {
	margin-bottom: 23px;
	}
#main.welfare div#zaitakuBox p {
	float: left;
	margin: 0 0 3px 8px;
	}
#main.welfare div#zaitakuBox p.Ex {
	float: left;
	width: 176px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 85%;
	line-height: 1.4;
	}
#main.welfare div#zaitakuBox p.sp {
	margin-right: 50px;
	}
/*============care============*/
#main.welfare ul#careli {
	margin-bottom: 20px;
	}
#main.welfare ul#careli li {
	background: url(../img/li_org_squ.gif) no-repeat 0 6px;
	border-bottom: 1px dotted #FF6666;
	padding: 3px 0 3px 18px;
	}
#main.welfare div.carebox{
	width:200px;
	border:solid 1px #666666;
	float:left;
	margin:0 15px 10px 15px;
	padding-left:35px;
	display:inline;
	}	
#main.welfare strong.blue {
	color:#0000FF;
	}
#main.welfare strong.red{
	color:#FF0000;
	}
#main.welfare table{
	font-size:90%;
	width:500px;
	}
#main.welfare p.careimg{
	text-align:center;
	margin:20px 0 30px 0;
	}

#main.welfare table.green{
	background:#006633;
	margin-bottom:20px;
}

#main.welfare table.green th{
	background:#b6ddbf;
	padding:2px 3px;
}

#main.welfare table.green td{
	background:#ffffff;
	padding:2px 3px;
}


/*============insurance============*/
#main.welfare dl.shiro {
	background: #FFFFCC;
	margin-bottom: 20px;
	padding: 10px 15px;
	}
#main.welfare dl.shiro {
	zoom:1;/*for IE 5.5-7*/
	}
#main.welfare dl.shiro:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
#main.welfare dl.shiro dt {
	float: left;
	width: 90px;
	background: url(../img/li_grn_cir.gif) no-repeat 0 7px;
	padding-left: 12px;
	font-weight: bold;
	color: #009913;
	}
#main.welfare d.shirol dd {
	float: left;
	width: 450px;
	}
/*============List Page============*/
div.list_odd,div.list_even{
	width: 571px;
	padding:10px 5px 5px 8px;
}

div.list_odd{
	background-color:#FFFFCC;
}

div.list_odd p,div.list_even p{
	float: right;
	width:385px;
	font-size:95%;
}

div.list_odd p.list_img,div.list_even p.list_img {
	float:left;
	width: 165px;
	margin-bottom:5px;
	border: 1px solid #FF6666;
	padding:3px;
	background-color:#FFFFFF;
}

div.list_odd p.tolink,div.list_even p.tolink{
	float: right;
	width:370px;
	background: url(../img/li_org_squ.gif) no-repeat 0 4px;
	padding-left:17px;
	margin-bottom:2px;
}

div.list_odd p.info,div.list_even p.info{
	float: right;
	width: 385px;
	border-top: 1px solid #FF6666;
	padding-top:3px;
}

/*=======Shisetsu Contact Box========*/
div.contactO,div.contactP{
	width:253px;
/*	height:160px;
*/	background:#FFFFCC;
	padding:10px;
	float:left;
	margin-bottom:15px;
	}
#main div.contactO h5,
#main div.contactP	h5{
 font-weight:normal;
	color:#000000;
	line-height:130%;
	}	
#main div.contactO p,
#main div.contactP	p{
 font-size:90%;
	line-height:130%;
	margin:0;
	}
/*===Left Box===*/
div.leftbox{
	margin-right:22px;
	}		
/*===Orange Box===*/
div.contactO{
	border-top: 1px solid #FAAD6F;
	border-right: 1px solid #FAAD6F;
	border-bottom: 1px solid #FAAD6F;
	border-left: 7px solid #FAAD6F;
	}
/*===Pink Box===*/	
div.contactP{
	border-top: 1px solid #FF7DA2;
	border-right: 1px solid #FF7DA2;
	border-bottom: 1px solid #FF7DA2;
	border-left: 7px solid #FF7DA2;
	}
/*===ISO orange font===*/		
p.iso{
	color:#FF6600;
	text-align:right;
	}
	
/*=======Homehelp/Shien========*/	
div.homehelp{
	width:270px;
	float:right;
	margin:0 0 15px 10px;
	}
#main.welfare div.homehelp h5{
	margin:0;
	}	
div.homehelp p,div.homehelp ol{
	font-size:90%;
	padding:10px;
	line-height:130%;
	background:#EAFFE7;
	border:solid 1px #006633;
	}	
div.homehelp p img{
	margin:10px 0;}	

/*=======Shien========*/		
div.homehelp ol{
 list-style-position:inside;
	}
div.homehelp ol li{
	margin-bottom:10px;
	}	
/*=======Shien/region========*/			
#main ul.region{
	background:#EAFFE7;
	padding:10px;
	}
#main ul.region li{
	margin-bottom:10px;
	}		
#main ul.region li strong{
	color:#006633;
	font-weight:bold;
	}	