@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #fffaf0;
  font: 25px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
margin: 0;
}



a:link {
  color: #000000;
}

a:hover {
  color: #000;

}

a:visited {
  color: #000;
}



h1 {
    padding: 0 0 0 20px;
    border-center: solid 7px #01bd5a;
    font-size: 18px;
    line-height: 1.4;
}



/*---------- ヘッダー ----------*/



header {
  width: 100%;
  margin: 0;
}

header h1 {
  padding: 0px 0 0px 0;
  text-align: center;
  color: #000;
  font-size: 25px;

}

header h1 a {
  color: #000 !important;
  text-decoration: none;
  font-size: 25px;

}

header h1 a:hover {
  color: #000 !important;
  text-decoration: underline;
  font-size: 25px;

}

#page_top {
  margin: 0;
  padding: 0;

}

#title {
   margin-top: 0;
}



/*---------- コンテンツ ----------*/

article {
  width: 100%;
  margin: 0 0 8px 0;
}

section {
  width: 100%;
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #fff;
  border-bottom: solid 2px;
  border-bottom-color: #dcdcdc;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

section p {
  margin: 0 0 12px 0;
  padding: 3px 8px 3px 8px;
  line-height: 1.8;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #848484;
}

section span.red_b {
  color: #848484;
  font-weight: bold;
}

section span.blue {
  color: #848484;
}

section span.pink {
  color: #848484;
}

section span.brown {
  color: #848484;
}

section span.brown_b {
  color: #848484;
  font-weight: bold;
}

section span.green {
  color: #848484;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}


/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/h_bg_gray.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #dcdcdc;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #dcdcdc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #000000 !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #000000;
  background: url(img/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #000000 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #000000;
  background: url(img/nav_bg_hover.gif) repeat-x;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  font-size: 16px;
  width: 100%;
  padding: 10px 0 10px 0;
  color: #848484;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}

footer p {
　
  padding: 10px;
  color: #777777;
}

footer a {
  
  color: #777777 !important;
}

footer a:hover {
  
  color: #777777 !important;
}

footer a:visited {
  
  color: #777777;
}

footer p.copy {
  padding: 10px;
  font-size: 4px;
  color: #777777;
}

footer p.copy a {
  color: #69821b !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #99ab4e !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #69821b;
  text-decoration: none;
}
