@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;
}
table.awards {
	width: 100%;
	margin-bottom: 1em;
	border-top: #dbdbdb 1px solid;	
}
table.awards td,table.awards th {
	padding: 7px 5px;
	vertical-align: top;
	font-size: 93%;
}
table.awards td {
	border-bottom: #dbdbdb 1px solid;
}
table.awards tr.odd {
	background: #f1eeee;
}
table.awards td.priceTitle {
	width: 235px;
}
table.awards td.prece {
	width: 185px;
}
h4 {
	margin-bottom: 5px;
	font-weight: bold;
}