/* すべて */
* {
    font-family: Verdana, Arial, sans-serif;
    background: #FFFFFF;
    word-break:normal;
    line-height: 140%;
    font-size: 10px;
    color:#4F4F4F;
    letter-spacing: 1px;
    text-align: center;
}

/* リンク */
a,
a:link,
a:visited {color: #006699;text-decoration: none;}
a:hover {color: #006699;text-decoration: underline;}
a:active {}


/* メインレイアウト */
.layout {
    width: 170px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #CAB7A6;
    background-color: #ffffff;
    text-align: center;
}


/* リンクつき画像 */
a img {
    border: 0;
}


/* 画像 */
.pict {
    margin: 20px 0px 20px 0px;
}


/* メインタイトル */
.title {
    margin: 150px 0px 150px 0px;
}


/* 文字組み */
.text-space {
    text-align: left;
    margin: 15px 15px 10px 15px;
}


/* copyright */
.copyright {
    text-align: center;
    margin: 100px 15px 100px 15px;
}


/* 線 */
.line {
    text-align: center;
    margin: 60px 15px 60px 15px;
    border-bottom: 1px dotted #CAB7A6;
}

