@charset "UTF-8";

/*-----------------------------------------------
  見出し
----------------------------------------------- */
h2 {
	height: 39px;
	margin: 0 0 8px 0;
	background: url(image/news_topics.jpg) no-repeat;
	text-indent: -9999px;
}


/*-----------------------------------------------
  メインパート分け
----------------------------------------------- */
/* 左側（ナビ） */
#contents #left {
	display: block;
	width: 300px;
	float: left;
}

#left ul.lnavi {
	width: 292px;
	margin: 0 0 7px 0;
	padding: 4px 4px 2px 4px;
	background-color: #dad7d1;
}

ul.lnavi li.lnavi {
	margin-bottom: 2px;
}

/* 右側 */
#contents #right {
	display: block;
	width: 620px;
	float: right;
}


/*-----------------------------------------------
  過去の記事
----------------------------------------------- */
#right {
	position: relative;
}
#right #kako {
	width: 101px;
	height: 21px;
	position: absolute;
	left: 510px;
	top: 9px;
	z-index: 200;
}


/*-----------------------------------------------
  ニュース＆トピックス
----------------------------------------------- */
#news {
	width: 638px;
	background: #FFF;
	padding: 18px;
	border: #d3c1b7 1px solid;
}

dl {
	margin: 0;
	padding: 10px 0;
	border-bottom: #8f8f8f 1px dashed;
}
	
dt.event {
	width: 100px;
	margin: 0px;
	padding-left: 24px;
	color: #5672b1;
	font-weight: bold;
	line-height: 180%;
	background: url(image/icon_event.jpg) no-repeat;
	background-position: 0px 5px;
	float: left;
}

dt.info {
	width: 100px;
	margin: 0px;
	padding-left: 24px;
	color: #5672b1;
	font-weight: bold;
	line-height: 180%;
	background: url(image/icon_info.jpg) no-repeat;
	background-position: 0px 5px;
	float: left;
}

dt.examination {
	width: 100px;
	margin: 0px;
	padding-left: 24px;
	color: #5672b1;
	font-weight: bold;
	line-height: 180%;
	background: url(image/icon_examination.jpg) no-repeat;
	background-position: 0px 5px;
	float: left;
}

dd {
	width: 495px;
	line-height: 180%;
	float: left;
}




.carousel {
	width: 1200px;
	margin: 0 auto 6px;
	position: relative;
}
 
.carousel a.next {
	position: absolute;
	top: 119px;
	right: 90px;
}
 
.carousel a.prev{
	position: absolute;
	top: 119px;
	left: 90px;
}
 
.jCarouselLite {
	margin: 0 auto;
	width: 940px;
}
 
.jCarouselLite li img, 
.jCarouselLite li p {
  width: 940px;
  height: 281px;
  border: #ecd6cc 1px solid;
}

