@charset "UTF-8";

/* --- common　--- */
@import url("common.css");


/* --- page specific --- */


h1,h2,h3,h4,h5,h6 {
	font-size: 10px;
}
h1 {
	padding-top:10px;
}

.title img {
	margin-top: 10px;
}

.sec-5 {
	margin-top: 5px;
}
.sec-10 {
	margin-top: 10px;
}
.sec-20 {
	margin-top: 20px;
}
table td.hr {
	height:12px;
	padding: 5px;
	background-image: url(../img_contact/hr.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
table td {
	border:0px solid;
	padding: 5px;
	vertical-align: middle;
}


table td.lege2 {
	background-color: #F2F2F2;
	text-align: center;
}

.submit {
	height: 30px;
	border: 5px solid #e6e6e6;
	background-color: #FFFFFF;
	width: 60px;
}
textarea {
	border: solid 1px;
	border-color:#b2b2b2;
}
.req{
color:#FF0000;
	font-weight: bold;
	font-size:10px;
}

.msg {
	margin-top: 10px;
}
.error {
	margin-top: 10px;
	margin-left: 10px;
}
.error li {
	color: #FF3300;
}