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

A:link { color:#5e8dad;}
A:visited { color: #5e8dad;}

/* ------ ページ全体 ------ */
body {
	background-color: #ffffff;
	margin: 0px;
font-family:"Helvetica Neue",Helveitca,Arial,Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#wrapper {
	width:600px;
	margin:0 auto;
	}
/* ------ タイトル ------ */

header {
width: 100%;
border-bottom:2px solid #000;
height: 60px;
padding:15px;
}
#logo {
width:100px;
float:left;
}
#logo img {
width:100%;
height:auto;
}
.title {
float:left;
font-size: 20px;
	}



/* ------ メッセージ ------ */
.msg_head {
	width:100%;
	text-align:center;
	color: #666666;
	font-size: 13px;
	margin-left: 20px;
	line-height: 18px;
}

.msg_foot {
	text-align:center;
}

/* ------ 追加項目 ------ */
.msg_head2 {
	color: #FF3366;
	font-size: 13px;
	line-height: 18px;
	text-decoration: underline;
}
.body2{
	font-size:13px;
	line-height:16px;
	color:#CC6666;
}
/* ------ テーブル ------ */
table {
	border-style: none;
	width: 500px;
	margin:0 auto;
}

table th {
	background-color: #E6E6E6;
	color: #4A2F2F;
	text-align: left;
	width: 30%;
	border-style: none;
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	white-space: normal;

}

table td {
	background-color: #E6E6E6;  /* 背景色 */
	color: #4A2F2F;             /* 文字色 */
	text-align: left;           /* 配置 */
	width: 70%;
	border-style: none;
	white-space: normal;
	padding: 5px;
	font-size: 13px;
}


/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
}
.body3 {
	font-size:11px;
	color:#4a2f2f;
	letter-spacing: 1px;
	line-height: 16px;


}
