/* TRITON-Web - "common style" */

#main_body {
    margin: 0px;
    background: #afd7ed; /* 水色 */
}

#div_top_img {
}

#div_top_img img {
    /* top画像の下にできる少しの余白を消す */
    display: block;
}

#Wwrapper {
}

.big_link {
    text-decoration: none; /* リンクの下線を消す */
    color: #12477C;
   
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    
    text-shadow:
    2px 0px 4px rgba(255,255,255,0.5),
    0px 2px 4px rgba(255,255,255,0.5),
    -2px 0px 4px rgba(255,255,255,0.5),
    0px -2px 4px rgba(255,255,255,0.5);
}

td.self_label {
    color: #FF7F00;
    width: 530px;
    padding: 0px 0px 0px 20px;
    
    text-shadow:
    4px 0px 5px rgba(255,255,255,0.5),
    0px 4px 5px rgba(255,255,255,0.5),
    -4px 0px 5px rgba(255,255,255,0.5),
    0px -4px 5px rgba(255,255,255,0.5);
}

td.link_home {
    padding: 0px 0px 0px 0px;
}

a:hover.big_link {
    color: #FF7F00;
    
    text-shadow:
    4px 0px 5px rgba(255,255,255,0.5),
    0px 4px 5px rgba(255,255,255,0.5),
    -4px 0px 5px rgba(255,255,255,0.5),
    0px -4px 5px rgba(255,255,255,0.5);
}

div.parent {
    width: 629px;
/*    overflow: auto;*/
    color:#000000;
    font-size:10pt;
    background-color:rgb(255,255,255);
    background-image:url('../img/overview/background.jpg');
    background-repeat:no-repeat;
}

div.content {
   overflow: auto;
/*   padding-top:     8px;
   padding-left:    25px;
   padding-right:   25px;
   padding-bottom:  10px;*/
   
   /* sitemap画像の右端の切れる位置を自然にするために、に左右はmarginで指定する  */
   padding-top:     0px;
   padding-bottom: 10px;
   margin-left:    25px;
   margin-right:   25px;
}

#footer {
    margin-top : 10px;
    margin-left: 5px;
}

#footer_logo, #footer_logo_L {
    width: 619px;
    height: 28px;
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-family: Arial;
/*    font-weight: bold;*/
    color: #FFFFFF;
    background: #12477C;
}

/* グラフ表示画面 (Large画面 ) */
#footer_logo_L {
    width: 799px;
}

#footer_logo a, #footer_logo_L a {
    text-decoration: none; /* リンクの下線を消す */
    color: white /* リンクの色は固定 */
}

/* ラジオボタン用のラベル */
.label_radio {
    cursor: pointer;
}

/* IEだとimgの枠として青線が表示されてしまうので。 */
img {
    border: 0px;
}

/* エラー表示 */
#div_err {
    padding-top:  10px;
    padding-left: 60px;
    padding-bottom: 5px;
    font-family: helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;    
}

#div_err li {
    font-family: helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
}
