﻿/* ================================================================== */
/* 共通設定                                                           */
/* ================================================================== */

/* --- タグ基本設定 ------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

HTML, BODY {
	height: 100%;
	max-height: 100%;
}

BODY {
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	text-align: center;
	font-size: 0.8em;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	color: #333333;
}

IMG {
	border:none;
}

TABLE {
	font-size: 100%;
}

BR.clear {
	clear: both;
}

A {
	text-decoration: none;
	color: #333333;
}

A:hover {
	color: #FF6600;
	background-color:#FFFFCC;
}

SUP {
	vertical-align:15%;
}

SUB {
	vertical-align:-10%;
	font-size: 0.8em;
}

/* --- コンテンツレイアウト ----------------------------------------- */

#container {
	height: 100%;
	width: 764px;
	text-align: left;
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-y;
	padding: 0 4px 0px 1px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	height: 100%;
	min-height: 100%;
}

#sub_container {
	height: 100%;
	width: 500px;
	text-align: left;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 0 4px 0px 1px;
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

#sub_container2 {
	height: 100%;
	width: 620px;
	text-align: left;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

BODY > #container {
	height: auto;
}

BODY > #sub_container {
	height: auto;
}

BODY > #sub_container2 {
	height: auto;
}

/* --- ヘッダー ----------------------------------------------------- */

#header {
	margin-bottom: 4px;
}

#sub_header {
	margin-bottom: 4px;
	padding-bottom: 8px;
	background: url(../images/logo_sub_bg.jpg) repeat-x bottom left;
	overflow: hidden;
}

/* --- コンテンツ --------------------------------------------------- */

#contents {
	padding: 0 13px 5em 11px;
}

#sub_contents {
	padding: 0 11px 5em 11px;
}


H2 {
	margin-bottom: 7px;
}

#main {
	text-align:center;
	width: 100%;
	padding: 0px 15px;
}

#sub_main {
	text-align:left;
	width: 100%;
}

/* --- フッター ----------------------------------------------------- */

#footer {
	position: absolute;
	bottom: 0;
	padding-bottom: 5px;
}

#footer #misc_navi IMG {
	margin-right: 6px;
}

#footer #foot {
	border-top: 1px solid #CCCCCC;
	margin: 0 9px 0px 5px;
	padding: 7px 7px;
}

#footer #foot IMG {
	vertical-align:middle;
}

#footer #foot #copy {
	float:left;
	padding-top: 3px;
}

#footer #foot #company {
	float: right;
	color: #666666;
	font-size: 10px;
	letter-spacing: 0.5em;
}

#sub_footer {
	position: absolute;
	bottom: 0;
	padding-bottom: 5px;
}

#sub_footer #sub_foot {
	border-top: 1px solid #CCCCCC;
	margin: 0 5px;
	padding: 7px 7px;
}

#sub_footer #sub_foot IMG {
	vertical-align:middle;
}

#sub_footer #sub_foot #sub_copy {
	float:left;
	padding-top: 3px;
}

#sub_footer #sub_foot #sub_company {
	float: right;
	color: #666666;
	font-size: 10px;
	letter-spacing: 0.2em;
}

/* --- 工事中表示 --------------------------------------------------- */

.construction {
	width: 303px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 50px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
}

/* --- トップページナビゲーション ----------------------------------- */

#navi_top {
	background-image:url(../images/menu_bg.gif);
	background-repeat:no-repeat;
	width: 746px;
	height: 66px;
	margin-bottom: 11px;
}

#navi_top LI {
	height: 49px;
	float: left;
	text-align: center;
	background-image: url(../images/menu_cell_bg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	list-style-type:none;
}

#navi_top LI IMG {
	margin-top: 13px;
}

#navi_top LI A {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
}

#navi_top LI A:hover {
	background-color:transparent;
}LI#navi_mes {
	width: 80px;
}
LI#navi_out {
	width: 80px;
}
LI#navi_his {
	width: 80px;
}
LI#navi_chem {
	width: 84px;
}
LI#navi_env {
	width: 122px;
}
LI#navi_life {
	width: 124px;
}
LI#navi_cst {
	width: 88px;
}
LI#navi_rec {
	width: 81px;
}

