  @charset "utf-8";
  /*
  html5doctor.com Reset Stylesheet
  v1.4
  2009-07-27
  Author: Richard Clark - http://richclarkdesign.com
  */
  
  html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body {line-height:1;}article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}nav ul {list-style:none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}a {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}ins {background-color:#ff9;color:#000;text-decoration:none;}mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help;}table {border-collapse:collapse;border-spacing:0;}hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input, select {vertical-align:middle;}
  
  /*
  YUI 3.5.0pr4 (build 4964)
  copyright 2012 Yahoo! Inc. All rights reserved.
  Licensed under the BSD License.
  http://yuilibrary.com/license/
  */
  
  /* YUI-fonts */
  body{font:14px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{ font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
  
  /* base-unique */
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: #ffffff;
    color: #444;
  }
  
  dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    line-height: 1.6em;
  }
  
  dl,ul,ol,pre,code,p,blockquote,table {
    margin-top: 1em;
    margin-bottom: 0;
  }
  
  h1,h2,h3,h4,h5,h6 {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
  
  ul,ol {
    margin-left: 2em;
  }
  
  dl {
    margin-left: 0;
  }
  
  img {
    vertical-align: bottom;
  }
  
  input,textarea {
    margin-right: .25em;
    padding: .2em;
  }
  
  /* ------------------------------------------------------------
      リンク関連
  ------------------------------------------------------------ */
  
  a {
    color: #4d589a;
    *zoom: 100%;
    text-decoration: none;
    outline:none;
  }
  
  a:hover,
  a:active {
    text-decoration: underline;
  }
    