@charset "Shift_JIS";

/* -------------------------------------------

contact

--------------------------------------------*/
#contact {
	background: url(images/contact_img01.jpg) no-repeat 440px 70px;
}

#contact dl {
	margin:5px 0 0 10px;
	padding:0 0 5px 0;
	overflow:hidden;
     _zoom:1;
	 border-bottom:1px dotted #ccc;
	 width:410px;
	 font-size: 116%;
	 line-height:180%;
}
#contact dl dt {
	float:left;
	color:#35a1f2;
	font-weight:bold;
	width:110px;
	padding-left:20px;
}
#contact dl dd {
	float:left;
	width:280px;
	
}