/* フォントの種類・色・文字間 */
body {
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #646464;
	}

/* フォントサイズ設定　Hタグ */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}

/* フォント設定　フォーム関連 */
optgroup {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}

/* テキストを表示させたくない場合 */
.none { display: none; }

/* フォント強調（タイトルなど） */
.emphasis_black { color: #000000; }

.emphasis_blue { color: #2d4e92; }

.emphasis_red { color: #ff0000; }

.emphasis_white { color: #ffffff; }

.emphasis_purple { color: #ae9fbd; }

.emphasis_navy { color: #29007b; }

.emphasis_orange { color: #ff6400; }

.under { text-decoration:underline; color:#646464; }


/* フォントの位置（横にセンター合わせ） */
.text_position {
	vertical-align: middle;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	border: 0px #ff0000 solid;
	}

/* フォントサイズ設定　1行で収まる文になる場合 */
.hl9 { font-size: 9px; line-height: 1; }
.hl10 { font-size: 10px; line-height: 1; }
.hl12 { font-size: 12px; line-height: 1; }
.hl14 { font-size: 14px; line-height: 1; }
.hl18 { font-size: 18px; line-height: 1; }
.hl24 { font-size: 24px; line-height: 1; }
.hl28 { font-size: 28px; line-height: 1; }

/* フォントサイズ設定　2行以上の文になる場合 */
.text9 { font-size: 9px; line-height: 135%; }
.text10 { font-size: 10px; line-height: 135%; }
.text12 { font-size: 12px; line-height: 135%; }
.text14 { font-size: 14px; line-height: 135%; }
.text18 { font-size: 18px; line-height: 135%; }
.text24 { font-size: 24px; line-height: 135%; }
.text28 { font-size: 28px; line-height: 135%; }

/* リンク設定 */
/* ------------------------------------------------------------ */
a:link { text-decoration: none; color: #646464; }
a:visited { text-decoration: none; color: #646464; }
a:active { text-decoration: none; color: #f00; }
a:hover { text-decoration: underline; color: #000; }
