@charset "UTF-8";

/*-----------------------------------------------------

診療科・各科のご案内

-------------------------------------------------------*/

/*********************************



*********************************/


#column {
}

#column ul {
	list-style-type: square;
	/* display: inline;
	list-style-position: inside; */
	text-align: left;
	/* marker-offset:inherit; */
	margin: 0;
	padding-left: 1.5em;
	list-style-position: outside;	/* width: 145px; */
}

#column li {
	text-align: left;
}

#column li:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
	
html>body #column li {
	height:auto;/* for ie7 and modernbrowser*/
	}

#special {
}

#special ul {
	list-style-type: decimal;
	/* display: inline;
	list-style-position: inside; */
	text-align: left;
	/* marker-offset:inherit; */
	margin: 0;
	padding-left: 1.5em;
	list-style-position: outside;	/* width: 145px; */
}

#special li {
	text-align: left;
}

#special li:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
	
html>body #special li {
	height:auto;/* for ie7 and modernbrowser*/
	}

#yaku {
	background-image:url(../../common/img/n_bg3.gif);
	width: 145px;
	margin: 0px;
	padding: 0px;
}

#yaku ul {
	list-style-image: url(../../common/img/n_ic04.gif);
	list-style-type: disc;
	/* display: inline;
	list-style-position: inside; */
	text-align: left;
	/* marker-offset:inherit; */
	margin: 0;
	padding-left: 1.5em;
	/* width: 145px; */
}

#yaku li {
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	height: 18px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

#yaku li:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
	
html>body #yaku li {
	height:auto;/* for ie7 and modernbrowser*/
	}

#yaku li p{
	padding: 0px;
	margin:0;
}