LI#navi_mes A {
	background: url(../images/menu_mes.gif) no-repeat center 75%;
}
LI#navi_mes A:hover {
	background: url(../images/menu_mes_over.gif) no-repeat center 75%;
}
LI#navi_out A {
	background: url(../images/menu_out.gif) no-repeat center 75%;
}
LI#navi_out A:hover {
	background: url(../images/menu_out_over.gif) no-repeat center 75%;
}
LI#navi_his A {
	background: url(../images/menu_his.gif) no-repeat center 75%;
}
LI#navi_his A:hover {
	background: url(../images/menu_his_over.gif) no-repeat center 75%;
}
LI#navi_chem A {
	background: url(../images/menu_chem.gif) no-repeat center 75%;
}
LI#navi_chem A:hover {
	background: url(../images/menu_chem_over.gif) no-repeat center 75%;
}
LI#navi_life A {
	background: url(../images/menu_life.gif) no-repeat center 75%;
}
LI#navi_life A:hover {
	background: url(../images/menu_life_over.gif) no-repeat center 75%;
}
LI#navi_cst A {
	background: url(../images/menu_cst.gif) no-repeat center 75%;
}
LI#navi_cst A:hover {
	background: url(../images/menu_cst_over.gif) no-repeat center 75%;
}
LI#navi_rec A {
	background: url(../images/menu_rec.gif) no-repeat center 75%;
}
LI#navi_rec A:hover {
	background: url(../images/menu_rec_over.gif) no-repeat center 75%;
}
LI#navi_env A {
	background: url(../images/menu_env.gif) no-repeat center 75%;
}
LI#navi_env A:hover {
	background: url(../images/menu_env_over.gif) no-repeat center 75%;
}

/* --- サブページナビゲーション ------------------------------------- */

#navi_sub {
	background-image:url(../images/menu_bg2.gif);
	background-repeat:no-repeat;
	width: 746px;
	height: 54px;
	margin-bottom: 5px;
}

#navi_sub LI {
	height: 37px;
	float: left;
	text-align: center;
	background-image: url(../images/menu_cell_bg2.gif);
	background-repeat:no-repeat;
	background-position:right top;
	list-style-type:none;
}

#navi_sub LI IMG {
	margin-top: 7px;
}

#navi_sub LI A {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
}

#navi_sub LI A:hover {
	background-color:transparent;
}

/* --- サブページタイトル ------------------------------------------- */
H3 {
	margin-bottom: 11px;
}

/* --- サブページ説明 ----------------------------------------------- */
H4 {
	margin-left: 15px;
	font-size: 1.2em;
	font-weight: normal;
	color: #FF6600;
	margin-bottom: 5px;
}

/* --- 問合わせ・サイトマップ --------------------------------------- */

#footer #misc_navi {
	border-top: 1px solid #185430;
	margin: 9px 13px 9px 11px;
	text-align: right;
	padding-top: 7px;
}

/* --- ページトップ移動 --------------------------------------------- */
.move_top {
	margin-top: 5px;
	text-align: right;
	border-top: 1px solid #CCCCCC;
}

/* ================================================================== */
/* トップページスタイル                                               */
/* ================================================================== */

/* --- ニュース ----------------------------------------------------- */
.top_news {
	color: #666666;
	width: 540px;
	float: left;
	margin-bottom: 9px;
}

.top_news CAPTION {
	border-left: 2px solid #008C00;
	background-color: #EBF4EA;
	padding: 10px 13px;
	text-align: right;
}

.top_news CAPTION IMG {
	vertical-align: middle;
	float: left;
}

.top_news TH, .top_news TD {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.8em;
}

.top_news TH {
	color: #FF6600;
	font-weight: normal;
	border-left: 17px solid white;
}

/* --- バナー ------------------------------------------------------- */

.banner {
	float: right;
}

.banner IMG {
	display: block;
	margin-bottom: 9px;
}

/* ================================================================== */
/* ご挨拶ページスタイル                                               */
/* ================================================================== */

