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

/* contact
*****************************************************/

h2 {
	text-align:center;
	width:758px;
}

dl dt {
	float:left;
	clear:both;
	margin-bottom:10px;
	width:80px;
	border-bottom:1px dotted #333;
	padding-bottom:5px;
}

dd {
	float:left;
	padding-left:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #333;
	padding-bottom:5px;
	width:400px;
}

p.attention_txt {
	color:#CC0000;
}
