@charset "utf-8";
/* CSS Document */
h2#title01 {
	background-image:url(../img/h2_01.png);
}
div#editable h2 {
	height:32px;
}

div#editable .sysCaution , table#contact sup{
	color:rgb(224,0,0);
}
table#contact {
	border-bottom: 1px solid rgb(153,204,0);
}
table#contact th, table#contact td {
	padding:0.5em 1em 0.2em;
	border-top: 1px solid rgb(153,204,0);
}
table#contact th {
	font-weight: normal;
	text-align:left;
	background-color: rgb(237,253,219);
	white-space:nowrap;
}

table#contact input, table#contact select, table#contact textarea, table#contact submit {
	font-size:0.9em;
	padding:0.2em;
	line-height:1.25em;
}
table#contact input, table#contact select, table#contact textarea {
	border:1px solid rgb(153,204,0);
}

