@charset "utf-8";

/*========================

業界団体の広報活動

========================*/

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

常にインクルードするCSS

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

@import "reset.css";
@import "base.css?2023";

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

テキスト

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

.txtRight {
	text-align:right;
}

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

マージン

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

.marginLeft1em {
	margin-left: 1em;
}

.marginTop1em {
	margin-top: 1em;
}

.margintopTxt {
	margin: 10px 5px;
}

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

リスト

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

.text dl {
	margin-bottom: 14px;
	background: url(../link/img/tensen.gif) no-repeat bottom;
	margin-top: 14px;
	margin-left: 10px;
}

.text dl dt {
	background: url(../link/img/icon_mark.jpg) no-repeat left 5px;
	padding-left: 15px;
	float: left;
	width: 200px;
	margin-left: 10px;
	display: inline;
}

.text dl dd {
	padding-left: 22px;
}