@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;
}

#map {
	border: #2a3e64 1px solid;
}

table.tokubetsu {
	margin-bottom: 1em;
	border: #ccc 1px solid;
	width: 80%;
}
table.tokubetsu td,
table.tokubetsu th {
	padding: 5px 10px;
	border: #ccc 1px solid;
	vertical-align: top;
}
table.tokubetsu th {
	width: 80px;
	background: url(images/thBg.jpg) repeat;
}
table.parking {
	width: 100%;
}
table.parking td,table.parking th {
	padding: 10px;
}
table.parking th {
	width: 240px;
	border-bottom: #777 2px solid;
}
table.parking td {
	border-bottom: #ddd 1px solid;
}

dl.policy dt {
	background: url(images/point.gif) no-repeat 0 6px;
	font-size: 116%;
	padding-left: 25px;
}
dl.policy dd {
	padding: 5px 0 1em 25px;
}
.red {
	color: #FF0000;
}
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: 100px;
}
table.history {
	width: 100%;
}
table.history td,table.history th {
	padding: 10px;
	vertical-align: top;
	border: #ddd 1px solid;
}
table.history th {
	width: 140px;
	border-bottom: #999 2px solid;
	background: #f3f3f3;
}
table.history td {
	border-bottom: #999 2px dotted;
}
.year {
	font-weight: bold;
}
.photoWaku {
	padding: 2px;
	border: #999 1px solid;
}
.must {
  margin: 0 3px;
  vertical-align: baseline;
}
input.form {
  width: 300px;
}
.catch {
	margin-bottom: 10px;
}
table.ope {
	margin-bottom: 1em;
	border: #ccc 1px solid;
	width: 95%;
	font-size: 93%;
}

table.ope td{
	padding: 5px 10px;
	border: #ccc 1px solid;
	vertical-align: middle;
	}

table.ope th {
	padding: 5px 10px;
	border: #ccc 1px solid;
	vertical-align: center;
	text-align: center;
}
table.ope th {
	background: url(images/thBg.jpg) repeat;
}

.blogEntryHeader {
	cursor: pointer;
}

.box {
	border: #999 1px solid;
	padding: 15px 25px 0 25px;
	margin-bottom: 2em;
}
.set {
	margin-bottom: 2em

}
dl.kodo,p.indented {
	margin-left: 25px;
}
dl.kodo dt {
	margin-bottom: 5px;
	font-weight: bold;
}
dl.kodo dd {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;;
	border-bottom: #d9d9d9 1px dotted;	
}
.line {
	height: 1px;
	margin: 10px 0;
	border-top: #999 1px dotted;
}
