<style type="text/css">

@charset "UTF-8";

@font-face
{
    font-family: 刻明朝;
    src: url('https://cdn.leafscape.be/kokumin/font_1_kokumr_1.00_rls_web.woff')
    format("woff");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
http://ipafont.ipa.go.jp/
-------------------------------------------------*/

body{
    font-family: 'Adamina',"メイリオ",serif;
    font-size: 11px;
    letter-spacing: 2.5px;
    line-height: 1.9;
    margin: 0;
    padding: 0;
}

#wrp{
    margin: 0 auto;
    max-width: 400px;
    padding: 40px 30px 0px 30px;
    text-align:center;
}

#ttl{
    margin:0 auto;
    padding:10px;
    border:#eee double 7px;
}

.rbbn{
    margin-top:-35px;
    padding:0 8px;
    width:65px;
    background:#fff;
}

header{
    width:auto;
    height:30px;
    background:#eee;
    background-image:url("http://hana.poche.jp/kscvs/sp5.png");
    background-size:15px;
}

#txt{
    font-size: 13px;
    margin: 0 auto;
    text-align:left;
}

#atg{
    font-size: 11px;
    margin: 0 auto;
    padding:10px;
    width: 90%;
    color: #999;
    border:#eee solid 2px;
    border-radius:5px;
}

#frm{
    margin:0;
    padding:0;
}

.cnt{
    margin:0 auto ;
    padding:20px 0 10px 0;
    border-top:#eee dotted 2px;
    line-height:2.5;
}

.cnt a{
    padding:4px;
    background:#eee;
    line-height:1;
    display:inline-block;
}

h1{
    font-size:35px;
    font-family: 刻明朝,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin:4px 0 0 0;
    padding:0;
    font-weight:400;
    line-height:1.4;
    text-shadow:1px 1px 0 #fff,
    2px 2px 0 #e5e5e5;
    text-align:center;
}

h2{
    font-size:14px;
    margin:0 0 -16px 0;
    padding:0;
    color:#f08080;
}

h2 span{
    padding:0 10px;
    background:#fff;
}

a{
    text-decoration: none;
}

a:link, a:visited, a:hover, a:active{
    color:#666666;
}

</style>