@charset "utf-8";
/* CSS Document */

/*-------------------------------- お問合せ --------------------------------*/
#contents {
	width: 960px;
}

#main_contents {
	width: 630px;
}

#side_contents {
	margin-left: 50px;
}


#contact #main_contents h3 {
	width: 630px;
	height: 118px;
	background-image: url(../images/ttl_contact.jpg);
}

table {
	width: 100%;
	margin-bottom: 20px;
	border: #999999 1px solid;
}

table th,
table td {
	padding: 5px;
	font-weight: normal;
	border: #999999 1px solid;
}

table th{
width:30%;
}

table td{
width:70%;
}


table span {
	font-size: 0.8em;
}

table th.ttl01 {
	font-weight: bold;
	background-color: #84A3FE;
}

table th.ttl02 {
	font-weight: bold;
	background-color: #C4ECD2;
}

table th.ttl03 {
	border-bottom: none;
	background-color: #FFF7D8;
}

table th.ttl04 {
	font-weight: bold;
	background-color: #CED6FA;
}


.f01 {
	width: 200px;
}

.f02 {
	width: 320px;
}

.f03 {
	width: 40px;
}

.f04 {
	width: 100px;
}

th.err,
td.err{
background-color:#fee;
}