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

/* 加入概要 */
dl {
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
	}
dt {
	float:left;
	width:80px;
	padding:10px;
	clear:both;
	font-weight:bold;
	background-color:#C00;
	color:#FFF;
	text-align:center;
	}
dd {
	width:410px;
	margin-left:100px;
	padding:3px 5px 8px 10px;
	}
	
.txt_link {
	text-align:right;
	}

#txt_link a {
	color:#C00;
	text-decoration:underline;
	}
#txt_link a:hover {
	color:#C03;
	text-decoration:none;
	}