@charset "utf-8";

/* ----------------------------------------------------------
 * 差込HTML
 * ---------------------------------------------------------- */
#insertHtml{
	width:100%;
}

#contents-static-main { width: 850px; margin: 0 0 10px 10px; }

.strong {
    font-weight: bold;
}

.txtms { font-size: 93%;line-height: 160%;}

.col02 { color: #666666; }
.col06 { color: #FF6600; }
.col07 { color: #336600; }

/* ----------------------------------------------------------
 * スクロール付きボックス
 * ---------------------------------------------------------- */
.scroll_head {
    width: 980px;
    height: 30px;
    background: #005e3c;
    font-weight: bold;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #ccc;
}

.scroll_body_h350 { 
    overflow-x: hidden;
    overflow-y: scroll;
    width: 980px;
    height: 350px;
    padding:10px;
    border: solid 1px #ccc;
}

.scroll_contents_title {
    font-weight: bold;
}

.scroll_contents_message {
    padding: 10px;
}

/* ----------------------------------------------------------
 * ボタン
 * ---------------------------------------------------------- */
.btn_center {
    text-align:center;
}

/* ----------------------------------------------------------
 * 文字
 * ---------------------------------------------------------- */
.font_color_red {
    color:#ff0000;
}

