@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
body{font:12px arial,helvetica,clean,sans-serif;*font-size:75%;*font:73%;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}


/* br.clear / div.clear */
div.clear {
    zoom: 1;
}
div.clear:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
br.clear, hr.clear {
    clear: both;
}


/* display */
.hidden {
    display: none;
}


/* position */
div.center, dd.center, p.center {
    text-align: center;
}

/* table.table */
table.table {
    border-collapse: collapse;
}
table.table th{
    background: #eeeeee;
    font-weight: bold;
}
table.table th, 
table.table td {
    border: 1px solid #999999;
    padding: 3px 5px;
}

