@charset "UTF-8";

/*---------------------------------------------------------**
campaign.html
-----------------------------------------------------------**/
div.Box_sitemap div.Box
	{
		width: 700px;
		margin: 0px auto;
		text-align: center;
		padding-top: 40px; 
	}
dl
	{
		width: 700px;
		text-align: left;
		padding-bottom: 50px;
		clear: both;
	}
dl dt
	{
		padding: 0 0 3px 20px;
		background: url(../img/sitemap/icon_a.gif) no-repeat;
		border-bottom: 1px solid #312917;
	}
dl dd.ddTop
	{
		padding: 5px 20px;
		background: url(../img/sitemap/icon_b.gif) no-repeat #F2EDE6 10px 50%;
	}
dl dd.ddEtc1
	{
		width: 214px;/*214px+20px*/
		padding: 10px 0 10px 20px;
		background: url(../img/sitemap/icon_c.gif) no-repeat 10px 50%;
		float: left;
	}
dl dd.ddEtc
	{
		width: 213px;/*213px+20px*/
		padding: 10px 0 10px 20px;
		background: url(../img/sitemap/icon_c.gif) no-repeat 10px 50%;
		float: left;
	}
dl dd table td
	{
		padding: 10px 0 10px 20px;
		background: url(../img/sitemap/icon_c.gif) no-repeat 10px 50%;
	}


