@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: #ffffff;
  font: 16px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.4;
}

a:link {
  color: #3366FF;
}

a:hover {
  color: #CC0000;
}

a:visited {
  color: #3366FF;
}

/*--------------その他追加分--------------*/
textarea{font-size: 16px;width: 95%;}

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

header {
  width: 100%;
  background-color: #ffffff;
}

header h1 {
  padding: 0;
/* Padding（内側）margin（外側）数値は上、右、下、左*/
  text-align: center;
  color: #333333;
  font-size: 18px;line-height: 1;
}

header h1 a {
  color: #000000 !important;
  text-decoration: none;
  font-size: 18px;
}

header h1 a:hover {
  color: #999999 !important;
  text-decoration: underline;
  font-size: 18px;
}

#page_top {
  margin: 0;
  padding: 0;
}


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

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

section {
  width: 100%;
  margin: 0 0 8px 0;
/* Padding（内側）margin（外側）数値は上、右、下、左*/
}

section h2 {
  margin: 0 0 8px 0;
  padding: 0px 0 3px 14px;
  font-size: 16px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg.gif) center repeat-x;
}

section h2 a {
  color: #FFFF80 !important;
}

section p {
/* Padding（内側）margin（外側）数値は上、右、下、左*/
  padding: 12px 8px 12px 8px;
  line-height: 1.4;
}
/* Padding（内側）margin（外側）数値は上、右、下、左*/
section img{margin:0px 5px 5px 0px;
max-width:100% !important;max-height:auto !important;}

.smallfonts {font-size:12px;line-height: 1.2;margin:5px 15px 5px 15px;}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.4;
  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.4;
  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: #e60033;
}

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

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

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

section span.green {
  color: #00ae4f;
}

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

section ul {
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  margin-left: 30px;
  padding-top: 5px;
  padding-right: 0pt;
  padding-bottom: 0pt;
  padding-left: 12px;
}
section ul li ul {
 margin: 10px 0pt 0pt 30px;
 padding: 0pt 0pt 0pt 12px;
}
section li {
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  margin-left: 0pt;
  padding-top: 0pt;
  padding-right: 0pt;
  padding-bottom: 0.7em;
  padding-left: 0pt;
  line-height: 1.1;
}
section ol {
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  margin-left: 30px;
  padding-top: 5px;
  padding-right: 0pt;
  padding-bottom: 0pt;
  padding-left: 8px;
}
section ol li ol {
 margin: 10px 0pt 0pt 30px;
 padding: 0pt 0pt 0pt 12px;
}


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

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

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

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

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
  background: url(img/arrow_icon.png) no-repeat scroll right center transparent;
}

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

nav li a:hover {
  color: #765c47;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  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 {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #716246;
}

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

footer a {
  color: #cccccc !important;
}

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

footer a:visited {
  color: #cccccc;
}

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

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

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

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

.r-box110{display:inline;float:left;margin:0;width:107px;font-size:12px;line-height:1.1;Padding:3px;}
.r-box060{display:inline;float:left;margin:0;width: 54px;font-size:12px;line-height:1.1;Padding:3px;}
.r-box228{display:inline;float:left;margin:0;width:220px;font-size:12px;line-height:1.1;Padding:3px;}
