@charset "utf-8";
/*=====================================================================
     ニュース
  =====================================================================*/
/*---------------------------------------------------------------------
     コンテンツリンク幅(IE6用に幅指定がいります)
  ---------------------------------------------------------------------*/
* html .clink-pr {
	width: 100px;
}
* html .clink-tp {
	width: 70px;
}
/*---------------------------------------------------------------------
     タイトル下テキスト
  ---------------------------------------------------------------------*/
#news p {
	padding: 9px 0 20px 0;
}
#news h3 {
	width: auto;
	display: inline;
	padding: 0;
	margin: 0 9px 0 0;
	border: none;
}
/*---------------------------------------------------------------------
     プレスリリース / トピックス共通
  ---------------------------------------------------------------------*/
.tabs {
	padding-bottom: 9px;
	border-bottom: 1px solid #009933;
}
.tab {
	display: inline;
	float: left;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.tab-old {
	display: block;
	margin-top: 5px;
	padding-top: 1px;
	float: left;
	width: 91px;
	height: 17px;
	line-height: 17px;
	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;
}

/*---------------------------------------------------------------------
     プレスリリースエリア
  ---------------------------------------------------------------------*/
#news-pr {
	width: 685px;
	clear: both;
}
#pr {
	clear: both;
	padding-top: 8px;
}
#pr li {
	width: 685px;
	clear: both;
	display: block;
	font-size: 12px;
	line-height: 16px;
}
.pr-n {
	padding: 10px 0 7px 0;
	background: none;
}
.pr-t {
	padding: 15px 0 6px 0;
	background: url(../images/pr-hr.gif) left top repeat-x;
}
.pr-date {
	width: 120px;
	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;
}
.pr-text {
	float: left;
}

/*---------------------------------------------------------------------
     トピックスエリア
  ---------------------------------------------------------------------*/
#news-tp {
	width: 685px;
	padding-top: 24px;
	clear: both;
}
#tp {
	clear: both;
}
#tp li {
	margin: 8px 0 8px 0;
}
.tp-n {
	padding: 10px 0 7px 0;
}
.tp-t {
	background: url(../images/pr-hr.gif) left top repeat-x;
	padding: 15px 0 6px 0;
}
.tp-thumbnail {
	display: inline; /* for IE6 margin bug */
	float: left;
	margin-right: 10px;
}
.tp-info {
	width: 450px;
	float: left;
}
.tp-date {
	color: #009933;
	height: 17px;
	line-height: 17px;
}
.tp-date a {
	height: 17px;
	line-height: 17px;
}
.tp-date img {
	vertical-align: top;
	padding-left: 3px;
	margin-top: 1px;
}
* html .tp-date img {
	margin-top: 0px;
}

.tp-detail {
	width: 42px;
	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;
}
.tp-main {
	clear: both;
	padding-top: 5px;
}
.tp-main table {
	border-collapse:collapse;
}
.tp-main td {
	vertical-align: bottom;
}
.tp-contents {
	width: 630px;
}
.tp-contents td {
	vertical-align: top;
}

#yearlist {
	margin: 20px 0 0px 0;
}
#yearlist li {
	padding-right: 7px;
	width: 100px;
	height: 34px;
	margin-bottom: 8px;
	float: left;
}
#yearlist li a {
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	color: #666666;
	background:  url(../shop/images/shop_frame.gif) left top no-repeat;
}
#yearlist li a:hover {
	color: #abcd03;
	background-position: 0 -34px;
}

#year {
	padding-top: 10px;
	color:#009933;
	font-weight: bold;
	font-size: 16px;
}

/*=====================================================================
     トピックス
  =====================================================================*/
#topics-main {
}
#topics-main .tp-info {
	float: left;
}
/*=====================================================================
     プレスリリース
  =====================================================================*/
#pressrelease-main {
	padding-top: 20px;
}
