@charset "utf-8"; /* PublishCharset into mt-config.cgi */

/* メールフォーム */
#content #mailform {
	width: 600px;
	border-collapse:collapse;
	border-spacing:0px;
	border: 1px solid #B5C8C8;
	margin: 0px auto 10px;
}
#content th {
	border: 1px solid #B5C8C8;
	background: #E8F3F4 url(http://dechichi.com/blog_item/form_bg.gif) repeat;
	padding: 5px;
	width: 190px;
}
#content td {
	padding: 5px;
	width: 390px;
	border: 1px solid #B5C8C8;
	text-align: left;
}
#content #mailform label {
	font-weight:bold;
	color: #5F9FA7;
}
#mail_author, #mail_email, #mail_subject {
	width: 250px;
	border: 1px solid #92BDC2;
	padding: 1px;
	height: 20px;
}
#mail_text {
	width:380px;
	border: 1px solid #92BDC2;
	padding: 1px;
}
/* メールヘッド */
.mail-head {
	background: url(http://dechichi.com/blog_item/mail.gif) no-repeat left center;
	height: 20px;
	width: 600px;
	text-indent: -900em;
	margin: 20px auto 10px;
}
.mailerror-head {
	background: url(http://dechichi.com/blog_item/mailerror.gif) no-repeat left center;
	height: 20px;
	width: 600px;
	text-indent: -900em;
	margin: 20px auto 10px;
}
.mailpost-head {
	background: url(http://dechichi.com/blog_item/mailpost.gif) no-repeat left center;
	height: 20px;
	width: 600px;
	text-indent: -900em;
	margin: 20px auto 10px;
}
.mailpreview-head {
	background: url(http://dechichi.com/blog_item/mailpreview.gif) no-repeat left center;
	height: 20px;
	width: 600px;
	text-indent: -900em;
	margin: 20px auto 10px;
}
.mailpreview-cont {
	background: #F5F7F5 url(http://dechichi.com/blog_item/quote_bg.gif) repeat-y left top;
	padding: 10px;
	width:580px;
	margin: 0px auto 20px;
}