@charset "utf-8";
/*=====================================================================
     トップ
  =====================================================================*/
/*---------------------------------------------------------------------
     メインビジュアル
  ---------------------------------------------------------------------*/
#mainvisual {
	width: 705px;
	height: 268px;
	margin-bottom: 12px;
}
/*---------------------------------------------------------------------
     バナーエリア
  ---------------------------------------------------------------------*/
#bannerarea {
	width: 705px;
	margin-bottom: 17px;
}
#bannerarea li {
	width: 227px;
	height: 74px;
	float: left;
	display: inline;
}
.ba-n {
	margin-right: 12px;
}
.ba-r {
	margin-right: 0;
}

/*---------------------------------------------------------------------
     タブ風表示（プレスリリース / トピックス共通)
  ---------------------------------------------------------------------*/
.tab {
	display: inline;
	float: left;
	width: 90px;
	height: 18px;
	line-height: 18px;
	background: url(../images/tab.gif) left top no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-right: 9px;
	overflow: hidden;
}

.tab-old {
	display: block;
	float: left;
	width: 91px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: url(../images/tab-old.gif) left top no-repeat;
	color: #009933;
	font-weight: bold;
}

.tab-old:hover {
	color: #abcd03;
	background-position: 0 -18px;
	text-decoration: underline;
}

/*---------------------------------------------------------------------
     特別告知エリア
  ---------------------------------------------------------------------*/
#info-area {
	border: 1px solid #009933;
	padding: 10px 30px 5px 30px;
	margin: 0 0 12px 20px;
}
#info-area h2 {
	font-size: 14px;
	color: #009933;
	font-weight: bold;
	margin-bottom: 10px;
}
#info-area p {
	font-size: 14px;
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*---------------------------------------------------------------------
     プレスリリースエリア
  ---------------------------------------------------------------------*/
#pr-area {
	clear: both;
	padding-top: 17px;
}
#pr {
	clear: both;
}
#pr li {
	width: 686px;
	clear: both;
	display: block;
	font-size: 12px;
	line-height: 17px;
}
.pr-n {
	padding: 8px 0 8px 0;
	background: none;
}
.pr-t {
	padding: 15px 0 8px 0;
	background: url(../images/pr-hr.gif) left top repeat-x;
}
.pr-date {
	width: 117px;
	float: left;
}
.pr-date a {
	display: block;
	height: 17px;
	background: url(../images/pr-arrow.gif) right top no-repeat;
	overflow: hidden;
}
.pr-date a:hover {
	background-position: right -17px;
	overflow: hidden;
}
.pr-text {
	float: left;
}

/*---------------------------------------------------------------------
     トピックスエリア
  ---------------------------------------------------------------------*/
#tp-area {
	padding-top: 7px;
	clear: both;
}
#tp {
	clear: both;
}
#tp li {
	float: left;
	height: 87px;
	margin: 8px 0 8px 0;
}
.tp-l {
	width: 337px;
}
.tp-r {
	width: 337px;
	background: url(../images/tp-line.gif) left top no-repeat;
	padding-left: 15px;
}
.tp-thumbnail {
	display: inline; /* for IE6 margin bug */
	float: left;
	margin-right: 10px;
}
.tp-info {
	width: 230px;
	float: left;
}
.tp-date {
	height: 17px;
	color: #009933;
}
.tp-date a {
}
.tp-date img {
	padding-left: 3px;
	margin-top: -1px;
}

.tp-detail {
	/* margin-top: 3px; */
}
.tp-detail a {
	color: #666666;
	display: block;
	line-height: 17px;
	height: 17px;
	background:url(../images/tp-detail.gif) left top no-repeat;
	padding-left: 14px;
	overflow: hidden;
}

.tp-detail a:hover {
	color: #abcd03;
	background-position: 0 -17px;
	overflow: hidden;
}
