/* ----------------文字---------------- */

.red_b {
	color: #ff0000;
	font-weight: bold;
}

/* ----------メールフォーム---------- */

#chirashi {
	width:600px;
	height: auto;
	margin:0px auto;
	padding: 20px 0px 0px 0px;
	text-align: center; 
}

#mail {
	width:600px;
	height: auto;
	margin:0px auto;
	padding: 20px 0px;
	border: 1px solid #444444;
	background:#FFFFFF;
	color:#222222;
	font-size: 12px;
	line-height:1.5em;
}

#mail .tbl {
	width:498px;
	height: auto;
	margin:0px auto;
}

#mail .td1 {
	width:35%;
	height:auto;
	padding: 5px;
	color:#222222;
	font-size: 12px;
	text-align: right; 
	border-bottom: 1px dotted #444444;
}

#mail .td2 {
	width:65%;
	height:auto;
	padding: 5px;
	color:#222222;
	font-size: 12px;
	text-align: left; 
	border-bottom: 1px dotted #444444;
}