﻿/*----------------------*/
/*--     全体要素     --*/
/*----------------------*/
@charset "shift_jis";
@import url("initialize-compress.css"); /* cssリセット */

* {
	font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
	}

html{
	margin:0px;
	padding:0px;
	height:100%;
	}

body	{background-color: #ffffff;                    /* 背景色(白色)       */
	background-image: url(../img/back-border.jpg); /* 背景両サイド影画像 */
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	text-align:left;
	font-size: 16px;
	line-height: 170%;
	}

img	{border:none;}

a	{color: #017acd;} /* リンク */
a:hover	{color: #cc0066;} /* マウス */


/*----------------------------*/
/* コンテナ要素               */
/*----------------------------*/
#container	{width: 760px;
	margin: auto;
	padding: auto;
	text-align:justify;
	height:auto !important;
	height:100%;
	clear: both;
	}

* html body div#container{	 /* for IE6 */
	height:0;
	}

/*----------------------------*/
/* ヘッダー要素               */
/*----------------------------*/

#header	{background-color: #ffffff;
	background-image: url(../img/hp_title.jpg);
	background-position: 105px 25px;
	background-repeat: no-repeat;
	margin:	 10px 0px -10px 10px;
	padding: 0px 0px 0px 0px;
	height: 90px;
	width: 750px;
	}

* html body div#header {	 /* for IE6 */
	width: 760px;
	}

#header_left{
	margin:	0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	float:left;
	line-height: 1.5;
	}

#header_left h1{
	margin:	5px 0px 0px 110px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#303030;
	font-weight: normal;
	}

#header_logo{
	margin: -18px 0px 0px 0px;
	padding:0px;
	width:228px;
	height:55px;
	float:left;
	}

#header_left p{
	margin:	0px 0px 0px 120px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	color:#303030;
	font-weight: normal;
	}

#header_right{
	margin:	-68px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	width:	370px;
	text-align:right;
	float:right;
	line-height: 1.5;
	font-size:12px;
	}

*:first-child+html body div#header_right  {	 /* for IE7 */
	margin: -58px 10px 0 0;
	}
* html body div#header_right {	 /* for IE6 */
	margin: -58px 10px 0 0;
	}

#header_right ul#header_menu li{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float: right;
	}

#header_right ul#header_menu li a{
	margin: 0px 0px 0px 0px;
	color: #017acd;
	text-decoration:none;
	}

#header_right ul#header_menu li a:hover{
	margin: 0px 0px 0px 0px;
	color: #cc0066;
	text-decoration:none;
	}

*:first-child+html body div#header_right ul#header_menu li a ul#header_menu li a:hover  {	 /* for IE7 */
	margin: 0 0 0 14px;
	}
* html body div#header_right ul#header_menu li a ul#header_menu li a:hover {	 /* for IE6 */
	margin: 0 0 0 14px;
	}

#header_menu1 {		/* 問合せ(右端) */
	width: 50px;
	}

#header_menu2 {		/* サイトマップ */
	width: 90px;
	}

#header_right form{						/* 検索フォーム設定 */
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	line-height:100%;
	}


#header_right ul#header_search{					/* サイト内検索 */
	list-style-type:none;
	margin: 23px 0px 0px 85px;
	padding:0px;
	text-align:left;
	width:310px;
	height:20px;
	}

*:first-child+html body div#header_right ul#header_search {	 /* for IE7 */
	margin: 25px 0px 0px 85px;
	}
* html body div#header_right ul#header_search{	 /* for IE6 */
	margin: 25px 0px 0px 50px;
	}

#header_right ul#header_search li{
	margin:0px;
	padding:0px;
	vertical-align:middle;
	float:left;
	}

#header_right ul#header_search li #header_search_text{		/* 表示テキスト */
	margin:3px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	line-height:14px;
	color:#000000;
	display:block;
	}

#header_right ul#header_search li #header_search_input{		/* 入力域 */
	margin:0px 5px;
	padding:0px;
	width:160px;
	height:16px;
	font-size:12px;
	line-height:14px;
	}

#header_right ul#header_search li a#header_search_button{	/* 検索ボタン */
	background-image: url(../img/header_search.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px;
	padding:0px;
	width:46px;
	height:19px;
	font-size:1px;
	line-height:1px;
	text-decoration:none;
	display:block;
	}

ul#menu	{font-size: 0.85em;					/* メニュー */
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-left: 0;
	height: 42px;
	background-color: #ffffff}

ul#menu li	{list-style-type: none;
	float: left}

