@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

h4 {
	margin: 10px 5px 0px 16px;
}

div#content div.main p {
	margin: 10px 5px 0px 20px;
}

div#content div.main h5 {
	margin: 10px 15px 30px 20px;
	padding: 0px 0px 10px 20px;
	background-image: url(../img/border_purple.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#content div.main p.check {
	float: right;
	width: 240px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

span {
	color: #ff0000;
}

table {
	width: 558px;
	clear: both;
	margin: 0px 12px 25px 12px;
	padding: 0px;
	border: 0px;
}

table tr {
	background-color: #f3f3f3;
}

table tr.gray {
	background-color: #e6e6e6;
}

table th,
table td {
	border: 0px;
	padding: 10px;
	margin: 0px;
}

table th {
	width: 25%;
	padding-left: 20px;
	vertical-align: middle;
}

table td {
	width: 75%;
	vertical-align: middle;
}

table td span {	
	font-size: 80%;
	color: #333;
}

table td input#company,
table td input#mail {
	width: 300px;
}

table td input#add {
	width: 350px;
}

table td input#tel {
	width: 200px;
}

table td input#name,
table td input#ruby {
	width: 250px;
}

textarea {
	width: 350px;
}

div#content div.main p.put,
div#content div.main p.put input {
	text-align: center;
}

em {
	color: #ff0000;
}