@charset "utf-8";

/* ****************************************************
news.css
Define news contents' layout
***************************************************** */

/* Index [ base.css ]
=================================
1: heading
2: backnumber
3: icon-list
4: news-list
99: clearfix
=================================*/

/* 1: heading
------------------------------------ */
.design-h2 {
	position: relative;
	margin-bottom: 10px;
	padding: 5px 0 7px 0;
	background: url(../images/common_bg03.gif) repeat-x left bottom;
}

.design-h2 span {
	display: block;
	padding: 7px 120px 0 18px;
	background: url(../images/common_bg04.gif) no-repeat left top;
}

.design-h2 span.icon {
	position: absolute;
	top: 0.3em;
	right: -110px;
	background: none;
}

.design-h2 span.line02 {
	top: 0.9em;
}

/* 2: backnumber
------------------------------------ */
div.backnumber {
	margin-top: -15px;
	padding-right: 10px;
	text-align: right;
}


/* 3: icon-list
------------------------------------ */
div#icon-list {
	padding: 20px 0 25px 0;
	text-align: center;
}

div#icon-list ul {
	width: 920px;
	padding-left: 30px;
}

div#icon-list ul li {
	float: left;
	margin-right: 20px;
	padding-bottom: 5px;
	white-space: nowrap;
}

div#icon-list ul li img {
	padding-bottom: 1px;
	vertical-align: middle;
}

div#icon-list ul li span {
	padding-left: 8px;
}


/* 4: news-list
------------------------------------ */
div#news-list {
	width: 930px;
	margin: 0 auto;
	padding-bottom: 30px;
	background: url(../images/common_ex01.gif) repeat-x left top;
}

div#news-list dl {
	/*padding: 7px 0;*/
	padding: 7px 0 5px;
	background: url(../images/common_ex01.gif) repeat-x left bottom;
}

div#news-list dl dt {
	float: left;
	/*padding: 2px 0;*/
	padding: 3px 0 2px;
}

div#news-list dl dd {
	padding: 3px 0 2px 15em;
}

div#news-list dl dd.icon {
	float: left;
	/*padding: 2px 10px;*/
	padding: 0px 10px 2px;
}


/* 5: column02
------------------------------------ */
div.column02 {
	width: 950px;
}

div.column02 .inner-col {
	float: left;
	width: 474px;
}

div.column02 .inner-col dl {
	margin-bottom: 15px;
}

div.column02 .inner-col dl dt {
	float: left;
	width: 9em;
}

div.column02 .inner-col dl dd {
	padding-left: 9em;
}


/* 6: img-area
------------------------------------ */
div.img-area {
	text-align: center;
}

div.img-area img {
	margin: 0 auto;
}



/* 99:clearfix
------------------------------------ */
div#icon-list ul:after,
div#news-list dl:after,
div#bucknumber-list dl:after,
div.column02 .inner-col dl:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div#icon-list ul,
div#news-list dl,
div#bucknumber-list dl,
div.column02 .inner-col dl {
	min-height: 1px;
}

/* for IE6 */
* html div#icon-list ul,
* html div#news-list dl,
* html div#bucknumber-list dl,
* html div.column02 .inner-col dl {
	height: 1px;
}

/* for IE7 */
*:first-child+html div#icon-list ul,
*:first-child+html div#news-list dl,
*:first-child+html div#bucknumber-list dl,
*:first-child+html div.column02 .inner-col dl {
	zoom: 1;
}