ul#menu li a	{display: block;
	width: 147px;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
	color: #0000FF;
	padding-top: 10px;
	padding-bottom: 8px;
	background-color: #005087;
	background-image: url(../img/rollover.jpg);
	border-right: solid 1px #ffffff}

ul#menu li a:hover	{background-color: #017acd;
	background-position: left bottom}

#bread	{font-size: 0.75em;					/* パンくずリスト */
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px}


/*----------------------------*/
/* コンテンツ要素             */
/*----------------------------*/

#content	{color: #303030;
	width: 530px;
	float: left;
	margin: 0px 0px 0px 10px;}

#content h1	{
	background-image: url(../img/hp_image.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 205px;
	padding-left: 90px;
	color: #ffff00;
	font-size: 0.7em;}

#content h2	{background-color: #ffffff;
	background-image: url(../img/bar-gr.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 28px;
	padding-left: 30px;
	color: #8b008b;
	font-size: 0.875em;}

div#content h3	{background-color: #ffffff;
	background-image: url(../img/bar-b.jpg);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 28px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0}

div#content h4	{background-color: #ffffff;
	background-image: url(../img/bar-o.jpg);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 28px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0}

div#content h5	{background-color: #ffffff;
	background-image: url(../img/bar-g.jpg);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 28px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0}

#content p.photo	{text-align: left;
			margin: 5px 5px 10px 0px;}

#content p	{font-size: 12px;
	line-height: 1.6;
	margin-top: 8px;}

#content ul	{font-size: 0.75em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

#content ul li 	{background-image: url(../img/ya02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
	padding-bottom: 5px;
	list-style-type: none;
	line-height: 1.2;}

/*----------------------------*/
/* 右サイドバー要素           */
/*----------------------------*/

#sidebar	{width: 200px;
	float: right;
	margin: 0px 10px 0px 0px;
	line-height: 1.6;}

.info	{border: solid 1px #8cc63f;
	margin-bottom: 20px}

#sidebar h1	{background-color: #ffff88;
	border-bottom: solid 1px #8cc63f;
	color: #3c5916;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px}

#sidebar h2	{background-color: #cdf0a1;
	border-bottom: solid 1px #8cc63f;
	color: #3c5916;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px}

#sidebar p.photo	{text-align: center;
			margin: 10px 5px 10px 5px;}

#sidebar p	{text-align: center;
		font-size: 0.75em;
		color: #303030;
		margin: 3px 5px 0px 10px;}

#sidebar ul	{font-size: 0.75em;
	margin: 5px 5px 5px 10px;
	padding: 0;}

#sidebar ul li 	{background-image: url(../img/ya01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 2px 0px 1px 13px;
	list-style-type: none;
	line-height: 1.2;}

/*----------------------------*/
/* フッター                   */
/*----------------------------*/

#footer	{background-color: #e6e6fa;
	line-height: 20px;
	width: 100%;
	margin-top: 10px;
	padding-top: 0px;
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	clear: both;}

address	{font-size: 0.75em;
	color: #303030;
	font-style: normal;
	text-align: center;}

/*----------------------*/
/*--     共通要素     --*/
/*----------------------*/

/*フロート解除*/
.float_clear{
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:1px;
	height:1px;
	clear:both;
	display:block;
	}

/*隠しテキスト*/
.hidden_text{
	font-size:8px;
	line-height:8px;
	visibility:hidden;
	}

/*----------------------------*/
/* テーブルスタイル（ホーム） */
/*----------------------------*/

table	{font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;}

/* テーブルスタイル01 */
.table01
	{
	background-color : #ffffff;
	margin: 5px 0px 10px 0px;
	font-size: 0.75em;
	padding: 0px;
	}

.td_table01-01
	{
	background-color : #ffffff;
	line-height : 20px;
	padding-left: 0px;
	text-align : left;
	vertical-align: top;	/* 20131024 */
	}

/*-------------------------------*/
/* テーブルスタイル（企業情報）  */
/*-------------------------------*/

/* テーブルスタイルA01 （所在地/受付場所）*/
.tableA01
	{width: 100%;
	background-color : #ffffff;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	font-size: 0.8em;
	}

.td_tableA01-01	/* 所在地 */
	{
	background-color : #ffffff;
	padding: 0px 0px 0px 0px;
	text-align : center;
        border:1px solid #7f7f7f;
	font-size: 0.8em;
	}

.td_tableA01-02	/* 受付 */
	{
	background-color : #ffffff;
	padding: 0px 0px 0px 0px;
	text-align : center;
        border:1px solid #7f7f7f;
	font-size: 0.8em;
	}

