@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.support {
	width: 100%;
	margin-bottom: 1em;
}
table.support td {
	border:#ddd 1px solid;	
	border-top:#ddd 2px solid;
	border-bottom:#ddd 2px solid;	
	padding: 0 5px;
	vertical-align: middle;
}
table.support td img {
	vertical-align: middle;
}
