@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

<style type="text/css"><!--
   /* ▼表示領域全体 */
div.tabbox {
	margin: 0px;
	padding: 0px;
	width: 400px; /* 全体の横幅 */

}
   /* ▼タブ部分 */
div.tabbox ul.tabs{
	margin:  0px; /* 外側の余白を消す */
	padding: 0px; /* 内側の余白を消す */
}
div.tabbox ul.tabs li{
	margin: 0px;  /* 各項目周囲の余白をなくす */
	padding: 0px; /* 各項目内側の余白をなくす */
	list-style-type: none; /* 先頭記号を消す */
	float: left;  /* リスト項目を横方向に並べる */
	width: 80px; /* タブのデフォルトの横幅 */
}

div.tabbox ul.tabs a{
	display: block;/* ブロックレベルに */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;/* 内側の余白 */
	height: 10px;/* タブの高さ */
	text-align: center;/* 中央寄せ */
	text-decoration: none;/* 下線を消す */
}

   /* ▼標準のタブ色 */
div.tabbox ul.tabs li.tab{
      background-color: gray; /* 灰色 */
   }
div.tabbox ul.tabs a:link,
div.tabbox ul.tabs a:visited{
      color: white; /* タブの文字色(白) */
   }
div.tabbox ul.tabs a:hover{
 /* タブにマウスを載せた際の装飾 */
      color: yellow;              /* 黄色 */
      text-decoration: underline; /* 下線 */
   }
/* ▼タブに対応するボックス領域 */
div.tabbox div.tab{
      height: 480px;  /* ボックスの縦幅 */
      overflow: auto; /* スクロールバー自動表示 */
      clear: left;    /* 回り込み解除(必須) */
   }
div.tabbox div#tab1{
	/* タブ１の中身(枠線と背景色) */
	border-width: 2px;
	border-style: solid;
	border-color: orange;
	background-color: #ffffff;
	padding-right: 5px;
}
div.tabbox div#tab2{
	/* タブ２の中身(枠線と背景色) */
	border-width: 2px;
	border-style: solid;
	border-color: orange;
	background-color: #ffffff;
	padding-right: 5px;
}
div.tabbox div#tab3{
	/* タブ３の中身(枠線と背景色) */
	border-width: 2px;
	border-style: solid;
	border-color: orange;
	background-color: #ffffff;
	padding-right: 5px;
}

div.tabbox div#tab4{
	/* タブ4の中身(枠線と背景色) */
	border-width: 2px;
	border-style: solid;
	border-color: orange;
	background-color: #ffffff;
	padding-right: 5px;
}


   /* ▼ボックス内部の装飾(今回のテクニックとは無関係) */
   div.tabbox div.tab p{
	margin: 0.5em;
}
   div.tabbox div.tab p.tabhead{
      font-weight: bold; border-bottom: 3px double gray;
   }

/*タブここまで*/

/* ヘッダー内パーツ */
#hpb-headerMain{
    height: 30px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-headerMain h1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 20px;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
    font-size: 10px;
}

#hpb-headerLogo{
    width: 527px;
    padding-top: 1px;
    margin-left: 20px;
    margin-right: 0;
}

#hpb-headerLogo a{
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    text-indent: -9999px;
    overflow: hidden;
    height: 57px;
    background-image : url(logo_1Za.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#hpb-headerExtra2 {
}

/* フッター内パーツ */
#hpb-footerMain{
    width: 880px;
    float: right;
    padding-top: 10px;
    color: #818181;
	background-color:#323232
;
}


#hpb-footerMain p{
    /* コピーライト文字設定 */
    font-size: 0.8em;
    text-align: right;
    padding-right: 10px;
}

#hpb-footerfact{
    padding-top: 0px;
    color: #818181;
}

#hpb-footerfact p{
    font-size: 0.9em;
    text-align: left;
    padding-left: 10px;
}


#hpb-footerLogo
{
}

#hpb-footerExtra1{
    width: 880px;
    float: left;
    padding-top: 10px;
}

#hpb-footerExtra1 ul{
	font-size: 90%;
}

#hpb-footerExtra1 ul.footer_area{
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 260px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	list-style-type: none;
	text-align: left;
	background-color: #fbf257;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */

}

#hpb-footerExtra1 li.footer_banner{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 260px;
	height: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -10px;
	posithion: relative;
	float: left;

}

#hpb-footerExtra1 ul.footer_menu{
	line-height: 2em;
	list-style-type: none;
	text-indent: 1.5em;
}

#hpb-footerExtra1 a:link{
    color: #818181;
    text-decoration: none;
}
#hpb-footerExtra1 a:visited{
    color: #818181;
    text-decoration: none;
}
#hpb-footerExtra1 a:hover{
    color: #818181;
    text-decoration: underline;
}
#hpb-footerExtra1 a:active{
    color: #818181;
    text-decoration: underline;
}

#hpb-footerExtra2
{
}

/* サイドブロック内パーツ */
#banner
{
}

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li
{
}

#banner li a{
    display: block;
    width: 200px;
    height: 50px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 0;
    text-indent: -9999px;
    overflow: hidden;
}

.hpb-layoutset-01 #banner li a{
    float: left;
    width: 206px;
    height: 200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 14px;
}

