@import="head.css";

body {
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  margin: 0px;
  background: url(../%E6%97%A7/images/gif/background.gif) repeat-x #FFFFFF;
  text-align: center;
}
td {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #333333;
	text-align: center;
}
span {
  font-size: 8pt;
  color: #FFFFFF;
  line-height: 14pt;
}
a {
  color: #336699;
  text-decoration: none;
}
a:hover {
  background-color:orange;
}

.font-w {
  color: #FFFFFF;
  text-decoration: none;
}

.font-b {
  color: #1963AA;
  text-decoration: none;
}

.t10px {
  font-size: 10px;
  text-decoration: none;
  color: #333333;
  line-height: 14px;
}

.t12px {
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}

.t12pxB {
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  color: #333333;
}

.t12px20 {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
}

.t16px {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  text-decoration: none;
}


.t16pxB {
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  color: #333333;
  text-decoration: none;
}

.t18px {
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
}

.t18pxB {
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
}

.t20px {
  font-size: 20px;
  line-height: 22px;
  color: #333333;
  text-decoration: none;
}

.t20pxB {
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
  color: #333333;
  text-decoration: none;
}

p.map {
  padding: 3px;
  border: 2px solid #66CCCC;
}

.red {
  color: red;
}

dl#info {
  margin-top: 0px;
  margin-left: 50px;
}
dl#info dt {
  width: 110px;
  float: left;
}
dl#info dl {
  float: right;
}


/***************************************************
  
  デイケアページ用スタイル(2009/8/20追加)
  
***************************************************/
table#day_care {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
table#day_care td {
  padding: 5px;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  line-height: 15px;
}

div#day_care {
  font-size: 18px;
  font-weight: bold;
}

/***************************************************
  
  病院概要ページ用スタイル(2009/11/30追加)
  
***************************************************/
table#outline {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  margin: 20px 20px 30px 20px;
}
table#outline td {
  padding: 5px;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  line-height: 15px;
}
