@charset "utf-8";
@import url("base.css");
/****************************
 **   Contents
 ****************************
	* General 
	    - Default
		- link	
		- Line
	* Layout
		- container
		- header
		- visual
		- top-content
		- footer 
	* header
	* top-content
		- main-content 
		- ul_top
		- Eco CSR News
	* Layout-Page
		- content
		- sidebar
		- main_content		
	* main_content
		- breadcrumb
		- entry
		
/****************************
 **   General
 ****************************/
 
/* Default */
body {
	line-height:1;
	color:#333;
	/*基礎テキスト*/	
	font-size:62.5%;/* Reset 1em to 10px */
	font-style:normal;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	letter-spacing: 0.02em;
	background-color:#f5f6f7;
}

img { border:0; }
ul,
li { list-style:none; }

/* Link */
a {
	color: #009d00;
	text-decoration:underline;
}

a:hover {
	color:#ff6347;
	text-decoration:none;
}

/* Line */
.img_line { padding: 20px 0; }

/****************************
 **   Layout
 ****************************/
 
/* container */
#container {
	width: 950px;
	margin-left:30px;
	font-size: 1.2em;
}

/* header */
#header {
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 0;	
}

/* visual */
#visual {
	display: none;
}

/* top-content */
#top-content {
	position: relative;
	overflow: hidden;/* for IE6 */
	width: 950px;/*950-2-428-32*/
	/*padding: 28px 32px 28px 428px;*/
	
}

#top-content #main-content {
	float:left;
	height:430px;
	width: 380px;
}

/* footer */
#footer {
	width:90%;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	
}

/****************************
 **   header
 ****************************/
#header h1 {
	position: absolute;
	top: 10px;
	left: 5px;
}

#header #btn_area,
#header ul,
#header li{	display: none; }


/****************************
 **   top-content
 ****************************/
#top-content {
	line-height: 1.3;
}

#top-content a { 
	text-decoration: underline;
}

#top-content a:hover {
	color: #fff983;
	text-decoration: none;
}

/* main-content */
#top-content #main-content div {
	width: 365px;
	padding-bottom: 15px;
}

#top-content #main-content div p {
	padding: 10px 27px 10px 15px;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

#top-content #main-content h2 {
	position: relative;
	width: 360px;
	height: 92px;
}

#top-content #main-content h2 img.btn_entry{
	position: absolute;
	bottom: 3px;
	right: 4px;
}

#top-content #main-content div h2 {
	width: 365px;
	height: 50px;
}

/* ul_top */
#top-content #ul_top a { display: block; }

#top-content #ul_top {
	padding-bottom: 1px;/* for IE6 */
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 1.8;
	padding-left:0px;
}

#top-content #ul_top li {
	float:left;
	width: 153px;
	margin-right: 14px;
}

#top-content #ul_top li span {
	display: block;
	padding-left: 10px;
}

#top-content #ul_top li img {
	height: 56px;
	margin-bottom: 7px;
}

#top-content #ul_top li.right_li { margin-right: 0; }

/* Eco CSR News */
#top-content #rss {
	width: 490px;
	float:left;
}


#top-content #rss h2 {
	position: relative;
	width: 490px;
	height: 33px;
	background: url(../images/header_ecnews.gif) no-repeat;
}

#top-content #rss h2 span { display:none; }

#top-content #rss h2 img {
	display:none;
}

#top-content #rss ul {
	width: 490px;
	padding:0;
	padding-bottom: 10px;
}

#top-content #rss li {
	padding: 12px 10px 0 10px;
}

#top-content #rss p {
	padding: 0 23px 10px 23px;
	padding-bottom: 10px;
	font-size: 80%;
	text-align: right;
	letter-spacing: 0;
}


/****************************
 **   Layout-Page
 ****************************/

/* content */
#content {
	width: 665px;
}

/* sidebar */
#sidebar {
	display: none;
}

/* main_content */
#main_content {
	width: 100%;
	padding: 0px 15px 50px 15px;
	font-size: 1.2em;
	line-height: 1.6em;
}

 
/****************************
 **   main_content
 ****************************/

#main_content h3 {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #008200;
	font-size: 120%;
}

/* breadcrumb */
#main_content #breadcrumb-navxt {
	display: none;
}


/* entry */
#main_content .entry { padding: 0px 37px 0px 37px; }

#main_content .entry p,
#main_content .entry ul,
#main_content .entry ol { padding-bottom: 15px; }

#main_content .entry ul li {
	list-style: none;
	background: url(../images/icon_list_disc.gif) no-repeat left center;
	padding-left: 25px;
	margin: 0 0 0 10px;
}

#main_content .entry li { margin: 0 0 0 10px; }

#main_content .entry img { vertical-align: text-bottom; }

#main_content .entry .right { text-align: right; }

#main_content .entry h4 {
	color: #C33;
	font-size: 100%;
}

#main_content .entry span.e_font_spacing { letter-spacing: 0.2em; }

#main_content .entry li.space { padding-bottom: 20px; }

#main_content .entry ol {
	margin: 0 0 0 5px;
	padding-left: 25px;
}

#main_content .entry ol li img { padding: 10px 0 20px 0; }

#main_content .entry table {
	width: 550px;
	margin-bottom: 15px;
}

#main_content .entry table th {
	width: 100px;
	font-weight: bold;
	border: 1px solid #fff;
	background-color: #D2F1A5;
	padding: 5px 0 5px 0;
	vertical-align: top;
}

#main_content .entry table td {
	background-color: #eee;
	border: 1px solid #fff;
	padding: 5px 10px 5px 20px;
}

#main_content .entry table#aoa_table {
	width: 220px;
	margin-bottom: 15px;
}

#main_content .entry table#aoa_table th {
	width: 80px;
	font-weight: bold;
	border: 1px solid #666;
	background-color: #eee;
	padding: 0 0 0 20px;
	vertical-align: top;
	text-align:left;
}

#main_content .entry table#aoa_table td {
	background-color: #fff;
	border: 1px solid #666;
	padding: 0 0 0 20px;
}

#main_content .entry p.textsmall { font-size: 0.9em; }

#line_entryarea_bottom{ display:none; }