
/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


/* ------ ページ全体 ------ */
body {
 margin: 0;
 padding: 0;  
 color: #000000;
}


/*セカンド以下ページ用*/
.t10 {font-size: 70%;line-height: 160%;}
.t10m {font-size: 70%;}
.t12 {font-size: 80%;line-height: 160%;}
.t12m {font-size: 80%;}
.t14 {font-size: 90%;line-height: 140%;}
.t14m {font-size: 90%;}
.t16 {font-size: 110%;line-height: 160%;}
.t16m {font-size: 110%;}
.t18{font-size: 120%;line-height: 130%;}


/*パンくずナビ*/
a.pLink:link{color: #000000; text-decoration: underline}
a.pLink:visited{color: #000000; text-decoration: underline}
a.pLink:hover{color: #FF9900;  text-decoration: underline;}
.pan{font-size: 80%;color:#000000;line-height: 160%;}
.t14_red {
	font-size: 90%;
	line-height: 140%;
	color: #CC0000;
}


/* ------ タイトル ------ */
.title {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
}


/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
}


