@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.history {
	width: 100%;
}
table.history td,table.history th {
	padding: 7px 10px;
	vertical-align: top;
}
table.history th {
	border-bottom: #999999 1px solid;
	width: 155px;
}
table.history td {
	border-bottom: #dddddd 1px solid;
}
dl.policy dt {
	font-weight: bold;
	border-left: #999 5px solid;
	padding-left: 15px;
}
dl.policy dd {
	padding: 5px 0 15px 20px;
}
