html {
   overflow-y:scroll;
}

body {
   margin:20px 0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   background:darkslategrey;
   font-size:11pt;
   font-family:"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;

}

p {
    text-indent : 1em ;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


#top {
   width:756px;
   margin:0 auto;
   padding:10px;
   background-color:white;
}

#header {
   width:756px;
}

div#header img {
    border : 0 ;
    float : right ;
}

#menu {
   width:756px;
}

#contents {
   clear:both;
   width:756px;
   background: white;
}

#headImage {
   width:756px;
}

#main {
   float:left;
   padding:0 10px;
}

#footer {
   clear:both;
   width:756px;
   font-size : 80% ;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


#header h1 {
   margin:0;
   padding:0;
   color:#fff;
   line-height:80px;
}

#header h1 a {
   color:black;
}

#header h1 a:hover {
   color:orangered;
}

#headImage {
   width:756px;
   height:200px;
   position:relative;
   list-style:none;
}

#menu ul {
   margin:0;
   padding:0;
}

#menu li {
   float:left;
   color:orangered;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:126px;
   padding:10px 0;
   color:white;
   background-color:darkslategrey;
}

#menu li a.active {
   display:block;
   width:126px;
   padding:10px 0;
   color:white;
   background-color:darkslategrey;
}

#menu li a:hover {
   color:white;
   background-color:orangered;
}

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADLINE CONTENTS CUSTOMIZE======== */
#contents h1 {
   margin-bottom:8px;
   padding:5px;
   color:white;
   font-weight:bold;
   background:orangered;
}

#main a {
   color:orangered;
   font-weight:bold;
   border-bottom:0px dotted orangered;
}

#main a:hover {
   color:gold;
   font-weight:bold;
   border:0;
   border-bottom:0px solid gold;
}

#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:darkslategrey;
   font-weight:bold;
   text-indent : 2em;
   border-bottom:3px double orangered;
   background:url(../images/one_point.png) 0 2px no-repeat;
}

#main h3 {
   margin-bottom:3px;
   padding:2px 4px;
   color:white;
   background:darkslategrey;
}

#main h4 {
   margin-bottom:2px;
   color:darkslategrey;
   border-bottom:2px solid darkslategrey;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   color:darkslategrey;
   border-left:8px solid darkslategrey;
}

#main h6 {
   color:darkslategrey;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

#zoom {
   margin:0 0 0 0;
   background-color: white;
}

.thamb {
    vertical-align:top;
    text-align:center;
}

.thamt {
    vertical-align:top;
    text-align:left;
}

#pageTop {
   margin:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   font-size:80%;
}

.copyright {
   padding:10px 0;
   font-style:normal;
   color:#333;
   text-align:center;
}
