@charset "UTF-8";

/* =============================================

	1= base
	2= fontSize
	3= lineHeight
	4= fontWeight
	5= fontcolor

============================================= */





/* ---------------------------------------------
	1= base
--------------------------------------------- */

body,th {
	font-size:12px;
	line-height:1.4em;
	color:#696969;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-style:normal;
	text-align: justify;
	}

strong {
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight:normal;
	}	

h1,h2,h3 {
	font-size:12px;
	line-height:1.5em;
	color:#555555;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-style:bold;
	}

h4,h5,h6 {
	font-size:12px;
	line-height:2em;
	color:#555555;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-style:bold;
	}
	
h1 span, h2 span, h3 span, h4 span {
	display: block;
	text-indent:-999em;
	}
	




/* ---------------------------------------------
	2= fontSize
--------------------------------------------- */

.fl {
	font-size: 14px;
	}

.fm {
	font-size: 12px;
	}

.fs {
	font-size: 10px;
	line-height:1.4em;
	}





/* ---------------------------------------------
	3= lineHeight
--------------------------------------------- */

.flh2 {
	line-height: 2em;
	}





/* ---------------------------------------------
	4= fontWeight
--------------------------------------------- */

.fwb {
	font-weight: bold;
	}





/* ---------------------------------------------
	5= fontcolor
--------------------------------------------- */

.fcg {
	color:#696969;
	}

.fcw {
	color: #ffffff;
	}

.fcr {
	color: #e83820;
	}

.fcb {
	color: #006699;
	}
