/* GENERAL
====================================================================== */
html { background: white; }

html, body { width: 100%; }

body {
	padding: 5pt;
	color: black;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 140%;
}
li{
	list-style-position: inside;   
}

a {
    text-decoration:none;
	color:#000000;
}
h1  {
	top: 0px;
	left: 0px;
	font-size: 16px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
h3  {
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height: 15px;
	margin: 0px;
	padding-top: 10px;
}
ul  {
	margin: 0px;
	padding: 0px;
}
.fontResizer {
	display: none;
}
#access,
#mainmenu,
#flashmenu,
#leftside,
#btmmenu
 {
	height: 0;
	width: 0;
	overflow: hidden;
}
#sectionhead h2,
#sectionhead p{
	text-indent: 0px;
}
#tel span {
	position: relative;
	top: 0px;
	overflow: visible;
	font-size: 12px;
	line-height: 15px;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 30px;
	padding-top: 10px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#top #contents dl dt{
	width:9em;
	padding-left:5px;
	}

#top #contents dl dd{
	margin-top: -1.4em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 10.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	}

/* ŠÅŒì•”
====================================================================== */
.nursing #leftside{
	display: none;
}
.nursing #rightside{
	padding-left: 50pt;
}



/* LINKS
====================================================================== */
/* write out ALL links in parenthesis */
/* a[href] { border-bottom: 1px solid #666; } */
/* a[href]:after { content: " (" attr(href)") "; } */

/* write out ONLY EXTERNAL links in parenthesis */
a[href^="http:"] { border-bottom: 1px solid #666; }
a[href^="http:"]:after { content: " (" attr(href)") "; }
