@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}
table.kaigo {
	width: 100%;
	border: #999 2px solid;
	margin-bottom: 1em;
}
table.kaigo td,table.kaigo th {
	padding: 5px 10px;
	border: #999 1px solid;
	vertical-align: top;
}
table.kaigo th {
	background: #f4f4f4;
}
ul.kaigo {
	margin-bottom: 1em;
}
ul.kaigo li {
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 15px;
}

dl.kaigo dd {
	margin: 3px 0 10px 15px;
}
table.contact {
	width: 100%;
}
table.contact td,table.contact th {
	padding: 7px 15px;
	vertical-align: top;
}
table.contact td {
	border-bottom: #999 1px solid;
}
table.contact th {
	border-bottom: #666666 2px solid;
	width: 80px;
}
.width145 {
	width: 145px;
}
.width120 {
	width: 120px;
}
.contactBox {
	border: #ddd 3px solid;
	padding: 20px;
}
.contactBox p {
	padding: 0 0 0 20px;
	margin-bottom: 0;
}
