@charset "utf-8";

@import url("../../css/import.css");

/*
	Since:09 Jun 2009
	Last-Updated:09 Jun 2009
	Editor:Masataka Asakura
*/


/*
-------------File Contents--------------

		1. 一覧表
		
*/


h1#pagetitle span{
	background-image: url("../images/page-title.png");
	width:225px;
}


/*
------------1. 一覧表----------------
*/
table#news-table{
  margin:20px 0 0 0;
  border-width:0;
  border-style : solid ;
  border-color:#ccc;
  width:579px;
}
table#news-table th{
	margin:0;
	padding: 15px 0 15px 60px;
	border-width:0 0px 1px 0;
  border-style :dotted ;
  border-color:#ccc;
  background-color:#fff;
  background-repeat:no-repeat;
  background-position:0 16px;
  vertical-align:baseline;
  font-family:verdana, sans-serif;
  font-size:93%;
  width:30%;
}

table#news-table td{
	margin:0;
	padding:15px 0 15px 0px;
	text-align: left;
	border-width:0 0px 1px 0;
  border-style :dotted ;
  border-color:#ccc;
  width:70%;
}
table#news-table td h4{
	padding-top:0.1em;
  font-size:100%;
}

table#news-table td p{
  font-size:93%;
}

.photo-block01{
	padding-top:1em;
}

.img-left{
	margin-right:10px!important;
}


table#news-table tr.news-news th{
	background-image: url("../../images/icon/news_news.gif");
}
table#news-table tr.news-env th{
	background-image: url("../../images/icon/news_env.gif");
}
table#news-table tr.news-pr th{
	background-image: url("../../images/icon/news_pr.gif");
}
table#news-table tr.news-recycle th{
	background-image: url("../../images/icon/news_recycle.gif");
}
table#news-table tr.news-careers th{
	background-image: url("../../images/icon/news_careers.gif");
}

