@charset "utf-8";

html {
    overflow-y:scroll;
}

body {
    font: 12px "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
    line-height: 1.5em;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /*font-size: 12px;*/
    line-height: 18px;
    color: #333;
}

td,th {
    font-size: 12px;
    line-height: 18px;
}

A:link {
    color:#333;
    text-decoration:underline;
}
A:visited {
    color:#333;
    text-decoration:underline;
}
A:active {
    color:#900;
    text-decoration:underline;
}
A:hover {
    color:#900;
    text-decoration:underline;
}

.foot{
    font-size:12px;
    color:#FFF;
}

.foot a:link {
    font-size:12px;
    color:#FFF;
    text-decoration:underline;
}
    
.foot a:visited { 
    font-size:12px;
    color:#FFF;
    text-decoration:underline;
}
    
.foot a:active{
    font-size:12px;
    color:#FF9;
    text-decoration:underline;
}
    
.foot a:hover{
    font-size:12px;
    color:#FF9;
    text-decoration:underline;
}


.copyright{
    font-size:9px;
    line-height:9px;
    color: #FFF;
}

.small_text{
    font-size:11px;
    color:#666;
}

.small_text_red{
    font-size:11px;
    color:red;
}

.error_area{
    color:red;
    font-weight:bold;
    margin:5px;
}

.button_link{
    text-decoration:none;
}

.wide_button{
    padding:5px 20px;
}

.message{
    padding:30px;
}

.my_message{
    padding:30px;
}

.hisu{
    font-size:11px;
    color:red;
}

.box_message{
}

#check_lavel {
    padding:0px;
}

#check_lavel label {
  font-size:11px;
  display: block;
  float: left;
  width: 90px;
}

.clear{
    clear: both; 
    visibility: hidden;
    height: 0;
}

.kouteki_list{
    background-image: url("/img/my_page/kouteki.gif");
    background-repeat: no-repeat;
    background-position:top right;
}

.help_sub_title{
    color: #CC0000;
    font-weight:bold;
}

.alert{
    margin-top: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-weight: bold;
    line-height: 20px;
}

.alert{ background-color: #FFCFCF; border: 1px solid #FF9595;color: #CC3300;}

