@charset "shift_jis";

.contact_txt_colored {
	color: #CC0000;
}
#contact {
	width: 570px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 80%;
	color: #333333;
	line-height: 1.5em;
}
#contact p {
	padding-left: 10px;
}

#contact a:link {
	color: #663300;
	text-decoration: underline;
}
#contact a:visited {
	color: #663300;
	text-decoration: underline;
}
#contact a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#contact dl,dt,dd,form,fieldset,input,textarea,button {
	padding:0;
	margin:0;
	font-size:100%;
}
#contact dl {
	margin-bottom: 30px;
	margin-top: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F2E2AA;
	}
#contact dt {
	margin-top:0.2em;
	width:11em;
	float:left;
	text-indent:0.5em;
	}
#contact dd {
	width:auto;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dotted #CCCCCC;
	}
#contact_confirm {
	background-color: #F7F7F7;
	margin:10px auto;
	width: 500px;
	padding: 10px;
	border:#999999 1px dotted;
}
#contact .a_left {
	text-align:left;
	}
#contact .a_right {
	text-align:right
	}
#contact .a_center {
	text-align: center;
}