P.message {
	text-align: left;
	color: #666666;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-indent: 0.5em;
}

DIV.ceo_name {
	text-align: right;
	position:relative;
	right: 0;
}


/* ================================================================== */
/* BONAC転送ページスタイル                                               */
/* ================================================================== */

P.bonac {
	text-align: center;
	color: #666666;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	text-indent: 0.5em;
}

/* ================================================================== */
/* 会社概要ページスタイル                                             */
/* ================================================================== */

.out_table {
	border-collapse: collapse;
	color: #666666;
	width: 100%;
}

.out_table TR.line {
}

.out_table TR.line TD {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1em solid #FFFFFF;
}

.out_table TR.line HR {
	display: none;
}

.out_table TH, .out_table TD {
	padding: 0.5em;
	vertical-align: top;
}

.out_table TH {
	font-weight: normal;
	border-left: 4px solid #CCCCCC;
	text-align: left;
	color: #003300;
	letter-spacing: 2px;
}

.out_table OL {
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 1.2em;
}

.out_addr {
	margin-bottom: 1em;
}

.out_addr_title {
	color: #333333;
}

.out_table TABLE {
	color: #666666;
}

.out_table TABLE TD {
	padding: 0 1em 0.5em 0;
}

.out_mapopen {
	margin-top: 0.5em;
}

/* ================================================================== */
/* 沿革ページスタイル                                                 */
/* ================================================================== */

.his_year {
	text-align:left;
	border-bottom:1px dotted #999999;
	position:relative;
}

.his_year IMG {
	position:relative;
	left:10px;
	bottom:-4px;
}

.his_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 1em;
}

.his_table TH, .his_table TD {
	vertical-align:top;
	padding: 0.5em;
}

.his_table TH.year {
	color:#333333;
	font-weight: normal;
	font-size: 0.9em;
	text-align: left;
	width: 140px;
}

.his_table TH.month {
	color:#185430;
	background-color:#D3E7D1;
	font-weight: normal;
	text-align: right;
	width: 50px;
}

.his_table TD {
	color:#666666;
}

.his_table UL {
}

.his_table LI {
	margin-bottom: 0.5em;
}

/* ================================================================== */
/* 地図ページスタイル                                                 */
/* ================================================================== */

