@charset "utf-8";

/* ****************************************************
  column styles
***************************************************** */


/* column-top
=========================================*/
/* column-top-list */
#contents-area .column-top-list {
	clear: none;
}
#contents-area .column-top-list li {
	float: left;
	margin-right: 15px;
	white-space: nowrap;
}


/* news-link
=========================================*/
#contents-area .news-link dd {
	line-height: 1.4;
}
#contents-area .news-link dd a {
	line-height: 1.7;
}


/* news-link
=========================================*/
#contents-area .content-title .example {
	line-height: 1.4;
}


/* Clear fix
=========================================*/
#contents-area .news-select:after,
#contents-area .column-two-column:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}

#contents-area .news-select,
#contents-area .column-two-column {
	min-height: 1px;
}

* html #contents-area .news-select,
* html #contents-area .column-two-column {/* for IE6 */
	height: 1px;
}

*:first-child+html #contents-area .news-select,
*:first-child+html #contents-area .column-two-column {/* for IE7 */
	zoom: 1;
}
