@charset "shift_jis";

/*-------------------------------------------------------------------------------------*/
/* 全ページ共通の設定 */
/*-------------------------------------------------------------------------------------*/

/* 全体
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
 	background-color: #E3FFFC;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "MS UI Gothic", sans-serif;	/* 文字フォントの指定 */
	font-size: 90%;
	color: #000000;
}

/* ヘッダー部分
---------------------------------------------------------------------------*/
#header_back {
	top: 0;
	left: 0;
	width: 100%;
	height: 410px;
	background-image: url(images/header_back.png);
	background-repeat: repeat-x;
}
#header {
	width: 900px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}
#header_text {
	width: 100%;
	height: 18px;
	padding: 2px 0px 0px 4px;
	color: #FFFFFF;
	font-size : 70%;
}
#header_logo {
	width: 100%;
	height: 80px;
	/*background-image: url(images/contact.png);*/
	background-repeat: no-repeat;
	background-position: right center;
}
#header_flash {
	width: 890px;
	height: 240px;
	margin-top: 10px;
	padding: 5px;
 	background-color: #FFFFFF;
}

#header_img {
	width: 100%;
	height: 250px;
	padding-top: 10px;
}

/* メニュー */
#header_menu {
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#header_menu li {
	float: left;				/* 表示位置 */
	position: relative;			/* 表示位置 */
	list-style-type: none;			/* リストマーカーの形 */
	width: 180px;
	height: 50px;
}
#header_menu li a {
	display: block;				/* 画面にどのように表示されるか */
	text-decoration: none;			/* 文字の装飾 */
	width: 180px;
	height: 50px;
}
/* TOP */
#header_menu li a#menu01 {
	color : #000000;
	background-image: url(images/menu_top_n.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_menu li a#menu01:hover {
	color : #FFFFFF;
	background-image: url(images/menu_top_s.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 会社情報 */
#header_menu li a#menu02 {
	color : #000000;
	background-image: url(images/menu_aboutus_n.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_menu li a#menu02:hover {
	color : #FFFFFF;
	background-image: url(images/menu_aboutus_s.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 事業内容 */
#header_menu li a#menu03 {
	color : #000000;
	background-image: url(images/menu_activities_n.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_menu li a#menu03:hover {
	color : #FFFFFF;
	background-image: url(images/menu_activities_s.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 保有設備 */
#header_menu li a#menu04 {
	color : #000000;
	background-image: url(images/menu_equipment_n.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_menu li a#menu04:hover {
	color : #FFFFFF;
	background-image: url(images/menu_equipment_s.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* お問合せ */
#header_menu li a#menu05 {
	color : #000000;
	background-image: url(images/menu_contact_n.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_menu li a#menu05:hover {
	color : #FFFFFF;
	background-image: url(images/menu_contact_s.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* コンテンツ部分
---------------------------------------------------------------------------*/
#contents_back {
	width: 900px;
	margin: 0px auto;
	overflow: auto;
	padding: 10px 0px 15px;
 	background-color: #FFFFFF;
}

/* コンテンツ左枠
---------------------------------------------------------------------------*/
#contents_left {
	float: left;
	width: 680px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#contents_left div.header {
	margin: 0px auto 10px;
}

#contents_left div.text {
	width: 670px;
	margin: 0px auto;
}

#contents_left div.return_top {
	width: 670px;
	margin: 0px auto;
	text-align: right;
}

/* コンテンツ右枠
---------------------------------------------------------------------------*/
#contents_right {
	float: right;
	width: 190px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	font-size : 80%;
}

.dl{
	background: #EEE;
	padding: 0 20px 10px;
}

.dl p{ margin: 0;}
.dl p a{ text-decoration:none; display: block; background:#00BD91;color: #fff;padding: 3px; border-radius: 5px; }
.dl p a::before{content: ">";display: inline-block; width: 13px; height: 13px; background: #FFF;color: #00BD91; border-radius: 50%; text-align: center;line-height: 13px;margin-right: 5px;}
.dl p a:hover{  background:#8B9DF3 ;color: #fff; }
.dl p a:hover::before{color: #8B9DF3;}

.dl dl{ margin: 0;}
.dl dl dt{ font-weight: 700; border-bottom: 1px dotted #999; padding-bottom: .3em; margin-bottom: .3em;}
.dl dl dd{ margin: 0;}
.dl dl dd a{ display: inline-block; text-decoration: none;color: #fff;padding: 0 2px; border-radius: 5px; width: 50px;text-align: center}
.dl dl dd a.excel{  background:  #00BD91;border: 1px solid #00BD91; }
.dl dl dd a.pdf{  background:  #8B9DF3;border: 1px solid #8B9DF3; }
.dl dl dd a.excel:hover{  background:  #fff;border: 1px solid #00BD91; color: #00BD91;}
.dl dl dd a.pdf:hover{  background:  #fff;border: 1px solid #8B9DF3; color: #8B9DF3; }

/* フッター部分
---------------------------------------------------------------------------*/
#footer_back {
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	height : 80px;
	margin-top: 15px;
	background-image : url(images/footer_back.png);
	background-repeat : repeat-x;
}
#footer {
	width: 900px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	color : #FFFFFF;
	text-align: center;
	font-size : 90%;
}
#footer_link {
	text-decoration: none;			/* 文字の装飾 */
	width: 100%;
	height: 20px;
	padding-top: 15px;
	color : #FFFFFF;
}
#footer_link a {
	color : #FFFFFF;
}
#footer_text {
	width: 100%;
	padding-top: 10px;
	height: 35px;
}

/*-------------------------------------------------------------------------------------*/
/* 「トップページ」固有の設定 */
/*-------------------------------------------------------------------------------------*/

/* 更新履歴
---------------------------------------------------------------------------*/
dl.top_update {
	overflow: auto;
	width: 660px;
	height: 150px;
	margin: 0px auto;
	padding: 0px 5px 5px;
	border: 1px solid #ABABAB;
}
dl.top_update dt {
	margin: 3px 0px 2px;
	padding: 0px;
}
dl.top_update dd {
	margin: 0px 0px 3px 0px;
	padding: 0px 5px 0px 20px;
	border-bottom: 1px dashed #9ED5C3;
}

/*-------------------------------------------------------------------------------------*/
/* 「会社情報」ページ固有の設定 */
/*-------------------------------------------------------------------------------------*/

/* 会社情報テーブル
---------------------------------------------------------------------------*/

table.aboutus_company {
	width: 670px;
	margin: 0px auto;
	padding: 0px;
	border-left: solid 1px #ABABAB;
	border-bottom: solid 1px #ABABAB;
}
table.aboutus_company th {
	width: 100px;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	background: #EBFFEB;
	border-top: solid 1px #ABABAB;
	border-right: solid 1px #ABABAB;
}
table.aboutus_company td {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border-top: solid 1px #ABABAB;
	border-right: solid 1px #ABABAB;
}
table.aboutus_company td a {
	text-decoration: none;			/* 文字の装飾 */
	color : #0000FF;
}

/* 沿革リスト
---------------------------------------------------------------------------*/
dl.aboutus_history {
	overflow: auto;				/* 領域をはみ出す要素の表示方法 */
	width: 660px;
	margin: 0px auto;
	padding: 5px 5px 20px;
	border: 1px solid #ABABAB;
}
dl.aboutus_history dt {
	float: left;				/* 表示位置 */
	margin: 0px;
	padding: 10px 10px 2px;
	border-bottom: solid 1px #ABABAB;
}
dl.aboutus_history dd {
	margin: 0px;
	padding: 10px 5px 2px;
	border-bottom: solid 1px #ABABAB;
}

/*-------------------------------------------------------------------------------------*/
/* 「事業内容」ページ固有の設定 */
/*-------------------------------------------------------------------------------------*/

/* 画像付きテキスト配置用テーブル
---------------------------------------------------------------------------*/
table.activities_imgtext {
	width: 670px;
	margin: 0px auto;
	padding: 0px;
}
table.activities_imgtext td.img {
	width: 200px;
	padding: 0px 5px;
}
table.activities_imgtext td.text {
	width: 450px;
	padding: 0px 5px;
}

/*-------------------------------------------------------------------------------------*/
/* 「産業廃棄物処理業者の優良性の判断に係る情報開示」ページ固有の設定 */
/*-------------------------------------------------------------------------------------*/
/* 社内組織図テーブル
---------------------------------------------------------------------------*/

table.kouhyo_sosiki {
	width: 670px;
	margin: 0px auto;
	padding: 0px;
	border-left: solid 1px #ABABAB;
	border-bottom: solid 1px #ABABAB;
}
table.kouhyo_sosiki th {
	width: 300px;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	background: #EBFFEB;
	border-top: solid 1px #ABABAB;
	border-right: solid 1px #ABABAB;
}
table.kouhyo_sosiki td {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border-top: solid 1px #ABABAB;
	border-right: solid 1px #ABABAB;
}
table.kouhyo_sosiki td a {
	text-decoration: none;			/* 文字の装飾 */
	color : #0000FF;
}

/* 保有設備テーブル
---------------------------------------------------------------------------*/

table.kouhyo_setsubi {
	width: 670px;
	margin: 0px auto;
	padding: 0px;
	border-left: solid 1px #ABABAB;
	border-bottom: solid 1px #ABABAB;
}
table.kouhyo_setsubi th {
	width: 300px;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	background: #EBFFEB;
	border-top: solid 1px #ABABAB;
	border-right: solid 1px #ABABAB;
}
table.kouhyo_setsubi td {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border-top: solid 1px #ABABAB;
	border-right: solid 1px #ABABAB;
}
table.kouhyo_setsubi td a {
	text-decoration: none;			/* 文字の装飾 */
	color : #0000FF;
}

/*-------------------------------------------------------------------------------------*/
/* 「保有設備」ページ固有の設定 */
/*-------------------------------------------------------------------------------------*/
/* 画像付きテキスト配置用テーブル@
---------------------------------------------------------------------------*/
table.equipment_imgtext {
	width: 670px;
	margin: 0px auto;
	padding: 0px;
}
table.equipment_imgtext td.img {
	width: 200px;
	padding: 0px 5px;
}
table.equipment_imgtext td.text {
	width: 450px;
	padding: 0px 5px;
}

/* 画像付きテキスト配置用テーブルA
---------------------------------------------------------------------------*/
table.equipment_imgspec {
	width: 670px;
	margin: 0px auto;
	padding: 0px;
}
table.equipment_imgspec td.img {
	width: 350px;
	padding: 0px 5px;
}
table.equipment_imgspec td.spec {
	width: 300px;
	padding: 5px;
}
table.equipment_imgspec td.spec table {
	width: 300px;
	margin: 0px;
	padding: 0px;
	border: solid 1px #ABABAB;
}
table.equipment_imgspec td.spec table th {
	width: 140px;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border: solid 1px #ABABAB;
}
table.equipment_imgspec td.spec table td {
	width: 140px;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ABABAB;
}

/*-------------------------------------------------------------------------------------*/
/* 「お問合せ」ページ固有の設定 */
/*-------------------------------------------------------------------------------------*/

/* アイコン付きテキスト配置用テーブル
---------------------------------------------------------------------------*/
table.contact_icontext {
	width: 600px;
	margin: 0px auto;
	padding: 0px;
}
table.contact_icontext td.icon {
	width: 77px;
	padding: 0px;
}
table.contact_icontext td.number {
	padding: 5px 0px 0px 15px;
	font-size: 170%;
	font-weight: bold;
}
table.contact_icontext td.disclaimer {
	padding: 0px 0px 15px 15px;
	font-size: 90%;
}
table.contact_icontext td.text {
	padding: 5px 0px 0px 15px;
}
table.contact_icontext td.bumon_title {
	padding: 0px 0px 0px 15px;
	font-size: 110%;
	color : #3535FF;
}

/* Googleマップ中央寄せ用DIV
---------------------------------------------------------------------------*/
div.contact_google_map {
	width: 600px;
	margin: 0px auto;
	padding: 0px;
}

/*-------------------------------------------------------------------------------------*/
/* 「保有設備」ページ固有の設定 */
/*-------------------------------------------------------------------------------------*/
/* 保有設備強調
---------------------------------------------------------------------------*/
font.equipment_no1 {
	color : #FF0000;
	font-size : 120%;
	font-weight: bold;
}

/* 画像付きテキスト配置用テーブル
---------------------------------------------------------------------------*/
table.equipment_imgtext {
	width: 670px;
	margin: 0px auto;
	padding: 0px;
}
table.equipment_imgtext td.img {
	width: 250px;
	padding: 0px 5px;
}
table.equipment_imgtext td.text {
	width: 400px;
	padding: 0px 5px;
}

/* 保有車両一覧テーブル
/* 車両台数 */
table.equipment_imglist_data {
	width: 285px;
	margin: 0px auto;
	padding: 0px;
	border-left: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
}
table.equipment_imglist_data th {
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: #E3FFFC;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
table.equipment_imglist_data td {
	width: 50px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #E3FFFC;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
/* 事業内容部門強調
---------------------------------------------------------------------------*/
font.bumon {
	color : #3535FF;
	font-size : 130%;
	font-weight: bold;
}

/*ダウンロードページ
---------------------------------------------------------------------------*/
.table-download{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.table-download th,.table-download td{ border-bottom: 1px dotted #ccc;padding: 10px 5px;}
.table-download th{ text-align: left; width: 400px;}
.table-download td a{ text-decoration: none; display: block; border-radius: 5px;color: #fff;width: 100px;text-align: center; padding: 7px 0;}
.table-download td  a.excel{  background:  #00BD91;border: 1px solid #00BD91; }
.table-download td  a.pdf{  background:  #8B9DF3;border: 1px solid #8B9DF3; }
.table-download td  a.excel:hover{  background:  #fff;border: 1px solid #00BD91; color: #00BD91;}
.table-download td a.pdf:hover{  background:  #fff;border: 1px solid #8B9DF3; color: #8B9DF3; }

