<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*--------------------------------------------------------
  WordPress用設定
--------------------------------------------------------*/
/* ========COLOR SET======== */
body {
   border-top:3px solid #415F95;
}

#main h3 {
   color:#3260A7;
   border-bottom:3px solid #415F95;
}

#main a {
   color:#6B99E0;
}

#main a:hover {
   color:#3260A7;
   text-decoration:underline;
}

/* ========TEMPLATE LAYOUT======== */
#top {
   width:900px;
}

#header {
   width:900px;
}

#headerExtra1 {
   position:absolute;
   top:0;
   right:0;
}

#gnavi {
   top:35px;
}

#menu {
   width:900px;
}

#icatch {
   width:900px;
}

#contents {
   width:900px;
}

#main {
   width:650px;
}

#footMenu {
   width:900px;
}

#footer {
   width:900px;
}

#menu li a {
   width:149px;
}

/* current page */
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current-page-ancestor a {
   color:#fff;
   background:#fff url("./images/bg_menu.gif") 100% 100% repeat-x;
   text-decoration:none;
}

#sub li.current-menu-item a {
   display:block;
   color:#333;
   background:#EFEBEF url("./images/bg_arrow.gif") 5px 50% no-repeat;
   text-decoration:none;
}

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

#headerMain h1
{
    margin-top: 10px;
    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;
    line-height: 18px;
    font-size: 10px;
    color: #666666; /* ヘッダー説明文文字色 */
}

#headerLogo
{
    width: 400px;
    float: left;
}

#headerLogo a
{
    display: block;
    margin-left: -3px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    text-indent: 0px;
    overflow: hidden;
    height: 50px;
    background-image : url();
    background-position: top left;
    background-repeat: no-repeat;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    line-height: 2.4em;
    text-align: left;
    font-size: 2em;
    color: #333333;
    text-decoration: none;
    letter-spacing: 0.1em;
}

#headerExtra1
{
    width: 330px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
}

#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: 1.7em;
    font-weight: bold;
    color: #6B99E0;
    line-height: 1.2;
    text-align: right;
}

#headerExtra1 p.tel span
{
    /* 電話番号の「TEL」文字設定 */
    color: #CCCCCC;
}

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

/* =ichatch */
#icatch {
    width:900px;
    height: 220px;
    float:left;
    overflow: hidden;
}

#icatch h2
{
    margin: 0;
    overflow: hidden;
    text-align: left;
    height: 250px;
    background-image : url(images/icatch.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 30px;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' , 'ヒラギノ明朝 Pro W3' , 'ＭＳ Ｐ明朝' , serif;
    font-size: 1.8em;
    color: #ffffff;
    line-height: 1.5em;
    letter-spacing: -0.1em;
}

/* =breadcrumb */
div .breadcrumb {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

/* Blog Infomation */
#main .blog_info
{
    color: #666666;
    margin-bottom: 10px;
}

/* dl */
#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: 25px;
    background-image : url(images/point_1A.png);
    background-position: 5px 12px;
    background-repeat: no-repeat;
    color: #4A78BF;
    background-color: #FFFFFF;
}

#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: 195px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    background-color: #FFFFFF;
}

*: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;
}

/* サイドブロック内パーツ */
#banner
{
    margin-top: 0px;
    margin-bottom: 30px;
    background-color: #F4F4F4;
    padding-top: 10px;
}

#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
{
    padding-bottom: 10px;
}

#banner li a
{
    display: block;
    width: 200px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    line-height: 65px;
    text-indent: 62px;
    text-align: left;
    font-size: 1.3em;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #ffffff;
    text-decoration: none;
}

#banner li a:hover
{
    color: #ffffff;
    text-decoration: none;
}

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

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

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

#companyinfo
{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #F3F3F3;
}

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

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

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

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

#main table {
   width:650px;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
#main dt
{
    width: 160px !important;
    padding-right: 10px;
}

#main span.arrow
{
    margin-left: 5px;
    padding-left: 20px;
    background-image : url(images/sozaiquus_07.gif);
    background-position: 1px 2px;
    background-repeat: no-repeat;
}

#headerMain h1
{
    font-size: 12px;
}
</pre></body></html>