/* ＨＴＭＬ */
html {
    font-family: "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
    /* font-family: verdana, arial, sans-serif; */
    
    
}
#container-main {font-size: 9pt;}

/**********/
/* サイズ */
/**********/
/* 見出し */
h3,
h4,
h5,
h6 {
    font-size: 10px;
	font-weight: normal;
}

h1.title{
color: #333333;
font-size: 14pt;
    font-weight: bold;
    }


/* テキストエリア */
textarea {
    font-size: 9pt;
    
}

/* 極小サイズ */
.fs_ss {
    font-size: 7pt;
}

/* 小サイズ */
.fs_s {
    font-size: 8pt;
}

/* 大サイズ */
.fs_l {
    font-size: 11pt;
}

/* 極大サイズ */
.fs_ll {
    font-size: 12pt;
}

/********/
/* 装飾 */
/********/
/* 注釈 */
.fd_caution {
    color: #FF0000;
}

/* 強調 */
.fd_impact {
    font-weight: bold ;
}
