@charset "UTF-8";
/* Style Import
----------------------------------------- */
@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;
}

#mainImg {
	background: url(images/mainBg.jpg) no-repeat 0 0;
	width: 908px;
	height: 530px;
	text-align: left;
}
#rssBlock {
	padding: 65px 0 0 45px;
	width: 180px;
	height: 240px;
	display:block;	
}
#rssBlock img {
	width: 180px;
	height: 240px;
	overflow: hidden;
}

#topBox {
	clear: both;
	width: 725px;
	padding: 80px 0 0 20px;
	font-size: 93%;
}
.topLeftCol {
	width: 350px;
	float: left;
}
.topRightCol {
	padding: 20px 10px;
	width: 330px;
	float:right;
}
#reco .rss-js-entry {
	background: url(images/rssPoint.gif) no-repeat 0 2px;
	padding-left: 20px;
}
.addressBox {
	margin-top: 10px;
	padding: 10px 0 0 0;
	line-height: 1.3;
	font-size; 108%;
}
.addressBox p {
	border-bottom: #988c84 1px dotted;
	margin-bottom: 10px;
	padding-bottom: 10px;
}