/* text.css */

/*************************************************
 ホーム
*************************************************/
PRE.Appeal {
 font-family			: "HGP明朝B";							/* 文字のフォント */
 font-weight			: none; 							/* 文字の太さ */
 font-size			: 23px; 							/* 文字のサイズ */
 text-align			: center;							/* 文字の配置 */
 color				: red;
}

/*************************************************
 会社案内
*************************************************/
/* 内容 */
PRE.CompanyProfile_Status {
 font-family			: "ＭＳ Ｐゴシック";						/* 文字のフォント */
 font-weight			: normal; 							/* 文字の太さ */
 font-size			: 14px; 							/* 文字のサイズ */
 text-decoration		: none;								/* 文字の下線 */
 line-height			: 1.5;								/* 文行の段落（幅） */
 text-align			: left;								/* 文字の配置 */
 padding-left			: 10px;								/* 枠と内容の間の空間 */
}

/*************************************************
 ご挨拶
*************************************************/
/* 本文 */
PRE.Greeting_Status {
 font-family			: "HG明朝E";							/* 文字のフォント */
 font-weight			: normal; 							/* 文字の太さ */
 font-size			: 16px; 							/* 文字のサイズ */
 text-decoration		: none;								/* 文字の下線 */
 line-height			: 1.3;								/* 文行の段落（幅） */
 text-align			: left;								/* 文字の配置 */
}

/* 署名 */
PRE.Greeting_Signature {
 font-family			: "HG明朝E";							/* 文字のフォント */
 font-weight			: normal; 							/* 文字の太さ */
 font-size			: 15px; 							/* 文字のサイズ */
 text-decoration		: none;								/* 文字の下線 */
 line-height			: 1.3;								/* 文行の段落（幅） */
 text-align			: left;								/* 文字の配置 */
}

/*************************************************
 事業内容
*************************************************/
PRE.BusinessContents {
 font-family			: "ＭＳ Ｐゴシック";						/* 文字のフォント */
 font-weight			: normal; 							/* 文字の太さ */
 font-size			: 14px; 							/* 文字のサイズ */
 text-decoration		: none;								/* 文字の下線 */
 line-height			: 1.5;								/* 文行の段落（幅） */
 text-align			: left;								/* 文字の配置 */
}

/*************************************************
 採用情報
*************************************************/
PRE.EmploymentInformation {
 font-family			: "ＭＳ Ｐゴシック";						/* 文字のフォント */
 font-weight			: normal; 							/* 文字の太さ */
 font-size			: 14px; 							/* 文字のサイズ */
 text-decoration		: none;								/* 文字の下線 */
 line-height			: 1.5;								/* 文行の段落（幅） */
 text-align			: left;								/* 文字の配置 */
}

/*************************************************
 個人情報保護に関する当社の考え方
*************************************************/
PRE.PrivacyPolicy {
 font-family			: "ＭＳ Ｐゴシック";						/* 文字のフォント */
 font-weight			: normal; 							/* 文字の太さ */
 font-size			: 14px; 							/* 文字のサイズ */
 text-decoration		: none;								/* 文字の下線 */
 line-height			: 1.5;								/* 文行の段落（幅） */
 text-align			: left;								/* 文字の配置 */
}