H2.map_title {
	background-image: url(../images/mark_navy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #003366;
	margin-left: 20px;
	padding: 8px 15px;
	font-weight: normal;
	font-size: 1em;
	color: #333333;
	letter-spacing: 0.2em;
}

.map_addr {
	margin-left: 35px;
	color: #666666;
	line-height: 1.5em;
}

.map_image {
	text-align: center;
	margin: 1em auto;
}

.map_close {
	text-align: center;
	margin: 1em auto;
}

/* ================================================================== */
/* 化学ページスタイル                                                 */
/* ================================================================== */

.chem_table {
	width: 703px;
	color: #333;
	font-family:"ＭＳ Ｐゴシック", "Osaka－等幅";
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.chem_table TH, .chem_table TD {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.25em 2px;
}

.chem_table TH {
	font-weight: normal;
}

.chem_table A {
	text-decoration: underline;
}

.chem_table THEAD TH {
	background-color: #FFFFFF;
	background-image: url(../images/chem_bg.gif);
	background-repeat: repeat-x;
	color: #005500;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-bottom: 3px double #CCCCCC;
}

.chem_table TBODY TH {
	background-color: #D9F2DB;
}

.chem_table TBODY TD SMALL {
	font-size: 0.8em;
}

.chem_table TBODY TD.right {
	text-align: right;
}

/* ================================================================== */
/* ライフサイエンスページスタイル                                     */
/* ================================================================== */

.life_title {
	padding-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
}

.life_list {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 0.8em;
}

.life_list LI {
	position: relative;
	list-style-type: none;
	background-image: url(../images/mark_navy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 0.8em;
}

H5.life {
	background-image: url(../images/mark_navy.gif);
	background-repeat: no-repeat;
	background-position: left 1em;
	border-bottom: 1px solid #CCCCCC;
	margin-left: 20px;
	padding: 8px 15px;
	font-weight: bold;
	font-size: 1em;
	color: #003366;
}

H6.life {
	background-image: url(../images/mark_navy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #CCCCCC;
	margin-left: 35px;
	padding: 4px 15px;
	font-weight: normal;
	font-size: 1em;
	color: #333333;
}

DIV.life {
	margin: 1.5em 10px 1.5em 50px;
	color: #666;
}

DIV.life IMG {
	margin: 1em 0;
}

P.life {
	line-height: 1.4em;
	margin-bottom: 1em;
}

EM.life {
	color: #FF6600;
	font-weight: normal;
	font-style: normal;
}

.life_inquiry {
	border-top: 1px solid #185430;
	text-align:center;
	padding-top:0.5em;
	margin-top: 1em;
}

.life_inquiry .title {
	color:#333333;
	margin-bottom:0.5em;
	font-weight:bold;
	letter-spacing:2px;
	padding-right:2em;
}

.life_inquiry .addr_layout {
	width:100%;
	color:#666666;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}

.life_inquiry .addr1 {
	float:left;
	text-align:left;
	margin-left: 20px;
}

.life_inquiry .addr2 {
	float:right;
	text-align:left;
	margin-right: 20px;
}

.life_inquiry .link {
	clear: both;
}

/* ================================================================== */
/* お取引先ページスタイル                                             */
/* ================================================================== */

.cst_index {
	padding-bottom: 8px;
}

.cst_index SPAN {
	padding-left: 0.5em;
	color: red;
}

.cst_list {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0.4em;
	height: 4em;
}

.cst_list LI {
	position: relative;
	list-style-type: none;
	background-image: url(../images/mark_navy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top:0.5em;
	margin-left: 10px;
	float: left;
	width: 150px;
	height: 2em;
}

.cst_area {
	margin-left: 40px;
}

.cst_title {
	clear:both;
	margin-left: -20px;
	margin-top: 0em;
	margin-bottom: 0.5em;
	background-image: url(../images/mark_navy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 15px;
	font-weight: bold;
	color: #003366;
}

.cst_country {
	clear:both;
	color: #FF6600;
	margin-top: 1em;
	border-bottom: 1px solid #CCCCCC;
}

.cst_company {
	width: 40%;
	height: 1.5em;
}

.cst_layout {
	width: 100%;
}
.cst_layout TD {
	width: 33%;
	vertical-align:top;
	padding-right:1px;
}

.cst_table {
	width: 100%;
	margin-bottom: 1.5em;
}

.cst_table TH {
	width: 100%;
	height: 1.5em;
	background-color: #CCCCCC;
	font-weight: normal;
}

.cst_table TD {
	width: 100%;
	height: 1.5em;
	color: #333333;
}

.cst_table TD SPAN {
	font-weight: bold;
}

/* ================================================================== */
/* 採用案内ページスタイル                                             */
/* ================================================================== */

.rec_table {
	margin-bottom: 2em;
}

.rec_table CAPTION {
	text-align: left;
}

.rec_table TH, .rec_table TD {
	padding-top: 1em;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

.rec_table TH {
	font-weight: normal;
	text-align: left;
	color: #666666;
	letter-spacing:1px;
	padding-left: 1em;
	width: 150px;
}

/* ================================================================== */
/* ライフサイエンスサブページスタイル                                 */
/* ================================================================== */

H2.lifesub {
	color:#003366;
	margin-top: 1em;
	margin-bottom: 0.5em;
	background-image: url(../images/mark_navy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 15px;
	font-weight: bold;
	font-size: 1.2em;
}

H2 A {
	color:#003366;
}

H3.lifesub {
	color:#FF6600;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.lifesub_table {
	color: #333;
	font-family:"ＭＳ Ｐゴシック", "Osaka－等幅";
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 1em;
}

.lifesub_table TH, .lifesub_table TD {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.25em 2px;
}

.lifesub_table TH {
	background-color: #D9F2DB;
	color: #005500;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	border-bottom: 3px double #CCCCCC;
}

.lifesub_an {
	margin-bottom: 1em;
}

.lifesub_an TH,.lifesub_an TD {
	padding-top:0.2em;
	padding-bottom:0.2em;
	vertical-align:top;
}

.lifesub_an TH {
	font-weight: normal;
	color: #666666;
	padding-right: 1em;
}

.lifesub_an TD {
	color: #333333;
}

.lifesub_inquiry {
	border-top: 1px solid #185430;
	border-bottom: 1px solid #185430;
	text-align:center;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-top: 1em;
}

.lifesub_inquiry .title {
	color:#333333;
	margin-bottom:0.5em;
	font-weight:bold;
	letter-spacing:2px;
	/* padding-right:2em; */
}

.lifesub_inquiry .addr_layout {
	width:100%;
	color:#666666;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}

.lifesub_inquiry .addr1 {
	float:left;
	text-align:left;
	margin-left: 50px;
}

.lifesub_inquiry .addr2 {
	float:right;
	text-align:left;
}

.lifesub_inquiry .link {
	clear: both;
}

/* ================================================================== */
/* お問い合わせページスタイル                                         */
/* ================================================================== */

.inq_table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 600px;
}

.inq_table CAPTION {
	text-align: left;
	color:#003366;
	padding-bottom: 0.5em;
}

.inq_table TH, .inq_table TD {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.inq_table TH {
	padding: 0.2em 0.5em;
	text-align: left;
	font-weight: normal;
	background-color: #EBF4EA;
	color: #185430;
}

.inq_table TD {
	padding: 0.2em 0.5em;
}

.inq_table SPAN {
	color: #FF0000;
	font-size: 0.8em;
}

.inq_button {
	margin-left: 20px;
	width: 600px;
	text-align: center;
	color: #FF0000;
	margin-top: 0.5em;
	line-height: 1.5em;
}

/* ================================================================== */
/* サイトマップページスタイル                                         */
/* ================================================================== */

.sitemap_list {
	color:#003366;
	margin-left: 20px;
	font-weight: normal;
	font-size: 1em;
}

.sitemap_list UL {
	margin-top: 0.5em;
	margin-left: 20px;
}

.sitemap_list LI{
	position: relative;
	list-style-type: none;
	background-image: url(../images/mark_navy.gif);
	background-repeat: no-repeat;
	background-position: left 0.55em;
	padding-top: 0.3em;
	color:#003366;
}

.sitemap_list UL LI{
	background-position: left 0.05em;
	color:#666666;
}

.sitemap_list SPAN {
	display:block;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 15px;
}

.sitemap_list UL SPAN {
	margin-top: -0.5em;
	border-bottom: none;
}

.sitemap_list LI A{
	color:#003366;
}

.sitemap_list UL LI A{
	color:#666666;
}

/* ================================================================== */
/* 環境ページスタイル                                                 */
/* ================================================================== */

.env_list {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 0.8em;
	margin-bottom: 0.8em;
}

.env_list LI {
	position: relative;
	list-style-type: none;
	background-image: url(../images/mark_navy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 0.8em;
}

H5.env {
	background-image: url(../images/mark_navy.gif);
	background-repeat: no-repeat;
	background-position: left 1em;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 15px;
	font-weight: bold;
	font-size: 1em;
	color: #003366;
}

P.env {
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-left: 1em;
	text-indent: 1em;
}

.env_cars {
	border-collapse: collapse;
	margin-left: 1em;
}

.env_cars TH,
.env_cars TD {
	border: 1px solid #999999;
	padding: 0.5em;
}

.env_cars TH {
	background-color: #D9F2DB;
	font-weight: normal;
	text-align: left;
}

.env_test {
	border-collapse: collapse;
	border: 1px solid #999999;
	margin-left: 1em;
}

.env_test TH,
.env_test TD {
	border: 1px solid #999999;
	padding: 0.5em;
}

.env_test THEAD TH {
	background-color: #D9F2DB;
	font-weight: normal;
	border-bottom: 3px double #999999;
}

.env_test TBODY TH {
	font-weight: normal;
	text-align: left;
}

.env_test TBODY TD {
	text-align: center;
}
