@charset "UTF-8";

/* -----------------------------------------------
CSS file aneby
FileName:news.css
----------------------------------------------- */

/* ===== modeule_import ===== */
@import "basic/base.css";
@import "basic/frame.css";
@import "basic/module.css";


/* ===== news ===== */

#newstopics {
	margin: 10px 5px 0 25px;
}

	#newstopics table {
		width: 650px;
	}

		#newstopics table thead {
			display: none;
		}

		#newstopics table tbody th {
			padding: 16px 20px 16px 0;
			color: #12793b;
			text-align: left;
			font-weight: normal;
		}

		#newstopics table tbody td {
			padding: 16px 20px 16px 0;
		}

#newsdetail {
	margin: 30px 0 100px 0;
}

	#newsdetail #type {
		margin: 0 0 0 5px;
	}

	#newsdetail #detailtitle {
		width: 675px;
		padding: 6px 0 6px 5px;
		border-bottom: 5px solid #12793b;
	}

		#newsdetail #detailtitle h2 {
			float: left;
			width: 605px;
			color: #12793b;
			font-size: 18px;
		}

		#newsdetail #detailtitle #date {
			float: right;
			width: 70px;
			margin: 6px 0 0 0;
			white-space: nowrap;
			text-align: right;
		}

	#newsdetail #detailtitle:after{
		display:block;
		clear:both;
		height: 0;
		visibility:hidden;
		content:".";
		font-size:0;
		line-height:0;
	}

	#newsdetail #detailcont {
		width: 670px;
		padding: 20px 5px 0 5px;
	}

		#newsdetail #detailcont p {
			margin-bottom: 10px;
			line-height: 1.8;
		}

/* Texpress Add */

.newslist {
	margin: 30px 0 100px 0;
}

	.newslist .detailtitle {
		width: 675px;
		padding: 6px 0 6px 5px;
		border-bottom: 5px solid #12793b;
	}

		.newslist .detailtitle h2 {
			float: left;
			width: 605px;
			color: #12793b;
			font-size: 18px;
		}

		.newslist .detailtitle .date {
			float: right;
			width: 70px;
			margin: 6px 0 0 0;
			white-space: nowrap;
			text-align: right;
		}

	.newslist .detailtitle:after{
		display:block;
		clear:both;
		height: 0;
		visibility:hidden;
		content:".";
		font-size:0;
		line-height:0;
	}
	.newslist .detailcont {
		width: 670px;
		padding: 20px 5px 0 5px;
	}

		.newslist .detailcont p {
			margin-bottom: 10px;
			line-height: 1.8;
		}

		.newslist .detailcont p.caption {
			margin-bottom: 10px;
			line-height: 1.4;
		}
