@charset "utf-8";


/****************************************************** default reset */

body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote,th,td { 
margin: 0;
padding: 0;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ　Ｐゴシック",Arial,Helvetica,sans-serif;
}

table {
border-collapse: collapse; /* CSSのバージョンによりデフォルトが異なるため指定 */
border-spacing: 0;
}

table,th,td {
border: none;
}

fieldset,
img { 
border: none;
}

img {
vertical-align: text-bottom; /* for ie8 and Firefox 画像の下に余白が入る */
}

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

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


/****************************************************** linkcolor */


a:link,
a:active,
a:visited {
color: #090;
}

a:hover {
color: #f7a;
}

div#pagetop a,
div#footer a {
color: #333;
text-decoration: none;
}

div#pagetop a:hover,
div#footer a:hover {
color: #333;
text-decoration: underline;
}


/****************************************************** all */

body {
color: #333;
background: #f5f3f3;
font-size: small;
text-align: center; /* for ie6 xml宣言ありで全体がセンタリングされない */  
}

div#container {
margin: 0 auto;
border-top: solid 10px #65b365;
border-left: solid 1px #ddd;
border-right: solid 1px #ddd;
width: 920px;
background: #fff;
}

p#naviskip {
position: absolute; /* for ie6 上部に空白があく*/
width: 0;
height: 0;
overflow: hidden;
}

.pointcolor {
color: #f33;
}

/****************************************************** clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/****************************************************** header */

div#header {
width: 920px;
height: 610px;
background: url(../images/topimage.jpg) no-repeat top;
}

div#header div.headerleft {
margin-top: 420px;
float: left;
width: 430px;
text-align: center;
}

div#header div.headerright {
margin-top: 420px;
float: right;
width: 490px;
text-align: center;
}

div#header div.headerright p {
margin-bottom: 10px;
}

/****************************************************** contents */

div#contents {
padding: 30px 0;
border-top: solid 10px #65b365;
width: 920px;
line-height: 1.5em;
text-align: center;
}

div#contents h2 {
margin-bottom: 0.5em;
}

div#contents table {
margin: 0 auto 1.5em auto;
width: 720px;
text-align: left;
}

div#contents table th,
div#contents table td {
padding: 7px 20px;
border-bottom: solid 1px #ccc;
}

div#contents table th {
font-weight: bold;
white-space: nowrap;
}

div#contents table td dl {
margin-bottom: 0.5em;
}

div#contents table td dt {
margin: 0.5em 0;
}

div#contents table td dd {
margin: 3px 0 3px 1em;
padding-left: 30px;
line-height: 24px;
background-image: url(../images/icon_pdf24.png);
background-repeat: no-repeat;
background-position: left 50%;
}

.linkbanner {
margin-top: 50px;
margin-bottom: 15px;
display: flex;
justify-content: center;
list-style: none;
}

.linkbanner li {
margin: 0 30px;
}

.externalbanner {
margin-top: 15px;
}

.externalbanner img {
border: solid 1px #f3ecc8;
}



/****************************************************** footer */

div#footer {
padding: 10px 0;
width: 920px;
background: #e0fde0;
color: #999;
font-size: 10px;
}



