/********************************************************************/
/*                                                                  */
/*  エックスメイト スタイルシート　     　　　         2002.04.02版 */
/*                                                制作者：松井 隆昌 */
/*                                                                  */
/********************************************************************/


/* リンク（通常） */
a:link {
font-size : 12px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
text-decoration : underline;			/* 文字装飾（下線） */
color : #3366CC;				/* フォントカラー */
	}

/* リンク（訪問済み） */
a:visited {
font-size : 12px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
text-decoration : underline;			/* 文字装飾（下線） */
color : #996699;				/* フォントカラー */
	}

/* リンク（リンクボタン押した直後） */
a:active {
font-size : 12px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
text-decoration : underline;			/* 文字装飾（下線） */
color : #ffcccc;				/* フォントカラー */
	}

/* リンク（リンク上にマウスポインタ） */
a:hover {font-size : 12px;			/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
text-decoration : underline;			/* 文字装飾（下線） */
color : #ff6633;				/* フォントカラー */
	}

/* body内の文字設定 */
body {	
font-size : 12px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
	}

/* td内の文字設定 */
td {	
font-size : 12px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
	}

/* デフォルトフォント */
font {	
font-size : 12px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
	}

/* フォント10px （通常版）*/
.f10 {
font-size : 10px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
color : #333333;				/* フォントカラー */
text-decoration : none;				/* 文字装飾(なし) */
	}

/* フォント12px （通常版）*/
.f12 {
font-size : 12px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
color : #333333;				/* フォントカラー */
text-decoration : none;				/* 文字装飾(なし) */
	}

/* フォント12px(太文字)*/
.b_f12 {
font-size : 12px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
color : #333333;				/* フォントカラー */
font-weight : bold;				/* 太字 */
text-decoration : none;				/* 文字装飾(なし) */
	}

/* フォント16px(太文字)*/
.b_f16 {
font-size : 16px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 150%;				/* 行間 */
color : #333333;				/* フォントカラー */
font-weight : bold;				/* 太字 */
text-decoration : none;				/* 文字装飾(なし) */
	}

/* 著作権 */
.copyright {
font-size : 12px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
color : #333333;				/* フォントカラー */
	}

/* 注意事項12px （通常版）*/
.attention_12 {
font-size : 12px;				/* 文字サイズ */
font-family : "ＭＳ Ｐゴシック", "Osaka";	/* フォント(Win,Mac) */
line-height : 130%;				/* 行間 */
color : #ff3333;				/* フォントカラー */
text-decoration : none;				/* 文字装飾(なし) */
	}