body#toppage #section02 div.infoBox p.back_btn{
	width: 800px;
	margin: 12px auto 0;
}

body#news{
	background-image: none;
}
body#news header#header {
	background:url(../images/header_bg.gif) 0 bottom repeat-x;
	margin-bottom:20px;
	padding:20px;
}
body#news #header .headerInner {
	width:960px;
	margin:auto;
	position:relative;
	min-height:55px;
}
body#news #header .headerInner .logo {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-158px;
}
body#news #header .headerInner .deusel {
	position:absolute;
	top:3px;
	left:10px;
}
body#news #header .headerInner .deusel a {
	background:url(../images/deusel.png) 0 0 no-repeat;
	display:block;
	width:163px;
	height:34px;
	text-indent:-9999px;
}
body#news #section02 .iconAboutDesel {
	background:url(../images/info_title.png) 0 0 no-repeat;
}

body#news #section02{
	background-image: none;
	text-align: left;
}
body#news #section02 .section02Box01{
	max-width:960px;
	margin:30px auto 15px;
	width:80%;
	padding:30px;
	border:solid 10px #E1F0C5;
	border-radius:4px;
}
body#news #section02 .section02Box01 h2 {
	height:auto;
	width:auto;
	background-color:#29ad1e;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	padding:15px 20px;
	border:solid 3px #B5DD9F;
	
}
body#news #section02 .section02Box01 .date {
	height:auto;
	width:auto;
	font-size:14px;
	padding:6px 15px;
	text-align:right;
	
}
body#news #section02 .section02Box01 .date span {
	color:#7B7B7B;
}
body#news #section02 .section02Box01 .doc_file {
	background-color:#f1fae0;
	padding:10px;
}
body#news #section02 .section02Box01 .doc_file dt {
	float:left;
	display:inline-block;
	padding:7px 10px;
	border-radius:4px;
	background-color:#29ad1e;
	color:#FFFFFF;
	margin-right:1em;
	font-size:12px;
	line-height:12px;
	
}
body#news #section02 .section02Box01 .doc_file dd {
	float:left;
}
body#news #section02 .section02Box01 .doc_file dd a {
	background:url(../images/doc_file_arrow.png) left center no-repeat;
	padding-left:15px;
}
body#news #section02 .section02Box01 .paragraph {
	padding-bottom:30px;
	border-bottom:dotted 1px #92A66C;
	margin-bottom:30px;
}
body#news #section02 .section02Box01 .paragraph img {
	padding:10px;
	background-color:#f1fae0;
}
body#news #section02 .section02Box01 .paragraph img.imageRight {
	margin-left:20px;
}
body#news #section02 .section02Box01 .paragraph img.imageLeft {
	margin-right:20px;
}
body#news #section02 span.pdfIcon {
    background: url("/company/sustainability/deusel/images/section_tit.png") no-repeat scroll -1038px -74px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 18px;
    margin-top: 0;
    text-indent: -9999px;
    width: 17px;
}
body#news #section02 .section02Box01 .paragraph:last-child {
	border:none;
	margin:0;
}


/*infoList*/

body#news .infoList th,
body#news .infoList td {
	padding:3px;
	font-size:12px;
}
body#news .infoList th span {
	background-color:#E1F0C5;
	padding:8px 0 8px 10px;
	border-radius:4px;
	display:block;
}
body#news .infoList td.list_txt {
	width:785px;
	
}
body#news .infoList td.list_txt a {
	border-radius:4px;
	display:block;
	padding:4px 10px 3px;

}
body#news .infoList td.list_txt a:hover{
	background-color:#29ad1e;
	color:#FFFFFF;
	border-radius:4px;
	text-decoration:none;

}
body#news .infoList td.list_date {
	width:140px;
}
body#news .infoList td.list_date span {
	background-color: #29ad1e;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    padding: 4px 3px 3px 10px;
	width:130px;
}
/*pager*/
body#news .pager {
	width:1000px;
	margin: 15px auto 30px;
	text-align:center;
}
body#news .pager span,
body#news .pager a {
	display:inline-block;
	padding:4px 12px;
	border: dotted 1px #c1d1b8;
	margin-right:1px;
	overflow:visible;
}
body#news .pager span,
body#news .pager a:hover {
	background-color: #29ad1e;
	text-decoration:none;
	color:#FFFFFF;
}

body#news .pagetop {
	position:fixed;
	bottom:0;
	right:10px;
	text-align:center;
	padding:0;
}
body#news .pagetop a {
	display: block;
	width: 120px;
	margin-right: 10px;
	margin-left: auto;
	white-space:nowrap;
	overflow:hidden;
	border-radius:4px 4px 0 0 ;
	background-color:#666666;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	padding:6px 0 ;
}
body#news .pagetop a:hover {
	background-color: #333333;
}
/*clearfix*/

body#news #section02 .section02Box01 .doc_file,
body#news #section02 .section02Box01 .paragraph,
body#news .clearfix {
	zoom:1;
}
body#news #section02 .section02Box01 .doc_file:after,
body#news #section02 .section02Box01 .paragraph:after,
body#news clearfix:after {
	content: "";
	display: block;
	clear: both;
}
