@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.prof {
  margin-bottom: 1em;
  width: 370px;
}
table.prof th,table.prof td {
  padding: 5px 7px;
  vertical-align: top;
}
table.prof th {
  width: 70px;
  border-bottom: #999 2px solid;
  text-align: right;
}
table.prof td {
  border-bottom: #a9a9a9 1px solid;
}
table.outline {
  width: 100%;
  margin-bottom: 1em; 
}
table.outline th,table.outline td {
  padding: 5px 7px;
  vertical-align: top;
}
table.outline th {
  width: 70px;
  border-bottom: #999 2px solid;
  text-align: right;  
}
table.outline td {
  border-bottom: #a9a9a9 1px solid;
}
ul.thumb li {
  display: inline;
  margin: 0 15px 1em 0;
}
ul.thumb li img {
  padding: 3px;
  border: #999 1px solid;
}