@charset "UTF-8";
/* Toppage CSS  */

/*=================content=================*/
#content{
 width:800px;
	margin-top:15px;
	}

/*=========Left Side Menu=========*/	
#menu{
	width:180px;
	float:left;
	}	
#menu ul#hospitalmenu li{
	height:50px;
/* except Mac IE 5 \*/
	overflow:hidden;
/* */		
	}
#menu p{
	margin-top:5px;
	}		
/*==Rinen Rounded Box==*/		
#menu div.rinen{
	margin-top:10px;
	font-size: 90%;
	width: 180px;
	border: 1px solid #66CC99;
	background:#F2FFE4;
	}		
#menu div.rinen p{
	text-align:center;
	padding:5px;
	}	
#menu div.rinen ul li{
	margin:10px;
	}		
	
/*==============main==============*/
#main{
	width:605px;
	float:right;
	}
#main p.topimg{
	margin-bottom:10px;
	}
	
/*=======Center Contents=======*/		
#item{
	width:410px;
	float:left;
 }
/*==News==*/		
#item h2.newsh2{
	float:left;
	}
#item p.oldnews{
	float:right;
	font-size:90%;
	}	

#item ul.news{
	width:410px;
	height:200px;
	overflow:auto;
	margin-bottom:10px;
	border: 1px solid #666666;
	}
#item ul.news li{
	margin:5px;
	background: url(../img/li_grn_tri.gif) no-repeat 0 5px;
	padding-left:10px;
	border-bottom: 2px dotted #66CC99;
	
	}
		
/*==Center btn==*/			
#item p{
	margin-bottom:3px;
	}	
#item p img.leftbtn{
	margin-right:5px;
	float:left;
	}	
/*==Close Up==*/
#item h2.closeuph2{
	margin-top:10px;
	}
#item ul.closeup{
	margin-bottom:20px;
}
#item ul.closeup li{
	background: url(../img/li_org_squ.gif) no-repeat 0 4px;
 margin-top:10px;
	padding-left:20px;	
	}	
/*==attention==*/
#item div#attention{
	background:#ffffcc;
	border:#009966 solid 1px;
	padding:10px;
}
#item div#attention ul li{
	background:url(../img/li_grn_tri.gif) no-repeat 0 4px;
	padding-left:20px;
}
/*=======Right Side Banner=======*/		
#sidebnr{
	width:180px;
	float:right;
	}
#sidebnr h2{
	margin-top:5px;
	}
#sidebnr p{
	font-size:85%;
	line-height:1;
	}		
#sidebnr ul.linkbnr{
	background:url(../bnr/bnrbg_grn.gif);
	padding:5px;
	} 
#sidebnr ul.contentbnr{
	background:url(../bnr/bnrbg_org.gif);
	padding:5px;
	}			
#sidebnr li{
	text-align:center;
	margin-bottom:3px;
	}	
#sidebnr p img{
	margin-bottom:5px;
	}			
#sidebnr div#kangoshi{
	background:#ffefc8;
	padding:10px 6px;
}
#sidebnr div#kangoshi ul li{
	margin-bottom:5px;
}

/*==sien==*/
div.shien{
	margin-bottom:5px;
	color:#999999;
	font-size:80%;
	line-height:normal;
	}
div.shien p{
	padding-bottom:8px;
	font-weight:bold;
	}
div.shien strong{
	font-size:120%;
	font-weight:bold;
	}

