body {
    background: #f6f8f6;
    color: #000000;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

A:link {
    color: black;
}

A:visited {
    color: black;
}

A:active {
    color: black;
}

A:hover {
    color: black;
}

a {
    font-weight: 600;
    color: #000066;
    font-size: 15px;
}

img {
    border-color: #ee2c1c;
}

#title {
    position: relative;
    top: 140px;
    float: left;
    width: auto;
    height: 30px;
    margin-left: 10px;
    margin-top: 12px;
    font-weight: 600;
    color: #333;
    font-size: 18px;
    z-index: 12002;
}

.ctrlbt {
    position: relative;
    top: 140px;
    cursor: pointer;
    float: left;
    width: auto;
    height: 30px;
    margin-left: 20px;
    margin-top: 12px;
    padding: 0 5px 0 5px;
    text-decoration: underline;
    font-weight: 600;
    color: #000066;
    font-size: 18px;
    z-index: 12001;
}

h1 {
	font-size: 24px;
	margin: 15px auto 20px auto;
	padding-bottom: 10px;
	border-bottom: 2px dashed #333;
}

h2 {
	color:rgb(237, 22, 78);
	font-size: 20px;
	margin: 15px auto 15px auto;
}

#menu {
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    width: 100%;
    height: 180px;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #9edbf5;
}

#ctrl-space {
    position: relative;
}

#container {
    position: absolute;
    left: 20px;
    top: 200px;
}

#exp {
    position: absolute;
    top: 635px;
    font-size: 18px;
    font-weight: bold;
    width: 320px;
    height: auto;
    margin-left: 20px;
    margin-bottom: 25px;
    border: solid 3px #000000;
    padding: 15px;
    color: #333333;
    line-height: 1.6em;
    border-radius: 5px;
    background-color: #eeeeee;
}

#exp p {
    margin: 10px 0 10px 0;
    text-indent: 1em;
}

#totop a {
    color: rgb(237, 22, 78) !important;
}

#shisenline2 {
    position: absolute;
    top: 490px;
    width: 100%;
    height: 5px;
    background-color: #aaaaaa;
}

#shisenline1 {
    position: absolute;
    top: 35px;
    width: 100%;
    height: 5px;
    background-color: #aaaaaa;
}

#contentright {
    position: absolute;
    left: 420px;
    top: 200px;
    width: auto;
    height: 600px;
    z-index: 100500;
}

#mobilead {
    position: absolute;
    float: left;
    left: 20px;
    top: 20px;
    z-index: 100501;
}

@media screen and (min-width: 960px) {
    /* 960px以上の幅の場合に適応される */
    #ctrl-space {
        padding-left: 200px;
    }

    #exp {
        left: 200px;
    }

    #container {
        left: 200px;
    }

    #mobilead {
        left: 200px;
    }

    #contentright {
        left: 600px;
    }
}


@media screen and (min-width: 1280px) {
    /* 1280px以上の幅の場合に適応される */
    #ctrl-space {
        padding-left: 300px;
    }

    #exp {
        left: 280px;
    }

    #container {
        left: 290px;
    }

    #mobilead {
        left: 300px;
    }

    #contentright {
        left: 720px;
    }
}
