@charset "utf-8";

/*=========================================================
	[ news.css ]
	module - text style
	date - creation:2008-06-12 // update:2008-07-03
=========================================================*/

/*=========================================================
	index
		1. font style
		2. box style
		3. table style
=========================================================*/

/* 1. font style
=========================================================*/
/* font style
---------------------------------------------------------*/
#content p.date{color:#777;}

/* 2. box style
=========================================================*/
#content .news1Col,
#content .news2Col{
	padding:10px 0;
	clear:both;
}
#content .news1Col p,
#content .news2Col p{
	margin:0;
	line-height:1.4;
}

/* news block style */
.news2Col div.newsImg{
	float:left;
	width:180px;
}
.news2Col div.newsText{
	float:right;
	width:470px;
}

/* news style image & caption
---------------------------------------------------------*/
#content div.newsImg p{
	font-size:95%;
	line-height:1.2;
}
/* img style */
#content div.newsImg img{
	margin-bottom:3px;
}

/* news search box style
---------------------------------------------------------*/
#selectBox{
	margin:20px 0;
	padding:5px;
	text-align:right;
	background-color:#ececec;
}

/* 3. table style
=========================================================*/
/* news table menu
---------------------------------------------------------*/
#content .tNews2Col{
	margin-bottom:10px;
}
#content .tNews2Col td{
	vertical-align:top;
}
#content .tNews2Col h2{
	margin:0;
	padding-bottom:9px;
}
#content p.newsHd{
	margin:0;
	line-height:1.2;
}

/* tNews Image */
.tNews2Col div.newsImg{
	float:left;
	width:90px;
	margin:5px 10px 5px 0;
}

#content .tNews2Col li,
#content .tNews2Col p{
	margin:0;
	line-height:1.4;
}