@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#headerMain {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
    color: #000000; /* 標準文字色 */
}

#headerMain h1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    font-size: 10px;
    color: #393939;
}

#headerLogo {
 width: 260px;
 height: 60px;
 position:absolute;
}

#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: 0;
 text-indent: -9999px;
 overflow: hidden;
 height: 60px;
 background-image: url(../img/logo_1B.png);
 background-position: center left;
 background-repeat:no-repeat;
}



#headermesse h1 {
 width: 320px;
 margin-top: 13px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 235px;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 0;
 text-align: left;
 font-weight: normal;
 font-size: 11px;
 color:#437313;
 position:absolute;
}

#headerExtra1 {
 width: 245px;
 height: 65px;
 margin-top: 0;
 margin-right: 0px;
 margin-bottom: 0;
 margin-left: 620px;
 padding-top: 0;
 padding-right: 35px;
 padding-bottom: 0;
 padding-left: 0;
 float: right;
 background-image: url(../img/toptel.png);
 position:absolute;
}

#headerExtra1 p.tel {
 /*電話番号の文字設定*/
margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 0;
 font-size: 2.0em;
 font-weight: bold;
 line-height: 1.2;
 text-align: right;
 font-family: Century, "HG明朝B" , "ＭＳ 明朝" , "MS 明朝" ,HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' ,serif;
 color:#B30000;
}

#headerExtra1 p.tel span {
    /* 電話番号の「TEL」文字設定 */
    color: #000000;
    font-size: 0.8em;
}

#headerExtra1 p.address {
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.2;
    text-align: right;
}

#headerExtra2 {
}

/* フッター内パーツ */
#footerMain {
    width: 300px;
    float: right;
    padding-top: 40px;
}

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

#footerLogo {
}

#footerExtra1 {
    padding-top: 11px;	
}

#footerExtra1 ul {
    margin: 0　auto 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    list-style-type: none;
    text-align: center;
}

#footerExtra1 li {
 /*フッターナビ設定*/
display: inline;
 background-position: 8px center;
 padding-left: 30px;
 padding-right: 30px;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color:#949494;
 font-size: 12px;
 line-height: 14px;
 padding-top: 0px;
 font-weight: bold;
}

#footerExtra1 a:link {
    color: #373737;
    text-decoration: none;
}
#footerExtra1 a:visited {
    color: #373737;
    text-decoration: none;
}
#footerExtra1 a:hover {
 color:#87441B;
 text-decoration: none;
}
#footerExtra1 a:active {
    color: #87441B;
    text-decoration: none;
}


#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 {
    display: block;
    width: 242px;
    margin-right: auto;
    margin-left: 0;
    padding-bottom: 9px;
}

#banner li a {
    display: block;
    width: 242px;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    overflow: hidden;
}

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

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

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

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

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

#nav li a:link {
 color:#000000;
 text-decoration: none;
	font-weight:bold;
}
/* ナビゲーション文字色設定 */
#nav li a:visited {
    color: #000000;
	font-weight:bold;
    text-decoration: none;
}

#nav li a:hover {
 color:#ebebeb;
 text-decoration: none;
 font-weight:bold;
}

#nav li a:active {
 color:#81DA16;
 text-decoration: none;
	font-weight:bold;
}

#nav li span.en {
 font-family: Century, "MS 明朝", "HG明朝B" , "ＭＳ 明朝" ,HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' ,serif;
 color:#7bb91a;
}

#nav li span.ja {
    font-family: "MS 明朝", "HG明朝B" , "ＭＳ 明朝"  ,HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' ,serif;
}

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

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

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

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

p.large {
    font-size: 1.2em;
}
p.indent {
    padding-left: 35px;
}

.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;
}

.layoutset-02 h2 {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 2.05em;
    padding-left: 20px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.layoutset-02 h2 span.ja {
    display: block;
    text-align: left;
    font-size: 1.25em;
    color: #000000;
    font-family: "HG明朝B" , "ＭＳ 明朝" , "MS 明朝" ,HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' ,serif;
}

h2 span.en {
    display: block;
    font-size: 0.85em;
    color: #578919;
    font-weight: normal;
    font-family: Century, "HG明朝B" , "ＭＳ 明朝" , "MS 明朝" ,HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' ,serif;
}

#wrapper h3 {
    margin-top: 0.5em;
    margin-bottom: 0.7em;
    text-align: left;
    padding-top: 3px;
    padding-left: 1px;
    padding-bottom: 5px;
    font-size: 1.25em;
    background-image : url(../img/indexBg_1B.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    font-family: Century, "HG明朝B" , "ＭＳ 明朝" , "MS 明朝" ,HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' ,serif;
}

#wrapper h3 span.ja {
    display: none;
}

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

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

h5 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    background-image : url(../img/point_1B.png);
    background-position: 8px 4px;
    background-repeat: no-repeat;
    font-size: 1.1em;
    line-height: 1.4;
    color: #466F15;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 35px;
}

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: #e2e2e2;
}

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

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

/* フォームパーツ設定 */
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;
}


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

#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;
}

#main ul li {
    text-align: left;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 35px;
    background-image : url(../img/point_1B.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;
    color: #000000;
}

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

#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: 170px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 35px;
    background-image : url(../img/point_1B.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
    color: #466F15;
}

#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: 205px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;
}

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

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

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

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

#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: 127px;
    height: 21px;
    overflow: hidden;
    background-image : url(../img/pagetop.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}



/* トップページ デザイン定義 */
.layoutset-01 #title {
    /* トップページメインイメージ */
    background-image : url(../img/top_mainimg_1B_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.layoutset-01 #title h2 {
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
}

#inner #companyinfo {
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #F5F5F5;
}

#inner #companyinfo h3 {
 color: #FFFFFF;
 text-align: left;
 font-weight: bold;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 15px;
 padding-right: 5px;
 background-color:#AE0C16;
 font-size: 1em;
}

#inner #companyinfo p {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
}


#inner #companyinfo2 {
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #F5F5F5;
}

#aside_left #companyinfo2 > h3 {
 color: #FFFFFF;
 text-align: left;
 font-weight: bold;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 15px;
 padding-right: 5px;
 background-color:#AE0C16;
 font-size: 1em;
}

#inner #companyinfo2 p {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
}
