/* css font */



/* フォント設定 black */

.font_black08 {
    font-weight: bold;
	font-size:	0.8em;
    color: #000000;
}

.font_black10{
    font-weight: bold;
    font-size:1.0em;
    color: #000000;
}

.font_black11{
    font-weight: bold;
    font-size:1.1em;
    color: #000000;
}

.font_black12{
    font-weight: bold;
    font-size:1.2em;
    color: #000000;
}



/* フォント設定 red */
.font_red08 {
	font: bolder 12pt/14pt;
	font-size:	0.8em;
	color:	#ff0000;
}

.font_red10 {
	font: bolder 12pt/14pt;
	font-size:	1.0em;
	color:	#ff0000;
}

.font_red12 {
	font: bolder 12pt/14pt;
	font-size:	1.2em;
	color:	#ff0000;
}

.font_red14 {
	font: bolder 12pt/14pt;
	font-size:	1.4em;
	color:	#ff0000;
}

.font_red18 {
	font: bolder 12pt/14pt;
	font-size:	1.8em;
	color:	#ff0000;
}



/* フォント設定 green  DarkGreen #006400 */
.font_green{
    font-weight: bold;
    font-size:1.0em;
}

.font_green:hover{
    font-size:1.0em;
    color: #ffffff;
    background: rgba(000,128,000, 0.6);
}

.font_green08{
    font-weight: bold;
    font-size:0.8em;
    color: #008400;
}

.font_green10{
    font-weight: bold;
    font-size:1.0em;
    color: #008400;
}

.font_green10h{
    font-weight: bold;
    font-size:1.0em;
    color: #ffffff;
    background: rgba(000,128,000, 0.6);
}

.font_green11{
    font-weight: bold;
    font-size:1.1em;
    color: #008400;
}

.font_green12{
    font-weight: bold;
    font-size:1.2em;
    color: #008400;
}

.font_green12line{
    font-weight: bold;
    font-size:1.2em;
    color: #008400;
    line-height: 2.3em;
}

.font_green14{
    font-weight: bold;
    font-size:1.4em;
    color: #008400;
}

.font_green16{
    font-weight: bold;
    font-size:1.6em;
    color: #008400;
}

.font_green18{
    font-weight: bold;
    font-size:1.8em;
    color: #008400;
}

.font_green20{
    font-weight: bold;
    font-size:2.0em;
    color: #008400;
}



/* フォント設定 blue  MediumBlue #0000cd */
.font_mblue08{
//    font-weight: bold;
    font-size:0.8em;
    color: #0000cd;
}

.font_mblue10{
    font-weight: bold;
    font-size:1.0em;
    color: #0000cd;
}

.font_mblue12{
    font-weight: bold;
    font-size:1.2em;
    color: #0000cd;
}

.font_mblue12l{
    font-weight: bold;
    font-size:1.2em;
    color: #0000cd;
    line-height: 2.3em;
}

.font_mblue14{
    font-weight: bold;
    font-size:1.4em;
    color: #0000cd;
}

.font_mblue16{
    font-weight: bold;
    font-size:1.6em;
    color: #0000cd;
}



/* フォント設定 tomato #ff6347 255,099,071 */
.font_tomato{
    font-weight: bold;
    color: tomato;
}

.font_tomato08{
    font-weight: bold;
    font-size:0.8em;
    color: tomato;
}

.font_tomato10{
    font-weight: bold;
    font-size:1.0em;
    color: tomato;
}

.font_tomato12{
    font-weight: bold;
    font-size:1.2em;
    color: tomato;
}

.font_tomato14{
    font-weight: bold;
    font-size:1.4em;
    color: tomato;
}

.font_tomato16{
    font-weight: bold;
    font-size:1.6em;
    color: tomato;
}

.font_tomato20{
    font-weight: bold;
    font-size:2.0em;
    color: tomato;
}



/* フォント設定 DimGray #696969 */

.font_dimgray
{
    font-weight: bold;
    color: dimgray;
}

.font_dimgray:hover
{
    color: #008400;
}

.font_dimgray08
{
    font-weight: bold;
    font-size:0.8em;
    color: dimgray;
    text-decoration: none;
}

.font_dimgray08:hover{
    color: #ffffff;
    background: rgba(000,132,000, 0.6);
    text-decoration: none;
}

.font_dimgray08h
{
    font-size:0.8em;
    color: #ffffff;
    background: rgba(000,132,000, 0.6);
}

.font_dimgray08s
{
    font-weight: bold;
    font-size:0.8em;
    color: dimgray;
    text-decoration: none;
}

.font_dimgray10
{
    font-weight: bold;
//    font-size:1.0em;
    color: dimgray;
}

.font_dimgray12
{
    font-weight: bold;
    font-size:1.2em;
    color: dimgray;
}

.font_dimgray14
{
    font-weight: bold;
    font-size:1.4em;
    color: dimgray;
}



/* フォント種類 */
.font_mincho {
    font-family: "Yu Mincho", "メイリオ", sans-serif;
    font-weight: bold;
}

.font_sans {
    font-family: sans-serif;
    font-weight: bold;
}



/* テキスト左寄せ 左に寄らない場合強制的に寄せる*/
.font_left{
	text-align: left;
//	text-align: right; /* 右 */
}



/* 行間隔設定 */

.dummy_line_hirght1 {
  line-height: 0.1em;
}
.dummy_line_hirght2 {
  line-height: 0.2em;
}
.dummy_line_hirght3 {
  line-height: 0.35em;
}
.dummy_line_hirght4 {
  line-height: 0.4em;
}
.dummy_line_hirght {
  line-height: 0.8em;
}
.dummy_line_hirght10 {
  line-height: 1.0em;
}
.dummy_line_hirght20 {
  line-height: 2.0em;
}
.dummy_line_hirght30 {
  line-height: 3.0em;
}





/* hr実線 */

.s_bar_green1 {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #008400;
  border: none;
}

.s_bar_green2 {
  display: block;
  width: 100%;
//  height: 3px;
  border: none;
//  background-color: #008400;
  border-top: 1px dashed green;
}









