﻿@charset "utf-8";

/* ******************************************************************************** */
/*  山口ネットワークス株式会社 echology.css                                         */
/*                                                                        09.12.17  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      0.外部CSS読み込み設定                                                       */
/* ================================================================================ */

/* ---- 0.共通 ---- */
@import url("./common.css");


/* ================================================================================ */
/*      10.環境経営指針書                                                           */
/* ================================================================================ */

div#content div#content_body div#content_main div#main-body table.echology{
	margin: 0px auto 10px auto;
	paddinbg: 0px;
	width: 500px;
	text-align: left;
	line-height: 1.2;
}
div#content div#content_body div#content_main div#main-body table.echology th{
	margin: 0px;
	padding: 4px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	border-right: solid 1px #ffffff;
	background: #CBC1FF;
}
div#content div#content_body div#content_main div#main-body table.echology th.right{
	border-right: none;
}
div#content div#content_body div#content_main div#main-body table.echology td{
	margin: 0px;
	padding: 4px 0px 4px 4px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
div#content div#content_body div#content_main div#main-body table.echology td.left{
	border-left: solid 1px #999999;
}