@charset "Shift_JIS";
/* CSS Document */

/* ++++++++++++ Import ++++++++++++ */
@import url(../css/common.css);

/* ++++++++++++ Tags ++++++++++++ */
body {
	background-color: #000000;
}
h1 {
	background: #FFFFFF url(images/h1_mailpost.gif) bottom no-repeat;
	height:67px;
}
#contents p {
	color:#cc0000;
	margin: 10px 25px;
	font-size: 1.2em;
	line-height:1.3em;
}
#contents p.note {
	font-size:0.8em;
}
form {
	margin: 0 0 0 385px;
	width:260px
}
dt {
	font-weight: bold;
	margin-top: 10px;
	color:#444444;
}
input.form,
textarea.form {
	width:250px;
	background:inherit;
}
/* ++++++++++++ Layout ++++++++++++ */
#header {
	background: #000000;
	height:50px;
}
#contents {
	background: #FFFFFF url(images/bg_mailpost.jpg) bottom no-repeat;
	height:550px;
}
#message {
	height:80px;
}
.form { 
	font-size: 0.9em;
	color: #990000;
	border: 1px solid #999999;
}
.btn {
	margin:20px 10px 0 0;
}