@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */

/* =================================
   ■ #NEWS
================================== */

#news h2{
	margin-bottom:12px;
	margin-left:5px;
}

#news .chapter{
	background:url(../../images/news/f-bg.gif) 0 100% no-repeat;
}


#news .chapter .detail-top{
	background:url(../../images/news/h-bg.gif) 0 0 no-repeat;
}

#news .chapter .section{
	padding:35px 20px 20px 20px;
	border-bottom:solid 1px #e2e2e2;
	overflow:hidden;
	zoom:1;
}

#news .chapter .none,
#news .chapter .detail-last{
	border-bottom:none;
}

#news .chapter p.pagetop{
	clear:both;
}

/* --------------------------------
   □ section
-------------------------------- */

#news .chapter .section .body{
	overflow:hidden;
	padding-bottom:10px;
}

#news .chapter .section p.image{
	display: table-cell;
	margin:0;
}

* html #news .chapter .section p.image{
	display:inline;
	float:left;
	zoom:1;
}
*:first-child + html #news .chapter .section p.image{
	display:inline;
	float:left;
	zoom:1;
}

#news .chapter .section p.image img{
	margin-right:25px;
}

#news .chapter .section p.text{
	display: table-cell;
	vertical-align:top;
	margin:0;
}

* html #news .chapter .section p.text{
	display:inline;
	float:left;
	zoom:1;
}
*:first-child + html #news .chapter .section p.text{
	display:inline;
	float:left;
	zoom:1;
}

#news .chapter .section p.pdf{
	background:url(../../images/news/pdf.gif) 0 0.2em no-repeat;
	padding-left:17px;
	text-decoration:underline;
}

/* --------------------------------
   □ sub-menu
-------------------------------- */

#news .sub ul.sub-menu li.link{
	height:28px;
	padding:10px 0 0 25px;
	background:url(../../images/news/sub-menu.gif) 0 0 no-repeat;
}

#news .sub ul.sub-menu li.link a{
	color:#5e5e5e;
}

#news .sub ul.sub-menu li.last{
	height:30px;
	background:url(../../images/news/sub-last.gif) 0 0 no-repeat;
}




















