@charset "euc-jp";

/* 第2階層以下各ページコンテンツ共通用 */

/* main_contents 中央寄せ */
.center                         { text-align:center;}


/* h4 で　色をアースブルー */
#main_contents h4 span.color    { color: #166493;}

/* h5 で　色をアースブルー */
#main_contents h5 span.color    { color: #166493;}

/* h5 で　上下にグレーのライン 幅小さいサブタイトル*/
/* #main_contents H5.sub { */
H5.sub                          { width:230px;
                                  line-height: 130%; /* 行の高さ */
                                  border-top-color: Silver; /* 上枠の色 */
                                  border-bottom-color: Silver; /* 下枠の色 */
                                  padding: 2px; /* 余白の幅 */
                                  border-style: double; /* 枠の種類 */
                                  border-width: 4px 0px; /* 枠の幅 */
                                  line-height: 130%; /* 行の高さ */
                                  clear:both;
                                }

H5.sub_long                     { width:300px;
                                  line-height: 130%; /* 行の高さ */
                                  border-top-color: Silver; /* 上枠の色 */
                                  border-bottom-color: Silver; /* 下枠の色 */
                                  padding: 2px; /* 余白の幅 */
                                  border-style: double; /* 枠の種類 */
                                  border-width: 4px 0px; /* 枠の幅 */
                                  line-height: 130%; /* 行の高さ */
                                  clear:both;
                                }

/* タイトル用バー 背景グレイ */
#main_contents .title_bar_g     { border-bottom-style: dotted;
                                  border-bottom-width: 1px;
                                  border-color: gray;
                                  padding: 5px 0px 2px 5px;
                                  margin:0px 0px 0px 0px;
                                  background-image: url("../images/title_bg_g.gif"); 
                                  background-repeat: repeat-x;
                                  background-position:bottom;
                                  clear:both;
                                }

/* タイトル用バー 背景アースブルー */
#main_contents .title_bar_a     { border-bottom-style: dotted;
                                  border-bottom-width: 1px;
                                  border-color: gray;
                                  padding: 5px 0px 2px 5px;
                                  background-image: url("../images/title_bg_a.gif"); 
                                  background-repeat: repeat-x;
                                  background-position:bottom;
                                  clear:both;}


/* タイトル用バー 背景パープル */
#main_contents .title_bar_p     { border-bottom-style: dotted;
                                  border-bottom-width: 1px;
                                  border-color: gray;
                                  padding: 5px 0px 2px 5px;
                                  background-image: url("../images/title_bg_p.gif"); 
                                  background-repeat: repeat-x;
                                  background-position:bottom;
                                  clear:both;}

/* 問い合わせ先用(事業所連絡先、各ページ下部問い合わせ先) */
#contact_main                   { margin: 0px;
                                  padding:10px 0px 0px 0px;
                                  clear:both;
                                }

#contact_main p                 { width:440px;
                                  font-size:80%;
                                  line-height:2em;
                                  margin:0px 0px 0px 50px;
                                  padding:0px 0px 0px 0px;
                                }

#contact_main2                   { margin: 0px;
                                  padding:0px 0px 0px 0px;
                                  clear:both;
                                }

/* 本文中のhr グレー、グラデーション */
hr.grad_g                       { color: gray;
                                  background-color: gray;
                                  width: 100%;
                                  filter: Alpha(opacity=100 ,finishopacity=0,style=3);
                                  height: 1px;
                                  clear:both;}

/* 本文中のhr アースブルー、グラデーション */
hr.grad_a                       { color: #166493;
                                  background-color: #166493;
                                  width: 100%;
                                  filter: Alpha(opacity=100 ,finishopacity=0,style=1);
                                  height: 1px;
                                  clear:both;}

.clear                          { clear:both;}
.small60                        { font-size:60%;}
.small70                        { font-size:70%;}
.small80                        { font-size:80%;}
.small90                        { font-size:90%;}
.color_a                        { color: #166493;}
.color_p                        { color: #990066;}
.color_g                        { color: gray;}

/* PDFアイコン表示用 */
.ListPdf                        { background-image: url(../images/icon_pdf.gif);
                                  background-repeat: no-repeat;
                                  font-weight: normal;
                                  padding-left: 19px;
                                  padding-top: 2px;
                                }

/* DOCアイコン表示用 */
.ListDoc                        { background-image: url(../images/icon_doc.gif);
                                  background-repeat: no-repeat;
                                  font-weight: normal;
                                  padding-left: 19px;
                                  padding-top: 2px;
                                }

/* 財務・決算情報　採用情報トピックス */
dl.topics dt                    { font-size:75%;
/*                                font-weight: bold; */
                                  float: left;
                                  width: 125px;
                                  padding-top: 10px;
                                  padding-left: 30px;
                                }

/* 財務・決算情報　採用情報トピックス */
dl.topics dd                    { font-size:75%;
                                  width: 375px;
                                  margin-top: 0px;
                                  margin-left: 170px;
                                  padding: 10px 0px 0px 0px;
                                }

/* ページトップへのリンクと印刷リンク */
#printer_top                    { clear:both;
                                  float:right;
                                  white-space:nowrap;
                                }
#printer_top .p_img             { float:left;
                                  margin-right:6px;
                                }
#printer_top .p1_txt            { float:left;
                                  font-size:70%;
                                  margin-right:25px;
                                  white-space:nowrap;
                                }
#printer_top .p2_txt            { float:left;
                                  font-size:70%;
                                  margin-right:0px;
                                  white-space:nowrap;
                                }

/* 特性表 （本社移転ページでも使用）*/
.DetailBoxBorder                { border: solid 1px #CCCCCC;
                                  border-collapse: collapse;
                                }
.DetailTableCateBody            { font-size:75%;
                                  text-align: center;
                                  border: solid 1px #CCCCCC;
                                  border-collapse: collapse;
                                }

.DetailTableCateBody_s          { font-size:70%;
                                  text-align: center;
                                  border: solid 1px #CCCCCC;
                                  border-collapse: collapse;
                                }

.DetailTableBody                { font-size:75%;
                                  text-align: center;
                                  border: solid 1px #CCCCCC;
                                  border-collapse: collapse;
                                }
.DetailBody                     { font-size: 73%;
                                  border: solid 1px #CCCCCC;
                                  border-collapse: collapse;
                                }
.DetailTableBodyColor           { font-size: 73%;
                                  background-color: #CCFFFF;
                                  text-align: center;
                                  border: solid 1px #CCCCCC;
                                  border-collapse: collapse;
                                }
.DetailTableBody02              { font-size: 73%;
                                  text-align: left;
                                  border: solid 1px #CCCCCC;
                                  border-collapse: collapse;
                                }

/* *******************サイトマップ用リスト表示************************ */

#Sitemap                        { border:0px;float:left;}
#Sitemap h4                     { font-size:90%;}
#Sitemap ul                     { font-size:100%;
                                  padding:2px 0px 3px 10px;
                                  margin:0px;
                                }
#Sitemap li                     { font-size:100%;
                                  color: #333333;
                                  padding-left: 10px;
                                  padding-bottom: 0px;
                                  background-image: url('../images/icon_sg1.gif');
                                  list-style-type: none;
                                  background-repeat: no-repeat;
                                  background-position: 0px 8px;
                                }
#Sitemap .link_txt              { font-size:90%;}

