@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;
}

body {
	background: #000 url("images/bg.gif") repeat-x 0 0;
}
#header {
	height: 30px;
	background: url("images/headerBg.gif") repeat-x 0 0;
}
#topArea {
	width: 900px;
	background: #000;
}
#leftCenter {
	width: 560px;
	float: left;
}
#leftCenter .leftCol {
	width: 339px;
	float: left;
}
#flashcontent {
	width: 338px;
	height: 424px;
	overflow: hidden;
}
#flashcontent img {
	width: 338px;
	height: 424px;
}		
#leftCenter .rightCol {
	width: 220px;
	float: right;
}
#leftCenter .rightCol h2 {
	padding: 3em 0 2em 0;
}

#bannerArea {
	width: 339px;
	float: right;
}

#content {
	width: 840px;
	padding: 20px 30px;
	background: none;
	border: none;
}
#main {
	width: 534px;
	float: right;
}
#sub {
	margin-top: 0;
	width: 280px;
	float: left;
}
ul#navi {
}
.topTitle {
	margin-bottom: 1em;
	background: url("images/sideTitle.gif") no-repeat left bottom;
	padding: 5px 0 0px 25px;
	width: 255px;
	font-side: 108%;
	font-weight: bold;
}
.topTitle a:link,.topTitle a:visited,.topTitle a:hover,.topTitle a:active {
	color: #666666;
	text-decoration: none;
}
dl.info dt {
  background: url("images/infoPoint.gif") no-repeat 0 4px;  	
	margin: 0 0 5px 0;
	padding-left: 20px;
}
dl.info dd {
	padding: 0 0 7px 20px;
	line-height: 1.3;
}
.rss-js-entry {
	background: url("images/rssPoint.gif") no-repeat 0 4px;
	padding-left: 18px;
}
ul.bookThumb li {
	display: inline;;
	margin-left: 10px;
}

#mapBox {
	border-left: #999 1px solid;
	width: 543px;
	height: 480px;
	position: relative;
}
.setsumei {
	padding: 10px 0 0 20px;
}
.newItem {
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 20px;
}
.newItem span {
	 display: none;
}
.mapImg {
	 position: absolute;
	 z-index: 1;
	 right: 0;
	 bottom: 0;
}
#mapBox ul li {
	margin-bottom: 8px;
	line-height: 1.2;
}
#mapBox ul li a:link,#mapBox ul li a:visited,#mapBox ul li a:hover,#mapBox ul li a:active {
	text-decoration: none;
}
#mapBox ul li img {
	width: 120px;
	padding: 3px;
	border: #999 1px solid;
}
#mapBox ul li img.photo {
	margin: 5px 0;
}