@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;
}

/*
[
----------------------------------------------------------- */
h2 a {
	text-align: right;
	background: url(/common/themes/cms/images/businessTitle.gif) no-repeat 0 0;
	display: block;
	width: 550px;
	height: 39px;
	font-size: 123.1%;
	font-weight: bold;
	padding: 80px 20px 0 0;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	text-decoration: none;
	color: #585858;
}
