@charset "utf-8";

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

経済広報センターについて

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

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

常にインクルードするCSS

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

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

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

マージン

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

.marginTop1em {
	margin-top: 1em;
}

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

テキスト

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

.txtRight {
	text-align:right;
}

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

お問い合わせ

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

.contact {
	margin-top:10px;
	padding-top:10px;
	border-top:#CCC solid 1px;
}