@charset "utf-8";


#wrapper header{
	background: -webkit-linear-gradient(top,  #a6dbff,#ffffff);
	background: linear-gradient(to bottom,  #a6dbff 0%,#ffffff 99%);
	padding:10px 0 0;
	}


#top_menu{
	background:#CEEBEA;	
	padding:15px 10px;
	font-size:14px;
	}
#top_menu a{
	text-decoration:none;	
	}
#top_menu li{	
	border: 1px solid #cccccc;
	background:url(../images/menu_arrow.gif)97% center no-repeat,  -webkit-linear-gradient(top, #ffffff, #cccccc);
	background:url(../images/menu_arrow.gif)97% center no-repeat,  linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
	}

#top_menu li:first-child{
	border-radius: 10px 10px 0px 0px;
	}

#top_menu li:last-child{
	border-radius: 0px 0px 10px 10px;
	}

#top_menu li a{
	width:100%;
	padding:15px 15px 15px 50px;
	display:block;
	}

#top_menu li:first-child a{
	background:url(../images/menu_overview.gif) 15px center no-repeat;
	}

#top_menu li:nth-child(2) a{
	background:url(../images/menu_patient.gif) 15px center no-repeat;
	}

#top_menu li:nth-child(3) a{
	background:url(../images/menu_recruit.gif) 15px center no-repeat;
	}

#top_menu li:nth-child(4) a{
	background:url(../images/menu_news.gif) 15px center no-repeat;
	}

#top_menu li:nth-child(5) a{
	background:url(../images/menu_bumon.gif) 15px center no-repeat;
	}

/*#top_menu li:nth-child(6) a{
	background:url(../images/menu_kansetsu.gif) 15px center no-repeat;
	}
*/
#top_menu li:nth-child(6) a{
	background:url(../images/menu_child.gif) 15px center no-repeat;
	}

#top_menu li:last-child a{
	background:url(../images/menu_contact.gif) 15px center no-repeat;
	}







