@import url(resetCss.css);

/*******************************
*Style Css
 -------------------------------
 Last modify : 2010/03/01
 Author : IAJ
*******************************/
html {   
  background: #D6E9A9;
}   
body {   
  background: #fff url(../images/bg_body2.gif) repeat-x;   
}

a:link {
  color: #1D3994;
}

a:visited {
  color: #1D3994;
}

a:hover {
  color: #333;
}


body#top { /*TOPページ用*/   
  background: #fff url(../images/bg_body.gif) repeat-x;   
}  

div#header,
div#container {
  position: relative;
  width: 840px;
  margin: 0 auto;
}

div#header h1 {
  height: 100px;
  margin: 0;
  padding: 0;
}

div#container {
  margin-top: 20px;
  padding-bottom: 50px;
}

div#footer {
  width: 100%;
  background: #D6E9A9;
  height: 50px;
  padding-top: 15px;
}

div#footer ul{
  width: 840px;
  margin: 0 auto;
}

div#footer ul li {
  display: inline;
  padding: 0 1em; 
  font-size: 10pt !important; /* IE 7向け */
  font-size:10pt; /* IE 6以下 */
  background: url(../images/icon_link2.gif) no-repeat left center;
}

div#header table{
position:absolute;
  left: 50px;
  bottom: 25px;
}

div#header td{
width:230px;
}

/*TOPページ　ボタン2種*/   
div#header ul.menu1{
 padding0;
}

div#header ul.menu1 a {
  display: block;
  width: 225px;
  height: 75px;
  text-indent: -99999px;
  overflow: hidden;
  background: url(../images/btn_patient.gif) no-repeat top left;   
}

div#header ul.menu1 a:hover {
  background-position: bottom left;   
}

div#header ul.menu2{
 padding0;
}

div#header ul.menu2 a {
  display: block;
  width: 226px;
  height: 75px;
  text-indent: -99999px;
  overflow: hidden;
  background: url(../images/btn_video.gif) no-repeat top left;   
}

div#header ul.menu2 a:hover {
  background-position: bottom left;   
}

div#main {
  float: right;
  margin: 0;
  padding: 0;
  width: 580px;
}

div#container div#hospitalNavi{
  float: left;
  width: 280px;
  margin-right: 20px;
}

div#container div#hospitalNavi ul{
  width: 260px;
  margin: 10px auto;
}

div#container div#hospitalNavi ul li {
  text-align: left;
  font-size: 11pt !important; /* IE 7向け */
  font-size:11pt; /* IE 6以下 */
}

div#container div#hospitalNavi ul li.img {
  text-align: center;
  padding-bottom: 15px;
}

div#container dl.topicPath {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}

div#container dl.topicPath dt {
  float:left;
  margin: 0;
  padding: 0;
  text-indent: -99999px;
  overflow: hiddlen;
}

div#container dl.topicPath dd {
  margin: 0;
  padding: 0;
  font-size: 10pt !important; /* IE 7向け */
  font-size:10pt; /* IE 6以下 */
}

div#container img.icon,
div#container dl.topicPath dd img {
  margin: 0 5px;
  vertical-align: middle;
}

div#container a.pageTop{
  position: absolute;
  bottom: 0;
  right: 0;  
}

div#main h1,
div.section h2,
div.section h3,
div.section table,
div.section ul,
div.section ol,
div.section dl{
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

div.section h2 {
  padding: 5px 0;
  text-indent: 1.5em;
  color: #73AB00;
  font-weight: bold;
  background: #fff url(../images/icon_link1.gif) no-repeat left center;
  border-bottom: 1px solid #73AB00;
}

div.section {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}

div.section *{
  font-size: 11pt !important; /* IE 7向け */
  font-size:11pt; /* IE 6以下 */
}

div.section p {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.5em;
}

div.section cite {
  float: right;
}

div.section strong {
  font-weight: bold;
  color: red;
}

div.section em {
  font-weight: bold;
  color: #1D3994;
}

div.section table {
  width: 580px;
  border-collapse: separate;
  border-spacing: 1px;
}

div.section table thead th {
  padding: 5px;
  color: #fff;
  text-align: center;
  background: #333;
}

div.section table tbody th {
  padding: 10px;
  text-align: center;
  background: #D6E9A9;
}

div.section table tbody td {
  padding: 10px;
}

div.section table tbody tr.even td {
  background: #f2f2f2;
}

div.section ul li {
  text-indent: 0;
  line-height: 1.5em;
  padding-left: 2em;
  background: #fff url(../images/icon_link2.gif) no-repeat 1em 6px;
}

div.section ol.note {
  padding: 15px;
  background: #ffffcc;
}

div.section ol li {
  text-indent: 0;
  line-height: 1.5em;
  padding-left: 2em;
  font-weight: bold;
  background: #fff url(../images/icon_link2.gif) no-repeat 1em 6px;
}

div.section ol li p,
div.section ol li li {
  font-weight: normal;
  background: none;
}

div.section ol.note li {
  line-height: 1.8em;
  font-weight: normal;
  background: none;
}

div.section dl {
  width: 580px;
  border-top: none;
  background: #D6E9A9;
}

div.section dl dt {
  clear: left;
  float: left;
  width: 160px;
  padding: 10px 0;
  text-indent: 0.5em;
  background: #D6E9A9;
  border-top: 5px solid #fff;
  border-right: 10px solid #fff;
}

div.section dl dd {
  margin-left: 160px;
  padding: 10px 0;
  background: #fff;
  border-top: 5px solid #fff;
}

div.navi {
  margin: 0;
  padding: 0;
  width: 220px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0px 4px;
}

div.navi h2 {
  margin: 0;
  padding: 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 4px 0;
}

div.navi ul {
  width: 220px;
  margin: 0;
  padding: 0;
  background-color: #E6F0CA; 
}

div.navi ul li{
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-indent: 1.5em;
  list-style: none;
  border-bottom: 4px solid #ccc;
  background: url(../images/icon_link1.gif) no-repeat 0.5em 14px;
}

div.navi ul li a{
  display: block;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #fff url(../images/icon_link1.gif) no-repeat 0.5em center;
}

div.navi ul li.parent{
  height: auto;
  border: none;
}

div.navi ul li.parent ul {
  border-style: solid;
  border-color: #ccc;
  border-width: 4px 0;
}

div.navi ul li.parent ul li{
  text-indent: 1.5em;
  border: none;
  border-bottom: 1px dotted #ccc;
  background: url(../images/icon_link2.gif) no-repeat 1em center;
}

div.navi ul li.parent ul li a {
  background: #fff url(../images/icon_link2.gif) no-repeat 1em center;
}

div.navi li.last,
div.navi ul li.parent ul li.last{
  border: none;
}

div.navi ul li a:hover,
div.navi ul li.parent ul li a:hover{
  background-color: #D6E9A9;
}