table	{font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;}

/* テーブルスタイル02 */
.table02
	{width: 100%;
	background-color : #ffffff;
	margin: 5px 0px 10px 0px;
	font-size: 0.75em;
	padding: 0px 0px 0px 0px;
	}

.td_table02-00	/* 背景色＝濃い／１行目 */
	{width: 25%;
	background-color : #eee8aa;
	line-height : 30px;
	padding: 0px 0px 0px 10px;
	text-align : left;
	text-indent: 0px;
	}

.td_table02-01	/* 背景色＝薄い／１行目 */
	{
	background-color : #dcdcdc;
	line-height : 30px;
	padding: 0px 10px 0px 10px;
	text-align : left;
	text-indent: 0px;
	}

.td_table02-02	/* 背景色＝濃い／２行目以降 */
	{
	background-color : #eee8aa;
	line-height : 30px;
	padding: 0px 0px 0px 10px;
	text-align : left;
	text-indent: 0px;
	}

.td_table02-03	/* 背景色＝薄い／２行目以降 */
	{
	background-color : #dcdcdc;
	line-height : 30px;
	padding: 0px 10px 0px 10px;
	text-align : left;
	text-indent: 0px;
	}

/*-------------------------------*/
/* テーブルスタイル（会社沿革）  */
/*-------------------------------*/

table	{font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;}

/* テーブルスタイル03 */
.table03
	{width: 100%;
	background-color : #ffffff;
	margin: 5px 0px 10px 0px;
	font-size: 0.75em;
	padding: 0px 0px 0px 0px;
	}

.td_table03-00	/* 背景色＝濃い／１行目 */
	{width: 9%;
	background-color : #eee8aa;
	line-height : 28px;
	padding: 0px 5px 0px 0px;
	text-align : right;
	text-indent: 0px;
	}

.td_table03-01	/* 背景色＝濃い／１行目 */
	{width: 7%;
	background-color : #eee8aa;
	line-height : 28px;
	padding: 0px 5px 0px 0px;
	text-align : right;
	text-indent: 0px;
	}

.td_table03-02	/* 背景色＝薄い／１行目 */
	{
	background-color : #dcdcdc;
	line-height : 28px;
	padding: 0px 10px 0px 10px;
	text-align : left;
	text-indent: 0px;
	}

.td_table03-03	/* 背景色＝濃い／２行目以降 */
	{
	background-color : #eee8aa;
	line-height : 28px;
	padding: 0px 5px 0px 0px;
	text-align : right;
	text-indent: 0px;
	}

.td_table03-04	/* 背景色＝濃い／２行目以降 */
	{
	background-color : #eee8aa;
	line-height : 28px;
	padding: 0px 5px 0px 0px;
	text-align : right;
	text-indent: 0px;
	}

.td_table03-05	/* 背景色＝薄い／２行目以降 */
	{
	background-color : #dcdcdc;
	line-height : 28px;
	padding: 0px 10px 0px 10px;
	text-align : left;
	text-indent: 0px;
	}

/*------------------------------*/
/* テーブルスタイル（設備情報） */
/*------------------------------*/

table	{font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;}

/* テーブルスタイル04 */
.table04
	{width: 100%;
	background-color : #ffffff;
	margin: 5px 0px 10px 0px;
	font-size: 0.75em;
	padding: 0px;
	}

.th_table04-01	/* 背景色＝濃い／１行目 */
	{width: 60%;
	background-color : #4169b4;
	color: #ffffff;
	line-height : 20px;
	padding: 0px 0px 0px 10px;
	text-align : left;
	}

.th_table04-02	/* 背景色＝濃い／１行目 */
	{width: 30%;
	background-color : #4169b4;
	color: #ffffff;
	line-height : 20px;
	padding: 0px 0px 0px 10px;
	text-align : left;
	}

.th_table04-03	/* 背景色＝濃い／１行目 */
	{
	background-color : #4169b4;
	color: #ffffff;
	line-height : 20px;
	padding: 0px 0px 0px 10px;
	text-align : left;
	}

.td_table04-01	/* ２行目 */
	{width: 60%;
	background-color : #dcdcdc;
	line-height : 30px;
	padding: 0px 0px 0px 10px;
	text-align : left;
	}

.td_table04-02	/* ２行目 */
	{width: 30%;
	background-color : #dcdcdc;
	line-height : 30px;
	padding: 0px 0px 0px 10px;
	text-align : left;
	}

.td_table04-03	/* ２行目 */
	{
	background-color : #dcdcdc;
	line-height : 30px;
	padding: 0px 10px 0px 10px;
	text-align : right;
	}

