@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 {
	background: url("images/map.jpg") no-repeat right bottom;
	width: 644px;
	height: 600px;
}

dl.allow dt {
	margin: 0 0 0px 0;
}
dl.allow dd {
	background: url(images/allowLine.gif) repeat-y 25px 0;
	padding: 10px 0 10px 55px;
}
dl.allow dd.allowBottom {
	background: url(images/allowBottom.gif) no-repeat 0 0;
	width: 25px;
	height: 16px;
	margin: 0 0 5px 25px;
}
dl.allow dd.none {
	background: none;
}