@charset "UTF-8";
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
@import "/common/themes/cms/Scripts/thickbox.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;
}

#mainImg {
	padding: 60px 30px 30px 30px;
	background: url(images/mainImg.jpg) no-repeat 0 0;
	width: 848px;
	height: 440px;
}
.blogEntry {
	padding: 20px 30px;
}

#map {
	width: 395px;
	height: 395px;
	border: #999 1px solid;
	float: left;
}
#infoText {
	width: 350px;
	float: right;
}
.blogEntryBottom {
	clear: both;
	text-align: right;
}
table.outLine {
	width: 100%;
	font-size: 108%;
	color: #333;
}
table.outLine td,table.outLine th {
	padding: 10px;
	vertical-align: top;
}
table.outLine th {
	border-bottom: #5d0f11 2px solid;
	width: 40px;
}
table.outLine td {
	border-bottom: #333 1px solid;
}
.logo {
	background: url(images/logo.gif) no-repeat 0 0;
	padding: 15px 0 0 85px;
	color: #333;
	font-size: 116%;
	font-weight: bold;
}
