﻿@charset "UTF-8";

/*========================================
                  PRINT CSS ON LAST 
==========================================*/

/* ========margin上下は、基本bottomで指示 

/*========================================
   RESET CSS は外部の　reset.css を使用
==========================================*/

/*========================================
                  BASIC 
==========================================*/

* { font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    color:#333333;
    font-size:13px;
    letter-spacing:1px;
    line-height:1.4;
}

a { text-decoration:none;
}
     a:hover { color:#2296e7;
     }


body { width:620px;
       padding-top:18px ;
       background : url(../image/bg/cross.gif) top center repeat #ffffff;
}

html, body { height: 100%;
}

div.samp { width:520px;
           margin:0 0 30px 50px;
}


/* ================================
            H Style
================================ */

/* =======In main PAGE========= */
h1 { clear:both;
     font-size:15px;
     font-weight:bold;
     letter-spacing:0.3em;
     margin:0 1em 14px 20px;
     padding:6px 0 0 15px;
     background :  url(../image/bg/bg_h3.jpg) top left no-repeat transparent; 
}

h2 { clear:both;
     font-size:15px;
     font-weight:bold;
     letter-spacing:0.3em;
     margin:0 1em 15px 20px;
     padding:6px 0 0 15px;
     background :  url(../image/bg/bg_h3.jpg) top left no-repeat transparent; 
}


/* ================================
             FONT Style
================================ */

/* ========p Style general ======== */

p { font-size:13px;
    margin-left:15px;
}

p.small { font-size:12px;
}

p.white { color:#ffffff;
}

p.white_b { color:#ffffff;
            font-weight:bold;
}


/* ======================================== 
               p Style A TO Z
======================================== */

p.cont { width:520px;
         margin:0 0 15px 0;
         line-height:1.8;
         padding-bottom:4px;
         border-bottom:solid 2px #cccccc;
}

p.title { font-size:14px;
          font-weight:bold;
          width:500px;
          margin:0 0 15px 0;
          padding:5px 10px 5px 16px;
          background-color:#eeeeee; 
}



/* ================================
           a Style A TO Z
================================ */

a.in_link { float:right;
            font-size:13px;
            margin:0 0 15px 0;

}



/* ================================
           img Style A TO Z
================================ */

img.ar_ss { width:16px;
            border:0;
            margin-left:4px; 
}

img.yfs { width:300px;
          height:106px;
          border:0;
          margin:5px 0 0 0;
}

img.in_work { width:360px;
              margin:0 0 15px 0;
              border:0;
}