/*--------------------------------*/
/* テーブルスタイル（品質・環境） */
/*--------------------------------*/

table	{font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;}

/* テーブルスタイル05 */
.table05
	{width: 100%;
	background-color : #ffffff;
	margin: 5px 0px 10px 0px;
	font-size: 0.75em;
	padding: 0px;
	}

.th_table05-01	/* 背景色＝濃い／１行目 */
	{width: 35%;
	background-color : #696969;
	color: #ffffff;
	text-align : center;
	line-height : 15px;
	padding: 0px 0px 0px 0px;
	}

.th_table05-02	/* 背景色＝濃い／１行目 */
	{width: 15%;
	background-color : #696969;
	color: #ffffff;
	text-align : center;
	line-height : 15px;
	padding: 0px 0px 0px 0px;
	}

.th_table05-03	/* 背景色＝濃い／１行目 */
	{
	background-color : #696969;
	color: #ffffff;
	text-align : center;
	line-height : 40px;
	padding: 0px 0px 0px 0px;
	}

.td_table05-01	/* ２行目 */
	{width: 35%;
	background-color : #dcdcdc;
	line-height : 20px;
	padding: 0px 0px 0px 10px;
	text-align : left;
	}

.td_table05-02	/* ２行目 */
	{width: 15%;
	background-color : #dcdcdc;
	line-height : 20px;
	padding: 0px 0px 0px 10px;
	text-align : left;
	}

.td_table05-03	/* ２行目 */
	{
	background-color : #dcdcdc;
	line-height : 20px;
	padding: 0px 10px 0px 10px;
	text-align : left;
	}

/*-------------------------------*/
/* テーブルスタイル（ISO登録証） */
/*-------------------------------*/

table	{font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;}

/* テーブルスタイル06 */
.table06
	{width: 100%;
	background-color : #ffffff;
	margin: 20px 0px 10px 0px;
	font-size: 0.75em;
	padding: 0px;
	}

.td_table06-01	/* ３行目 */
	{width: 50%;
	background-color : #ffffff;
	line-height : 20px;
	padding: 0px 0px 0px 0px;
	text-align : left;
        border:1px solid #7f7f7f;
	}

.td_table06-02	/* ３行目 */
	{
	background-color : #ffffff;
	line-height : 20px;
	padding: 0px 0px 0px 0px;
	text-align : right;
        border:1px solid #7f7f7f;
	}

/*------------------------------*/
/* テーブルスタイル（製品情報） */
/*------------------------------*/

table	{font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;}

/* テーブルスタイル07 */
.table07
	{width: 100%;
	background-color : #ffffff;
	margin: 5px 0px 10px 0px;
	font-size: 0.75em;
	padding: 0px 0px 0px 0px;
	}

.td_table07-01	/* 背景色＝濃い／１行目 */
	{width: 15%;
	background-color : #eee8aa;
	line-height : 30px;
	padding: 0px 0px 0px 0px;
	text-align : center;
	text-indent: 0px;
	}

.td_table07-02	/* 背景色＝薄い／１行目 */
	{width: 40%;
	background-color : #dcdcdc;
	line-height : 30px;
	padding: 0px 10px 0px 10px;
	text-align : left;
	text-indent: 0px;
	}

.td_table07-03	/* 背景色＝薄い／１行目 */
	{width: 20%;
	background-color : #dcdcdc;
	line-height : 30px;
	padding: 0px 0px 0px 0px;
	text-align : center;
	text-indent: 0px;
	}

.td_table07-04	/* 背景色＝薄い／１行目 */
	{
	background-color : #dcdcdc;
	line-height : 30px;
	padding: 0px 0px 0px 0px;
	text-align : center;
	text-indent: 0px;
	}

/*-----------------------------------*/
/* テーブルスタイル（サイトマップ）  */
/*-----------------------------------*/

table	{font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;}

/* テーブルスタイル08 */
.table08
	{width: 100%;
	background-color : #ffffff;
	margin: 5px 0px 10px 0px;
	font-size: 0.75em;
	padding: 0px 0px 0px 0px;
	}

.td_table08-01	/* １行目 */
	{width: 50%;
	background-color : #ffffff;
	line-height : 20px;
	padding: 0px 0px 0px 10px;
	text-align : left;
	text-indent: 0px;
	}

.td_table08-02	/* １行目 */
	{
	background-color : #ffffff;
	line-height : 20px;
	padding: 0px 10px 0px 10px;
	text-align : left;
	text-indent: 0px;
	}


