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

#contact_nemu {
	line-height: 2em;
	text-align: center;
	margin: 10px;
	border: 5px double #999999;
	font-size: smaller;
}
.contact p {
	line-height: 150%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.contact h3 {
	font-size: larger;
	line-height: 100%;
	color: #330000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
.contact {
	padding: 10px;
}
.contact strong {
	color: #CC0000;
}
.contact_img_r {
	margin: 10px 10px 10px 20px;
	float: right;
	height: 100px;
	width: 250px;
	padding: 0px;
}
.contact table {
	margin: 0px;
	padding: 0px;
}
.contact table p {
	font-size: smaller;
	line-height: 130%;
	margin: 5px;
	padding: 0px;
}

#FORM #customer {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
	font-weight: bold;
	color: #003366;
	font-size: larger;
	line-height: 1.5em;
}
#FORM #attention {
	color: #FF3366;
	font-size: medium;
	line-height: 1.5em;
	background-color: #F0F0FF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
}

