@charset "UTF-8";
#contents:after {
  content: '';
  display: block;
  width: 100%;
  clear: both; }

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

body {
  font: 13px/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%; }

h1 {
  font-size: 138.5%; }

h2 {
  font-size: 123.1%; }

h3 {
  font-size: 108%; }

h1, h2, h3 {
  margin: 1em 0; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

abbr, acronym {
  border-bottom: 1px dotted #000;
  cursor: help; }

em {
  font-style: italic; }

blockquote, ul, ol, dl {
  margin: 1em; }

ol, ul, dl {
  margin-left: 2em; }

ol li {
  list-style: decimal outside; }

ul li {
  list-style: disc outside; }

dl dd {
  margin-left: 1em; }

th, td {
  border: 1px solid #000;
  padding: .5em; }

th {
  font-weight: bold;
  text-align: center; }

caption {
  margin-bottom: .5em;
  text-align: center; }

p, fieldset, table, pre {
  margin-bottom: 1em; }

input[type=text], input[type=password], textarea {
  width: 12.25em;
  *width: 11.9em; }

/*
HTML5
*/
div, acronym, dfn, legend, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

/*
 * 基本的なもの
 */
body {
  font-family: Arial, Helvetica, 'Osaka', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.5;
  color: #333333;
  background: none;
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  word-break: break-strict;
  -webkit-text-size-adjust: none; }

a img {
  border: none; }

.clear {
  clear: both;
  font-size: 0;
  height: 0; }

img {
  -ms-interpolation-mode: bicubic; }

/*
 * html
 */
html {
  background: #e6e6e6; }

/*
 * body
 */
body {
  background: url(../images/body.jpg) no-repeat center top; }

/*
 * base
 */
#base {
  padding-bottom: 30px;
  width: 936px;
  margin: 0 auto;
  padding-top: 13px; }

/*
 * header
 */
#header {
  background: url(../images/header-wrap.png);
  position: relative; }
  #header #logomark {
    width: 300px;
    margin: 0;
    padding: 13px;
    line-height: 1;
    font-size: 138.5%;
    position: relative;
    z-index: 1; }
  #header ul {
    width: 100%;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(../images/header-navi-wrap.png);
    position: absolute;
    bottom: 0;
    text-align: right;
    line-height: 1; }
    #header ul li {
      list-style: none;
      display: inline-block;
      margin-right: 11px;
      line-height: 1; }
      #header ul li a {
        color: #fff;
        text-decoration: none;
        background: url(../images/header-navi-arrow.png) no-repeat left 90%;
        padding-left: 15px;
        line-height: 1; }

/*
 * contents
 */
#contents {
  padding: 13px 13px 1px;
  margin: 0;
  background: #fff;
  position: relative; }

/*
 * レイアウト
 * main
 */
#main {
  width: 620px;
  margin: 0 25px 30px;
  line-height: 1.7;
  float: right;
  font-size: 14px;
  letter-spacing: 0.8pt; }

/*
 * レイアウト
 * navi-main
 */
#navi-main {
  width: 226px;
  float: left; }

/*
 * main
 * 基本的なタグ
 */
#main #entry-title {
  border: solid 2px #ac6c00;
  box-shadow: 0 0 0 1px #fff inset;
  margin: 0 -25px 20px;
  background-color: #ac6c00;
  background-image: -webkit-linear-gradient(left, #b37700 0%, #aa6800 100%);
  background-image: linear-gradient(to right, #b37700 0%, #aa6800 100%); }
  #main #entry-title h1 {
    font-size: 250%;
    font-weight: normal;
    line-height: 1.3;
    margin: 1px;
    padding: 11px 20px;
    color: #fff;
    border: solid 1px #ac6c00;
    box-shadow: 0 0 0 1px #fff inset;
    font-size: 32.5px;
    letter-spacing: 0; }
#main h2 {
  font-size: 138.5%;
  margin: 40px -13px 17px;
  padding: 10px 12px 8px;
  line-height: 1.3;
  border: solid 1px #996600;
  color: #fff;
  background: url(../images/entry-h2.png) repeat-y;
  font-size: 18px;
  letter-spacing: 0; }
#main h3 {
  font-size: 138.5%;
  line-height: 1.3;
  color: #009900;
  border-bottom: 1px solid #99CC33;
  margin: 30px 0 13px;
  padding-bottom: 3px;
  font-size: 18px;
  letter-spacing: 0; }
