@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333;
	background-color: #99CC66;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}

/* link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #9999;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
img.fright {
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}


/* basic layout
------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	background-color: #FFFFFF;
}
#main {
	padding: 15px;
	width: 573px;
	margin-bottom: 20px;
	float: right;
}
#sidebar {
	padding: 15px;
	width: 225px;
	margin-bottom: 20px;
	float: left;
}
#footer {
	color: #FFF;
	background-color: #003300;
	padding: 15px;
	clear: both;
	height: 80px;
}

/* header styles
------------------------------*/
#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 200px;
	border-top: 3px solid #326633;
	position: relative;
}
#header #logo {
	position: relative;
	left: 15px;
	top: 5px;
}
#header ul {
	background-color: #FFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 145px;
}
#header  ul li {
	float: left;
	list-style: none;
}
#header  ul li a {
	line-height: 2.5em;
	color: #666;
	text-decoration: none;
	background-color: #CCC;
	text-align: center;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #FF6;
	border-bottom: 3px double #999;
	border-left: 2px solid #FFF;
	display: block;
}
#header ul li a:hover {
	background-color: #e8ecf5;
}

#header #nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#profile #header #nProfile a,
#clinic #header #nClinic a,
#access #header #nAccess a,
#contact #header #nContact a,
 {
	color: #FFFFFF;
	background-color: #828ca7;
}


/* sidebar styles
------------------------------*/
#sidebar ul li {
	list-style: url(none) none;
	margin-bottom: 5px;
	border: 1px solid #009900;
}
#sidebar ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	display: block;
	width: 198px;
	background-image: url(images/icon.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar ul li a:hover {
	background-color: #CCCCCC;
	background-image: url(images/icon_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#sidebar dl dd  {
	border-bottom: 1px dotted #009900;
	border-left: 1px dotted #009900;
	margin-bottom: 5px;
}
#sidebar dl dd a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	display: block;
	width: 198px;
	padding-left: 25px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#sidebar dl dd a:hover {
	background-color: #CCCCCC;
	color: #009900;
	background-image: url(images/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#whats #sidebar #nWhats a,
#treatment #sidebar #nTreatment a,
#laennec #sidebar #nTreatment a,
#md #sidebar #nTreatment a,
#drink #sidebar #nTreatment a,
#effect #sidebar #nEffect a,
#antiaging #sidebar #nAntiaging a,
#faq #sidebar #nFaq a,
#skincare #sidebar #nSkincare a,
 {
	color: #FFFFFF;
	background-color: #999999;
}
#doctor #sidebar #nDoctor a,
#contents #sidebar #nContents a,
#placenta #sidebar #nPlacenta a,
#skincare #sidebar #nSkincare a,
 {
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #FF9900;
	border-bottom: 1px dotted #666666;
	clear: both;
}
#main p {
	line-height: 1.8em;
	margin-bottom: 1em;
	
}#main p.strong {
	font-weight: bold;
	color: #FF3300;
}
#main p.red {
	color: #FF3300;
}
#main   h3.icon {
	color: #006600;
	background-image: url(images/i01-02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: normal;
	font-size: 13px;
	border-bottom: 1px dotted #99CC66;
}
#main #news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main #news dd {
	margin: 0px 0px 10px 8em;
}

/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer address a {
	color: #FFFFFF;
}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
#main  #timetable  table  {
	font-size: 13px;
	margin-top: 20px;
	border: 1px solid #009900;
	height: 127px;
	margin-bottom: 20px;
}
#main #timetable table th {
	color: #326633;
	background-color: #99CC66;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #009900;
}
#main  #timetable  tr  td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #009900;
}
#main  #gaikan  {
	margin-bottom: 15px;
	border: 1px solid #999999;
}

/* faq
------------------------------*/
#main dl#faqlist dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqlist dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
#main #whatnews {
	height: 400px;
	width: 565px;
	overflow: scroll;
	margin-bottom: 6px;
	margin-right: 6px;
}


/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main  table  tr.odd {
	background-color: #efefef;
}


/* plofile
------------------------------*/
#main div.staff {
	text-align: center;
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.staff img{
	border: 1px solid #CCCCCC;
}

/* form
------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}

/* clinic
------------------------------*/
#main div.wk {
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#main div.wk img{
	border: 1px solid #CCCCCC;
}	
	
/* doctor
------------------------------*/

#main div#asano {
	float: left;
	width: 240px;
}
#main div#comment {
	float: left;
	margin-left: 30px;
	width: 300px;
}
#main #asano h3 {
	font-size: 14px;
}
#main #asano h4 {
	font-size: 12px;
	margin-top: 10px;
}
/* works
------------------------------*/
#main  #calendar table.work {
	margin: 0px;
	width: 200px;
}
#main #calendar .work td {
	margin: 0px;
	padding: 0px;
}

/* contents
------------------------------*/
#main  p.contents {
	float: left;
	width: 360px;
}
#main  img.rimg {
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

/* treatment
------------------------------*/
#main ol {
	margin-bottom: 20px;
	margin-left: 40px;
}
#main ul {
	margin-bottom: 20px;
	margin-left: 40px;
}
#main #bg-g1 {
	background-image: url(images/green-1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main #fram {
	border: 2px solid #CCCCCC;
	padding: 5px 5px 5px 15px;
	color: #006633;
}

#main #price  table  {
	font-size: 13px;
	margin-top: 20px;
	border: 1px solid #009900;
	height: 127px;
	margin-bottom: 20px;
}
#main #price table th {
	color: #326633;
	background-color: #99CC66;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #009900;
	width:50%;
}
#main #price table td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #009900;
}

/* effect
------------------------------*/
#main ol {
	margin-bottom: 20px;
	margin-left: 40px;
}

/* antiaging
------------------------------*/
#main div.anti {
	float: left;
	width: 120px;
}
#main div.anti p {
	font-size: 14px;
	color: #666666;
}
#main div.antiimg {
	float: left;
	width: 160px;
}
#main #sayo dt {
	background-color: #efefef;
	padding: 2px 2px 2px 10px;
	color: #FF6600;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px #CCCCCC;
}
#main #sayo dd {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
/* placenta
------------------------------*/
#main table#history {
	border-top: 2px solid #CCCCCC;
	margin-bottom: 20px;
}
#main #history th {
	border-bottom: 2px solid #CCCCCC;
}
#main  #history  td {
	border-bottom: 2px solid #CCCCCC;
}

/* sitemap
------------------------------*/
#main #map li {
	background-color: #CCFFCC;
	clear: none;
}
#main #map ul a {
	text-decoration: none;
}
#main #map ul a:hover {
	color: #009900;
	text-decoration: underline;
}

#main #map .h2 {
	display: block;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	margin-left: 0px;
	padding-left: 40px;
}
#main   #map   .h2   li  {
	float: left;
	background-color: #FFFFFF;
	margin-right: 10px;
	list-style: none;
}
#main #map .h2 li a {
	color: #666666;
}



 /* link
------------------------------*/
#main table.linktable td  {
	font-size: 10px;
	line-height: 2.0em;
	color: #FF9900;
	vertical-align: middle;
	width: 50%;
}
#home #wrapper #main h2 {
	background-image: none;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#main #mailform .mailform em {
	color: #FF0000;
}

