@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    color: #2c3e50;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 14px;
    line-height: 1.4em;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
    color: #2c3e50;
    margin: 0px;
    padding: 0px;
}
a img {
    border: none;
}
a:link {
    color: #2c3e50;
    text-decoration: underline;
}
a:visited {
    color: #2c3e50;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
.container {
    width: 800px;
    margin: 0px auto;
    margin-top: 20px;
}
.content {
    width: 800px;
}
.fltrt {
    float: right;
}
.fltlft {
    float: left;
    text-align: left;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center {
    text-align:center;
}
