/*  フォント設定CSS */

/*

	1. フォントサイズ設定
	2. カラー設定
	3. その他設定

*/

* {
	letter-spacing: 1px;
	font-family:Verdana, Helvetica,'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
}

body {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

a       { color: #1648CC; text-decoration: underline;}
a:hover { text-decoration: none;}

/* *************************************************
   1. フォントサイズ設定
************************************************* */
.fs10 {
	font-size: 12px;
}

.fs12 {
	font-size: 14px;
}

.fs14 {
	font-size:16px;
}

.fs16 {
	font-size:18px;
}

/* *************************************************
   2. カラー設定
************************************************* */
.fcRed {
	color:#CC0000;
}

.fcGray {
	color:#666666;
}

.fcOrange {
	color:#FF6C00;
}

.fcBlue {
	color:#46748C;
}

.fcBlue a {
	color:#46748C;
}

/* *************************************************
   3. その他設定
************************************************* */
.fwBold {
	font-weight: bold;
}

.lh18 {
	line-height: 18px;
}

.lh18 a {
	line-height: 18px;
}

.lh20 {
	line-height: 20px;
}

.lh20 a {
	line-height: 20px;
}

input {
	font-size: 12px;
}

.ffGothic{
	font-family: "MSゴシック";
}