#main ul {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }
  #main ul li {
    list-style: none;
    padding-left: 15px;
    background: url(images/entry-li.png) no-repeat left top;
    margin-bottom: 12px; }

/*
 * main
 * 基本的なタグ
 */
#main .link-arrow {
  padding-left: 16px;
  background: url(../images/link.gif) no-repeat left center; }
#main .paragraph {
  display: block;
  margin-bottom: 9px; }

/*
 * navi-main
 */
#navi-main .navi-item {
  border: solid 1px #c8c8c8;
  margin-bottom: 13px; }
#navi-main h2 {
  margin: -1px -1px 0;
  font-size: 123.1%;
  line-height: 1.1;
  color: #543800;
  padding: 10px 10px 8px 35px;
  background-image: url(../images/navi-title-left.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #e8a41f;
  border: solid 1px #f2cc7f;
  position: relative; }
  #navi-main h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #c8c8c8; }
#navi-main .navi-item:nth-of-type(2) h2 {
  background-image: url(../images/navi-title-center.png);
  background-color: #f3c03e; }
#navi-main .navi-item:nth-of-type(4) h2 {
  color: #fff;
  background-image: url(../images/navi-title-right.png);
  background-color: #9b6b0a; }
#navi-main ul {
  margin: 0;
  padding: 13px 12px 0; }
  #navi-main ul + ul {
    padding-top: 0; }
  #navi-main ul:last-child {
    padding-bottom: 12px; }
  #navi-main ul li {
    list-style: none;
    margin-bottom: 2px; }
    #navi-main ul li a {
      display: block;
      border: solid 1px #c8c8c8;
      padding: 10px 10px 10px 24px;
      line-height: 1.3;
      background-image: url(../images/navi-li-arrow.png), url(../images/navi-li.png);
      background-repeat: no-repeat, repeat-x;
      background-position: left 53%, left bottom;
      text-decoration: none;
      color: #333; }
    #navi-main ul li.current > a, #navi-main ul li > a:hover {
      color: #fff;
      background-position: -210px 53%, right bottom;
      background-color: #e6ac00;
      border-color: #cc9900; }

/*
 * pageup
 */
.pageup {
  clear: both;
  margin: 30px 15px;
  text-align: right; }
  .pageup a {
    background: url(../images/pageup.png) no-repeat right center;
    padding: 0 13px 0 0;
    font-size: 85%; }

/*
 * footer
 */
#footer {
  margin: 5px 13px 100px; }
  #footer ul {
    width: 600px;
    float: left;
    margin: 0; }
    #footer ul li {
      list-style: none;
      display: inline-block;
      margin-right: 13px; }
    #footer ul a {
      text-decoration: none;
      color: #333;
      background: url(../images/navi-sub-arrow.png) no-repeat left 40%;
      font-size: 85%;
      line-height: 1.1;
      padding-left: 10px; }
  #footer p {
    width: 300px;
    float: right;
    text-align: right;
    font-size: 85%;
    margin: 0; }

/*
 * main
 * その他
 */
#main .sample-no-image {
  display: block;
  margin: 0 auto;
  width: 485px;
  height: 300px;
  background: #c8c8c8; }
#main .sample-image {
  margin: 22px 0;
  position: relative; }
  #main .sample-image img {
    vertical-align: top;
    max-width: 100%;
    height: auto; }
  #main .sample-image dt {
    margin: 0; }
  #main .sample-image dd {
    margin: 0;
    line-height: 1;
    margin-top: 4px; }
    #main .sample-image dd a {
      display: inline-block;
      line-height: 1;
      color: #000;
      text-decoration: none;
      padding-left: 10px;
      background: url(../images/zoom.gif) no-repeat left center;
      font-size: 85%; }
      #main .sample-image dd a:hover {
        text-decoration: underline; }
#main .kome {
  display: block;
  margin-left: 17px;
  position: relative; }
  #main .kome:before {
    content: '※';
    display: inline-block;
    float: left;
    margin-left: -17px;
    padding-right: 2px;
    font-family: 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', monospace; }

#main img {
  max-width: 100%;
  height: auto; }
#main .alignleft {
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0; }
#main .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
#main .w500 {
  width: 500px; }
#main .w585 {
  width: 585px; }
#main .mt25 {
  margin-top: 25px; }
#main .mb20 {
  margin-bottom: 20px; }
#main .mb25 {
  margin-bottom: 25px; }
#main .mb30 {
  margin-bottom: 30px; }
