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

a:link {
  color: #69821b;
}

a:hover {
  color: #99ab4e;
}

a:visited {
  color: #69821b;
}


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

header {
  width: 100%;
}

header h1 {
  padding: 5px 0 5px 0;
  text-align: center;
  color: #333333;
  font-size: 18px;
}

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

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

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

header #page_top h1 {
  text-align: left ;
  font-size: 9px ;
  line-height: 1.4 ;
}


header table#smp_categories { width:100%; margin: 0px auto ; border: none ; }
header td.smp_categories_l, header td.smp_categories_r { width:33% ; }
header td.smp_categories_l { text-align: right ; padding: 5px 5px 5px 5px ; }
header td.smp_categories_r { text-align: left ; padding: 5px 5px 5px 5px ; }
header td.smp_categories_l img, header td.smp_categories_r img { width:100% ; }
header td.smp_categories_l a img, header td.smp_categories_r a img { border: solid #666 1px ; margin: 2px ; }
header td.smp_categories_l a:hover img, header td.smp_categories_r a:hover img { border: solid #764b2b; 3px ; margin: 0px ; }

/*
header table#smp_categories { width:100%; margin: 0px auto ; border: none ; }
header td.smp_categories_l, header td.smp_categories_r { width:47% ; }
header td.smp_categories_l { text-align: right ; padding: 5px 5px 5px 7px ; }
header td.smp_categories_r { text-align: left ; padding: 5px 7px 5px 5px ; }
header td.smp_categories_l img, header td.smp_categories_r img { width:100% ; }
header td.smp_categories_l a img, header td.smp_categories_r a img { border: solid #666 1px ; margin: 2px ; }
header td.smp_categories_l a:hover img, header td.smp_categories_r a:hover img { border: solid #764b2b; 3px ; margin: 0px ; }
*/


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

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;*/
  font-size: 15px;
  color: #444444;
  border-bottom: solid 2px;
/*  border-bottom-color: #69821b;*/
  border-bottom-color: #764b2b;
  background: url(smp-img/h_bg.gif) center repeat-x;
}

section p {
  padding: 3px 8px 3px 8px;
  line-height: 1.7;
  
  border-bottom: solid 1px;
  border-bottom-color: #764b2b;
}

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: #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 table#smp_brandlogo { width:100%; margin: 0px auto ; border: none ; }
section td.smp_brandlogo_l, section td.smp_brandlogo_r { width:47% ; }
section td.smp_brandlogo_l { text-align: right ; padding: 5px 0px 5px 7px ; }
section td.smp_brandlogo_r { text-align: left ; padding: 5px 7px 5px 0px ; }
section td.smp_brandlogo_l img, section td.smp_brandlogo_r img { width:100% ; }
section td.smp_brandlogo_l a img, section td.smp_brandlogo_r a img { border: solid #666 1px ; margin: 2px ; }
section td.smp_brandlogo_l a:hover img, section td.smp_brandlogo_r a:hover img { border: solid #764b2b; 3px ; margin: 0px ; }


/*---------- ナビ ----------*/
/*
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: #69821b;
  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: #69821b;
  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: #99ab4e;
  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;
}
*/


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

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

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

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

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

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

smp_navi li a:hover {
  color: #99ab4e;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(smp-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: #eeeeee;
}

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

footer a {
  color: #555555 !important;
}

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

footer a:visited {
  color: #555555;
}

footer p.copyright {
  text-align: left ;
  padding: 10px 3px 0px 3px ;
  font-size: 11px;
  color: #555555;
}

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