@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;
}
#map {
	width: 537px;
	height: 300px;
	border: #ccc 1px solid;
	margin-bottom: 1em;
}
dl.policy dt {
	background: url(images/point.gif) no-repeat 0 3px;
	padding-left: 20px;
	font-size: 116%;
	font-weight: bold;
}
dl.policy dd {
	padding: 5px 0 1em 20px;
}
table.outLine {
	margin-bottom: 5px;
}