
@charset "utf-8";

* {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* @media only screen and (min-width:768px)
{
  h1 {
  	background-color:#ff0000;
  }
  img {
	width:500px;
  }
} */

header {
    width:1024;
    margin-right: auto;
    margin-left : auto;
    text-align: center;
}

body {
    width:1024;
    margin-right: auto;
    margin-left : auto;
    text-align: center;
}

footer {
    width:1024;
    margin-right: auto;
    margin-left : auto;
    text-align: center;
}

.header_image {
    position: relative;
    width: 1024px;
    height: 341px;
    padding: auto;
    margin: auto;
}

.header_inner {
    position: absolute;
    width: 1024px;
    text-align: center;
}

.message {
    top: 30%;
}

.logo {
    top: 60%;
}

.footer {
    width: 1022px;
    height: 36px;
    padding: auto;
    margin: auto;
    text-align: left;
    border: 1px solid #888888;
    background-color: #cccccc;
    position: relative;
}

.copyright {
    /* display: table-cell; */
    width: 1020px;
    right: 0px;
    bottom: 5px;
    text-align: right;
    vertical-align: middle;
    padding-right: 10px;
    position: absolute;
}

.iframe {
    padding: 10px 0px 10px 10px;
    width: 1000px;
}
