@charset "utf-8";

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

経済広報総目次

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

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

常にインクルードするCSS

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

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

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

テキスト

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

.text .top {
	margin-top:10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background:url(../sitemap/img/bg_tit.jpg) top no-repeat;
}

.text .top2 {
	margin-top:10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

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

リスト

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

ul.one {
	margin-left:10px;
}

ul.one li {
	margin-bottom:5px;
	padding-left: 15px;
	background: url(../sitemap/img/icon_01.jpg) no-repeat 0 4px;
}

ul.second {
	margin-left:20px;
}

ul.second li {
	margin-bottom:5px;
	padding-left: 20px;
	background: url(../sitemap/img/icon_02.jpg) no-repeat 5px 4px;
}

ul.third {
	margin-left:10px;
}

ul.third li {
	margin-bottom: 5px;
	padding-left: 35px;
	background: url(../sitemap/img/icon_03.jpg) no-repeat 25px 8px;
}

ul.third li.non {
	margin-bottom:5px;
	margin-left:-10px;
	background: url(none);
}

.bg1 {
	width:710px;
	margin:5px 0;
	float:left;
	border:#CCCCCC solid 1px;
}

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

フロート

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

.floatBox {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 236px;
}

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

マージン

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

.marginTop1em {
	margin-top: 1em;
}