@charset "utf-8";

/*
============================= Text CSS =============================

			フォント設定
				1.段落
				2.見出し
				3.フォントサイズ
				4.フォントカラー
				5.その他

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


/* 1.フォントサイズの基準
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽

参考：Yahoo! UI Library: Fonts CSS
　　　http://developer.yahoo.com/yui/fonts/

26px : 197%
24px : 182%
22px : 167%
20px : 153.9%
18px : 139%
16px : 123.1%
15px : 116%
14px : 108%
13px : 100%
12px : 93%
11px : 85%
10px : 77%

*/

*html{/*XP対応*/
	line-height:1.5em;
}

/* 1.段落
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
p {
	/*padding:0;
	margin:0.75em 1.5em 1.25em 1.5em;*/
/*  2016.08.25: コメントアウト
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
*/

}


/* 2.見出し
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

h1,h2,h3,h4,h5,h6 {
	clear: both;
}


/*  2016.08.25: コメントアウト
h1 {
	display: inline;
}
*/

#breadList h1 {
	display: inline;
}
#breadList h2 {
	display: inline;
	font-weight: normal;
}
#mainTitle h2,#lNavTitle h2{
	font-weight:bold;
}


/* 3.フォントサイズ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.fs10 { font-size: 77%; }
.fs11 { font-size: 85%; }
.fs12 { font-size: 93%; }
.fs13 { font-size: 100%; }
.fs14 { font-size: 108%; }
.fs15 { font-size: 116%; }
.fs16 { font-size: 123.1%; }
.fs18 { font-size: 139%; }
.fs20 { font-size: 153.9%; }



/* 4.フォントカラー
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.red { color: #C00; }
.blue { color: #069; }
.liteblue { color: #72A1C9; }
.green { color: #669933; }
.orange { color: #FF6600; }
.white { color: #FFFFFF; }
.gray { color: #999999; }

/*　背景オレンジ白文字　*/
.orangeW{
color:#FFFFFF;
background:#ff6600;
padding:0 0.25em;
}

/*　背景赤白文字　*/
.redW{
color:#FFFFFF;
background: #F30;
padding:0 0.25em;
}

/*　背景グリーン白文字　*/
.greenW{
color:#FFFFFF;
background:#009d79;
padding:0 0.25em;
}

/*　背景ブラウン白文字　*/
.brownW{
color:#FFFFFF;
background:#5e5243;
padding:0.25em;
}

/* 5.寄せ・サイズ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.center {
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}


/* 小さめ */
.small{
	font-size:0.85em;
	line-height:1.25em!important;
}

/* 大きめ */
.large{
	font-size: larger;
	line-height:1.5em;
}

/* 注意 */
.att{
	color:#F30;
	font-size:95%;
}

.attBrack{
	font-size:93%;
	line-height:1.25em!important;
}


/* 99.その他の要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */





/* END */
