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

a:link {
  color: #005ebb;
}

a:hover {
  color: #004080;
}

a:visited {
  color: #005ebb;
}


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

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: #004080 !important;
  text-decoration: underline;
  font-size: 18px;
}

header img.main_photo {
  width: 100%;
  height: auto;
}

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


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

#content {
  padding: 0px 6px 0px 6px ;
}

section {
  margin: 0;
}

section h2 {
	font-size: 20px;
	line-height: 23pt;
	color: #536ab2;
	font-weight: bold;
	padding-left: 2px;
}

section h2:before {
	content: url(img/top_ttlmark.gif);
	padding-right: 5px;
}

section p {
  margin: 0 0 5px 0;
  padding: 5px 5px;
  line-height: 1.8;
}

section hr {
  padding: 0 5px 0 5px;
  border-top: 1px dotted #bbb;
}

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-bottom: 0px;
}

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


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


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

#page_back {
  margin: 20px 0 20px 0;
  padding: 20px 10px 0 0;
  text-align: right;
}

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

layoutset-01 #nav{
    margin: 7px 0 0;
}
.layoutset-02 #nav{
    margin: 60px 0 0;
}

#nav ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav ul li{
    width: 100%;
    line-height: 1.0;
    font-size: 18px;
    overflow: hidden;
}
#nav ul li:nth-child(odd){
    background-color: #e6e6e6;
    background-position: 15px 15px;
    background-repeat: no-repeat;
}
#nav ul li:nth-child(even){
    background-color: #f5f5f5;
    background-position: 15px 15px;
    background-repeat: no-repeat;
}

#nav ul li a{
    display: block;
    padding: 15px 10px 15px 10px;
    color: #727171;
    text-decoration: none;
    overflow: hidden;
}
#nav span{
    display: block;
    font-weight: bold;
}


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

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.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

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

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

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