﻿/* corporate - news */
/*
--------------------------------------------------
	overwrite
--------------------------------------------------
*/

/*
--------------------------------------------------
	common style
--------------------------------------------------
*/

#news .bt-block {
	text-align: right;
	}
#news .bt-block img {
	display: inline;
	}

/*
--------------------------------------------------
	page style
--------------------------------------------------
*/

/*
--------------------------------------------------
	index
*/

#news .news-block {
	width: 695px;
	margin-left: 10px;
	margin-bottom: 25px;
	}

/* title-block */

#news .news-block .bt-title {
	overflow: hidden;
	}
#news .news-block .bt-title span {
	display: block;
	}
#news .news-block .title-block {
	width: 695px;
	padding-bottom: 10px;
	background: url(image/bg_01.gif) repeat-x left bottom;
	cursor: pointer;
	}
#news .news-block .title-block .title {
	width: 500px;
	font-weight: bold;
	padding-left: 2px;
	float: left;
	}
#news .news-block .title-block .text {
	width: 50px;
	color: #0f7bdd;
	text-align: right;
	padding-right: 3px;
	float: right;
	}
#news .news-block .bt-title a {
	color: #2d323e;
	}
#news .news-block .bt-title a:hover {
	color: #0f7bdd;
	}

/* table-block */

#news .news-block .table-block {
	width: 695px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: url(image/bg_table.gif) repeat-y left top;
	border-top: solid 1px #ced0d4;
	margin-top: 15px;
	}
#news .news-block .table-block th {
	width: 96px;
	color: #474e63;
	text-align: left;
	vertical-align: top;
	background: url(image/bg_th.gif) no-repeat left bottom;
	}
#news .news-block .table-block th span {
	display: block;
	margin-left: 4px;
	padding: 5px 0 8px 11px;
	border-top: solid 3px #ffffff;
	}
#news .news-block .table-block td {
	text-align: left;
	vertical-align: top;
	padding: 8px 10px 8px 20px;
	background: url(image/bg_td.gif) repeat-x left bottom;
	}
#news .news-block .table-block td span {
	display: block;
	}
#news .news-block .table-block td .link-block {
	cursor: pointer;
	}
#news .news-block .table-block td .link-block .text {
	width: 525px;
	float: left;
	}
#news .news-block .table-block td .link-block .detail {
	width: 40px;
	color: #0f7bdd;
	text-align: right;
	float: right;
	}
#news .news-block .table-block td a {
	color: #2d323e;
	}
#news .news-block .table-block td a:hover {
	color: #0f7bdd;
	}

/*
--------------------------------------------------
	detail
*/

#news .detail-block {
	width: 715px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	background: url(image/bg_02b.gif) repeat-y left top;
	border-bottom: solid 1px #ced2db;
	}

#news .detail-block a {
	color: #0f7bdd;
	text-decoration: underline;
	}
#news .detail-block a:hover {
	color: #2d323e;
	text-decoration: none;
	}

#news .detail-block a.link-2 {
	color: #2e323e;
	}
#news .detail-block a.link-pdf {
	padding: 1px 0 1px 22px;
	background: url(image/icon_pdf.gif) no-repeat 2px 0;
	}

/* title-block */

#news .detail-block .title-block {
	width: 715px;
	margin-bottom: 25px;
	padding-top: 12px;
	background: url(image/bg_02a.gif) no-repeat left top;
	}
#news .detail-block .title-block .date {
	color: #474e63;
	padding: 0 10px 0 20px;
	}
#news .detail-block .title-block .title {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 15px 20px;
	background: url(image/bg_02c.gif) no-repeat left bottom;
	}

/* comment-block */

#news .detail-block .comment-block {
	width: 665px;
	margin-left: 25px;
	margin-bottom: 20px;
	display: inline-block;
	}
#news .detail-block .comment-block:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	}

#news .detail-block .comment-block h2 {
	margin-bottom: 15px;
	}
#news .detail-block .comment-block h2 span {
	padding-bottom: 2px;
	border-bottom: solid 2px #2d323e;
	}

#news .detail-block .comment-block li {
	margin-top: 8px;
	padding-left: 26px;
	background: url(../../common/image/icon_01.gif) no-repeat 10px 8px;
	}

#news .detail-block .comment-block table {
	width: 665px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: url(image/bg_table_01.gif) repeat-y left top;
	border-top: solid 1px #ced0d4;
	}
#news .detail-block .comment-block th {
	width: 135px;
	color: #474e63;
	text-align: left;
	vertical-align: top;
	background: url(image/bg_th.gif) no-repeat left bottom;
	}
#news .detail-block .comment-block th span {
	display: block;
	margin-left: 4px;
	padding: 5px 0 8px 11px;
	border-top: solid 3px #ffffff;
	}
#news .detail-block .comment-block td {
	text-align: left;
	vertical-align: top;
	padding: 8px 10px;
	background: url(image/bg_td.gif) repeat-x left bottom;
	}

#news .detail-block .comment-block .left-block {
	width: 490px;
	float: left;
	}
#news .detail-block .comment-block .right-block {
	width: 150px;
	float: right;
	}
#news .detail-block .comment-block .right-block img {
	margin-bottom: 10px;
	}
#news .detail-block .comment-block .right-block p {
	line-height: 130%;
	}

#news .detail-block .bt-block {
	text-align: right;
	margin-right: 25px;
	}
#news .detail-block .bt-block img {
	display: inline;
	}

