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


/* ------ ページ全体 ------ */
body {
	background-color: #FFFFFF;
	color:#333333;
	font-size:12px;
	margin-left: 25px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0px;
}


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


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

.msg_foot {
	color: #333333;             /* 文字色 */
	font-size:11px;
	text-align: center;         /* 配置 */
}


/* ------ テーブル ------ */
table {
	border-style: none;
	width: 600px;
}

table th {                          
	background-color: #f7e9f0;  /* 背景色 */
	color: #333333;             /* 文字色 */
	font-size:12px;
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
	width:130px;
}

table td {
	background-color: #ffffff;  /* 背景色 */
	color: #333333;             /* 文字色 */
	font-size:12px;
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}


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

.text14 {
    font-size:14px;
	font-weight:700;
}

.text13 {
    font-size:13px;
	font-weight:700;
	color:#FF6699;
}

.text12 {
    font-size:12px;
}

#white {
    background-color:#FFFFFF;
}

#pink {
    background-color:#f7e9f0;
	width:100%;
}

#state {
    background-color:#eeeeee;
	width:580px;
	padding:10px;
}


