@charset "utf-8";
/* CSS Document */


/* -----------------------------
	clearfix
   ----------------------------- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

#contentsArea {
	width:575px;
}

a img {
	border:none;
}

/* -----------------------------
	topPageBtns
   ----------------------------- */
#topPageBtns {
	width:575px;
	height:46px;
	margin:0 0 15px 0;
	padding:0;
}
.safetyBtn {
	float:left;
	margin:0;
	padding:0;
}
.safetyBtn a {
	display:block;
	background:url(../../images/bt_safety.jpg) left top no-repeat;
	margin:0;
	padding:0;
	width:145px;
	height:46px;
}
.safetyBtn a:hover {
	background-position:left bottom;
}
.flashBtns { 
	float:right;
	margin:0;
	padding:0;
}
.flashFirstBtn {
	float:left;
	margin:0;
	padding:0;
}
.flashFirstBtn a {
	display:block;
	background:url(../../images/bt_flash.jpg) left top no-repeat;
	width:313px;
	height:46px;
	margin:0;
	padding:0;
}
.flashFirstBtn a:hover {
	background-position:left bottom;
}
.flashLatterBtn {
	float:left;
	margin:0;
	padding:0;
}
.flashLatterBtn a {
	display:block;
	background:url(../../images/bt_flash.jpg) right top no-repeat;
	width:108px;
	height:46px;
	margin:0;
	padding:0;
}
.flashLatterBtn a:hover {
	background-position:right bottom;
}
.safetyBtn a span,.flashFirstBtn a span,.flashLatterBtn a span {
	display:none;
	font-size:10px;
	margin:0;
	padding:0;
}

/* -----------------------------
	news
   ----------------------------- */
.newsTitle {
	margin:0;
	padding:0;
	width:575px;
	height:26px;
}
.newsTitle h2 {
	width:480px;
	margin:0;
	padding:0;
	height:26px;
	float:left;
}
.newsTitle a {
	float:right;
	display:block;
	width:95px;
	height:26px;
	background:url(../../images/bt_list.jpg) left top no-repeat;
}
.newsTitle a:hover {
	background-position:left bottom;
}
.newsTitle a span {
	display:none;
	font-size:10px;
	margin:0;
	padding:0;
}
.newsListArea {
	border: 1px solid #CCC;
	border-top:none;
	margin:0 0 10px 0;
	padding:10px 0 15px 10px;
}
.newsListArea table {
	clear:both;
	border:none;
	border-collapse:collapse;
	width:555px;
	margin:0;
	padding:0;
}
.newsListArea table td {
	background:url(../../images/news_dot.gif) left bottom repeat-x;
	padding:5px 0;
	margin:0;
}
.newsListArea table td.newsCategory {
	vertical-align:middle;
	text-align:center;
	width:60px;
}
.newsListArea table td.newsDate {
	vertical-align:middle;
	text-align:center;
	padding:0;
	color:#666;
	font-size:11px;
	white-space:nowrap;
	width:8em;
}
.newsListArea table td.newsText {
	vertical-align:middle;
	line-height:1.5;
}
.newsListArea table td.newsText img {
	vertical-align:middle;
}
/* English Page */
.englishNews td.newsCategory {
	vertical-align:middle;
	text-align:center;
	width:100px;
}
h2.newsTitleH2 {
	margin:2px 0 0 0;
}
