/* ページ共通 */

.BaseStyle {

	background-color	: #FAFAE6


}

/* ---------------------------------------- */

/* 各ページのタイトル */

.PageTitle{

	font-family	: "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka ;
	font-size	: 12pt;
}

/* ---------------------------------------- */

/* 本文相当 */

.BodyText{

	font-family	: "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka ;
	font-size	: 9pt;
	line-height	: 1.3em ;

}

/* ---------------------------------------- */

/* 見出し1 */

.SubTitle1{

	font-family	: "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka ;
	font-size	: 11pt;
	font-weight	: bold;

}

/* ---------------------------------------- */

/* 見出し2 */

.SubTitle2{

	font-family	: "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka ;
	font-size	: 10pt;
	font-weight	: bold;
}

/* ---------------------------------------- */

/* 著作権表示など英文字のみ */

.AlabicOnly{

	font-family	: Helvetica , sans-serif ;
	font-size	: 9pt;
	color		: #666666
}

/* ---------------------------------------- */
