@charset "utf-8";

/***** colum *****/

.title {
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/colum/title.gif);
}

.con dl {
	margin-top: 30px;
	margin-bottom: 50px;
}
.con dt {
	font-weight: bold;
	color: #666666;
}

.con dd {
	text-indent: 44px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.navilink {
	color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #13603F;
	margin-top: 20px;
	padding-top: 5px;
}

.right {
	text-align: right;
}

