@charset "UTF-8";

/* ****************************************************
	news.css
***************************************************** */


/*  extra
=========================================*/
#contents .freeAreaSection ul li {
	font-weight: normal;
}
font, basefont{  
   color:inherit;  
     /* Standard browsers */  
   color:expression(this.parentNode.currentStyle['color']);  
     /* IE */  
   font:inherit;  
     /* Standard browsers. Font instead of font-size for Opera */  
   font-family:expression(this.parentNode.currentStyle['fontFamily']);  
     /* IE */  
   font-size:100%;  
     /* All browsers. Sizes are inherited */  
 }  

/* topicPath */
#pathContainer #topicPath li {
	white-space: normal !important;
}

/* clearfix */
#contents .heading05:after,
#contents .twoColType03:after,
#contents .irColumn:after,
#contents .photoCol:after,
#contents .twoColType14:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
}

#contents .heading05,
#contents .twoColType03,
#contents .irColumn,
#contents .photoCol,
#contents .twoColType14 {
	zoom: 1;
}
