﻿
* {
    margin: 0; 
    padding: 0; 
}

body { 
    font-family:Meiryo, arial,helvetica,clean,sans-serif; 
    font-size: 85%; 
    line-height: 120%; 
}

.clear { 
    clear: both; 
    height: 0; 
    line-height: 0; 
    font-size: 1%; 
}

.clearfix::after {
    content:""; 
    display:block; 
    clear:both;
}

p { 
    margin-bottom: 5px; 
}
h2, img {
    margin: 0px; 
}
h2 {
    margin-bottom: 0px;
    padding: 7px 30px 9px 5px;
    background-image: url("./Images/h2tl.gif");
    background-repeat: no-repeat;
    text-indent: 25px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
}
h3 { 
    margin-bottom: 10px; 
    padding: 5px; 
    background-color: #DDDDDD; 
    border: solid 1px Silver;
    font-size: 1.17em;
    font-weight: bold;
}
h4 { 
    margin-bottom: 5px; 
    font-weight: normal; 
}

a{
    cursor:pointer;
    color: #0000EE;
}
    a:hover { 
        color: #FF3300; 
    }

ol, ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
table {
    caption-side: top;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.text_left { 
    text-align: left; 
}
.text_center { 
    text-align: center; 
}
.text_right { 
    text-align: right; 
}

input[type=submit] {
    padding:5px 10px; cursor:pointer;
}

.ml10 {
    margin-left:10px;
}
.mlr10 {
    margin-left: 10px;
    margin-right: 10px;
}

a.nodata{
    pointer-events:none;
}