@charset "UTF-8";
@import "lart.css";
@import "button-rect.css";
@import "common.css";

/* ------ reset ------ */
/* caption, th, td { text-align: center; font-weight:400; } */


h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }

h1,h2 { margin-bottom: 20px; }

hr { 
    margin: 5px 0px;
    margin-top: 18px;
    margin-bottom: 10px;
    background: #aaa; 
    border-bottom: 1px solid #bbb;
}

p { margin: 3px 0; padding: 0; }

body {
    font-size: 12px;
    font-family: Tahama, Sans, Sans-serif, Times New Roman;
    line-height: 1.2;
    background: #bbb;
    color: #444;
    padding: 0px;
    margin: 0px;
}



iframe { background-color: #fff; }

.clear { clear: both; }
