@charset "utf-8";
/* ---------------------------------------------------------------------------------
XHTML CSS Selectors news

$Revision: 1.0 $
--------------------------------------------------------------------------------- */



div#contentsWrapper div#contentsColumn div#contentsArea h2 {
	height: 57px;
	width: 575px;
	text-indent: -9999px;
	background-image: url(../pc_images/news/title.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div#contentsWrapper div#contentsColumn div#contentsArea div.newsBlock {
	padding-top: 15px;
	padding-bottom: 15px;
}


div#contentsWrapper div#contentsColumn div#contentsArea div.newsBlock div.newsDetailBox {
	float: right;
	width: 325px;
	padding-right: 40px;
	padding-left: 25px;
	min-height: 120px;
	max-height: 285px;
	background-image: url(../pc_images/news/news_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
div#contentsWrapper div#contentsColumn div#contentsArea div.newsBlock div.newsDetailBox h3 {
	font-size: 12px;
	line-height: 18px;
	background-image: url(../pc_images/news/title_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: bold;
}
div#contentsWrapper div#contentsColumn div#contentsArea div.newsBlock div.newsDetailBox table {
	font-size: 12px;
	line-height: 18px;
	background-image: url(../pc_images/news/title_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
}
div#contentsWrapper div#contentsColumn div#contentsArea div.newsBlock div.newsDetailBox table td.date {
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	white-space: nowrap;
}
div#contentsWrapper div#contentsColumn div#contentsArea div.newsBlock div.newsDetailBox table td.title {
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding-left: 5px;
}
div#contentsWrapper div#contentsColumn div#contentsArea div.newsBlock p.newsPhoto {
	width: 160px;
	border: 1px solid #D9D2CC;
	background-image: url(../pc_images/news/no_Image.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	min-height: 20px;
}
