@charset "UTF-8";

/* -----------------------------*/
/*  default css
/* -----------------------------*/
@import "../../css/base.css";
@import "../../css/page.css";

h2 {
	background:  url(../../css/design/ttl2_contact.gif) no-repeat left top;
}

/* --  formエリア テキスト --*/
input.text {
	width: 300px;
}

input.botton {
	background-color: #ff9933;
	width: 100px;
}

p.line {
	margin: 5px;
	padding: 0;
	border-bottom: dotted 1px #ff9933;
	clear:  both;
}

p.submit {
	margin: 0;
	padding: 0;
	text-align: center;
	clear:  both;
}

.title {
	margin: 0;
	padding: 0	;
	width: 200px;
	color: #ff9933;
	float: left;
}

.data {
	margin: 0;
	padding: 0	;
	width: 350px;
	color: #ffffff;
}

/* form error message */
.error {
	color: #ff6600;
}