#banner a#banner-service{
    /* 製品一覧バナー */
    background-image : url(banner_1Za_010.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-service1{
    /* 製品一覧バナー */
    background-image : url(banner_1Za_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-service2{
    /* 製品一覧バナー */
    background-image : url(banner_1Za_011.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-service3{
    /* 製品一覧バナー */
    background-image : url(banner_1Za_012.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-recruit{
    /* 採用情報バナー */
    background-image : url(banner_1Za_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-topics{
    /* topicsバナー */
    background-image : url(banner_1Za_021.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-contact{
    /* 問い合わせバナー */
    background-image : url(banner_1Za_022.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-access{
    /* アクセスバナー */
    background-image : url(banner_1Za_03.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#companyinfo{
    color: #FFFFFF;
    width: 200px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
}

.hpb-layoutset-01 #companyinfo{
    float: right;
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-image : url(access_1Za.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#companyinfo h3{
    font-size: 1em;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 90px;
    padding-left: 10px;
    padding-bottom: 12px;
    padding-right: 10px;
}

#companyinfo p{
    color: #797979;
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 0;
    padding-right: 10px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #AEAEB4;

}

.hpb-layoutset-02 #banner li a{
    float: left;
    width: 210px;
    height: 70px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0px;
}

.hpb-layoutset-02 #banner a#banner-service{
    /* 製品一覧バナー */
    background-image : url(banner_1Za_01_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #banner a#banner-service1{
    /* 製品一覧バナー */
    background-image : url(banner_1Za_01_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #banner a#banner-service2{
    /* 製品一覧バナー */
    background-image : url(banner_1Za_01_021.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #banner a#banner-service3{
    /* 製品一覧バナー */
    background-image : url(banner_1Za_01_022.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #banner a#banner-recruit{
    /* 採用情報バナー */
    background-image : url(banner_1Za_02_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}


.hpb-layoutset-02 #banner a#banner-topics{
    /* TOPICSバナー */
    background-image : url(banner_1Za_02_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #banner a#banner-access{
    /* アクセスバナー */
    background-image : url(banner_1Za_03_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #banner a#banner-contact{
    /* お問い合わせバナー */
    background-image : url(banner_1Za_03_021.png);
    background-position: top left;
    background-repeat: no-repeat;
}


.hpb-layoutset-02 #companyinfo{
    width: 210px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
    background-image : url(access_1Za_02.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #companyinfo{
    float: right;
    width: 210px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FF5500;
}

.hpb-layoutset-02 #companyinfo p{
    color: #797979;
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 0;
    padding-right: 10px;
    border-left-width: 0px;
    border-left-style: none;
    border-left-color: #AEAEB4;

}




/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a
{
    /* ナビゲーション文字設定 */
}



/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #FF5500;
    text-decoration: underline;
}
a:visited{
    color: #FF5500;
    text-decoration: underline;
}
a:hover{
    color: #FF5500;
    text-decoration: none;
}
a:active{
    color: #FF5500;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
}

p.large{
    font-size: 1.2em;
    margin-bottom: 1em;
    padding-left: 10px;
}
p.indent{
    padding-left: 5px;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2{
    background-image : url(titleBg_1Ee2.png);
    width : 620px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-left: 0;
    height: 50px;
    line-height : 60px;
    text-align: left;
    overflow: hidden;
}

.hpb-layoutset-02 h2 span.ja{
    font-size: 1.15em;
    color: #79797e;
    padding-right: 15px;
    line-height: 50px;
    padding-left: 18px;
}


h2 span.en{
    font-size : 1em;
    color : #c77b36;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 18px;
}

#hpb-wrapper h3{
    height: 40px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-left: 10px;
    line-height: 43px;
    overflow: hidden;
    font-size: 1.3em;
    background-image : url(indexBg_1Ee.png);
    background-position: top left;
    background-repeat: no-repeat;
    color: #F89A07;
}


h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

.hpb-layoutset-02 #hpb-wrapper h3{
    color: #75757E;
    height: 40px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
		text-transform: capitalize;
    padding-left: 10px;
    line-height: 43px;
    overflow: hidden;
    font-size: 1.55em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FF5500;
}


h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-align: left;
    font-size : 1.4em;
    line-height: 1.2;
    color: #FF5500;
}

h5{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #FF5500;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
}

table th{
    color: #ffffff;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #818181;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
		background-image : url(topics_1Za.png);
		background-position: 0px 10px;
		background-repeat: no-repeat;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    zoom: 100%;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: bold;
    width : 120px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #797979;
}

.hpb-layoutset-02 #hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: bold;
    width: 155px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 25px;
    color: #797979;
		background-image : url(topics_1Za.png);
    background-position: 0px 10px;
    background-repeat: no-repeat;
}



#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    padding-left : 140px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color : #aaaaaa;
}

*:first-child + html #hpb-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #hpb-main dd{
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}

#hpb-main dl:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop{
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    width: 29px;
    height: 31px;
    overflow: hidden;
    background-image : url(returnTop_1Za.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}



/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title h2{
    margin-top: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 335px;
    background-image : url(mainimg_1Za.png);
    background-position: top center;
    background-repeat: no-repeat;
}


#toppage-news h3 span.ja{
    display: none;
}
