@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}

/*
[
----------------------------------------------------------- */


.rightBox {
	line-height: 1.2;
	text-align: right;
	font-size: 93%;
}
.rightBox div {
	padding-right: 10px;
}
.rightBox img {
	padding: 3px;
	border: #ddd 1px solid;
	margin-bottom: 3px;
}
table.outline {
	width: 100%;
}
table.outline td,
table.outline th {
	padding: 10px;
	vertical-align: top;
}
table.outline th {
	width: 90px;
	border-bottom: #999 1px solid;
}
table.outline td {
	border-bottom: #ddd 1px solid;
}
table.outline td input {
	margin-bottom: 3px;
}
table.outline th.bottom,
table.outline td.bottom {
	border: none;
}
dl.sodan dt {
	border-left: #ff6600 8px solid;
	padding: 0 0 5px 10px;
}
dl.sodan dd {
	margin-top: 5px;
}
p.kome {
	margin-top: 2em;
}
#map {
	border: #999 1px solid;
	margin-bottom: 1em;
}
dl.access dt {
	border-left: #ff6600 5px solid;
	padding: 3px 0 3px 10px;
	margin-bottom: 5px;
}
dl.access dd {
	padding: 0 0 10px 10px;
}

table.history {
	width: 100%;
}
table.history th,
table.history td {
	padding: 10px;
	vertical-align: top;
}
table.history th {
	width: 90px;
	border-bottom: #999 1px solid;
}
table.history td {
	border-bottom: #ddd 1px solid;
}
.hrLine {
	height: 1px;
	margin: 0.5em;
	border-top: #999 1px dotted;
}


dl.policy dt {
	font-size: 116%;
	font-weight: bold;
	background: url(images/point.gif) no-repeat 0 6px;
	padding-left: 18px;
}
dl.policy dd {
	padding: 5px 0 20px 18px;
}

.section {
	margin-bottom: 2em;
}
h4.sub {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
	background: url(images/subPoint.gif) no-repeat 0 4px;
	padding: 0px 0 0 25px;
}
dl.mezasu dt {
	font-size: 108%;
	font-weight: bold;
	color:#FF6600;
	background: url(images/dtPoint.gif) no-repeat 0 15px;
	padding: 0 0 0 20px;
}
dl.mezasu dd {
	padding: 5px 0 10px 0;
}
img.photo {
	margin: 0;
}