@charset eUTF-8;
/* ------------------------------------- */
/*                CONTENT                */
/* ------------------------------------- */
.catch {
    text-align:center;
    font-size:18pt;
    font-weight:bold;
    color:#4394d0;
}
.catch02 {
    font-size:13pt;
    font-weight:bold;
    color:#000000;
}

.cnt{
    width:556px;
    margin:20px auto;
}

.box {
    width:650px;
    background-color:#4394d0;
    text-align:center;
    color:#ffffff;
    padding:10px;
}
/* ------------------------------------- */
/*                TITLES                 */
/* ------------------------------------- */

h1
{
    width:650px;
    height:53px;
    font-size:16pt;
    color:#ffffff;
    background-image:url('../images/bg_ttl.jpg');
    background-repeat:no-repeat;
    padding-top:38px;
    padding-left:20px;
    letter-spacing:0.3em;
}


