/* レイアウトの設定*/
body {
    margin:0px;
    padding:0px;
    height:100%;
    color: #fff;
}
#menu {
    float: right;
    margin: 10px 20px 0px 30px;
    font-size: 40px;
}
a:link,
a:active,
a:visited,
a:hover {
    color: #fff;
    text-decoration: none;
}
.top {
   background: url(img/IMGP0509.jpg) center center no-repeat;
}
.page2 {
   background: url(img/IMGP0448.jpg) center center no-repeat;
}
.page3 {
   background: url(img/IMGP0475.jpg) center center no-repeat;
}
.crepe {
   background: url(img/IMGP0640.jpg) center center no-repeat;
}
.top, .page2, .page3, .crepe, #contents, .aboutframe {
   width: 1200px;
}
.top, .page2, .page3, .crepe {
   height: 800px;
   background-size: 1200px auto;
   text-align: left;
   position: relative;
}
#contents {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 200px;
    background-color: rgba(0,0,0,0.5);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    
}
#contents div {
    padding: 20px 0px 0px 40px;
}
.bronco {
    float: right;
    text-align: right;
}
.bronco h1 {
   font-size: 100px;
   line-height: 1em;
   margin: 0px 20px 0px 0px;
}
.bronco h2 {
   font-size: 30px;
   line-height: 1em;
   margin: 0px 20px 0px 0px;
}
.photoframe {
    position: absolute;
    bottom: 200px;
    right: 0px;
    overflow-Y: auto;
    overflow-X: hidden;
}
#photo {
    width: 140px;
}
#photo img {
    width: 140px;
}
.aboutframe {
    margin-top: 60px;
    position: relative;
}
.about {
   margin: 0px 0px 0px 20px;
   line-height: 1.4em;
   font-weight: bold;
   color: #151515;
    float:left;
}
.about i {
    font-size: 1.4em;
}
.copyright {
   margin-top: 60px;
   margin-bottom: 60px;
   text-align: center;
   color: #151515;
}
.android {
   float: right;
}
hr {
    width:250px;
}
.tomap {
   position: absolute;
   bottom: 0px;
   left: 500px;
   width: 75px;
   height: 73px;
   background: url(/img/tomap.png) center center no-repeat;
}
.link {
   width: 280px;
   float: right;
   padding: 20px;
   color: #151515 !important;
   line-height: 1.2em;
}
.link span {
   font-size: 12px;
   line-height: 12px;
}
.link a {
   color: #151515 !important;
}
