@charset "utf-8";

/* ===================================================================
CSS information

 file name  :sitemap.css
 style info :サイトマップページ
=================================================================== */

div#sMap-lCol {
	float: left;
	width: 415px;
}

div#sMap-rCol {
	float: right;
	width: 415px;
}


div.sMap-box {
	margin-bottom: 30px;
}

	p.sMap-grp {
		margin: 0;
		font-size: 116.7%;
		padding-bottom: 20px;
		font-weight: bold;
		background: url(../../images/sh_bg.gif) no-repeat;
		background-position: bottom;
	}
	
	div.sMap-box ul {
		padding: 0;
		margin: 0;
	}
	
	div.sMap-box ul li {
		list-style: none;
		line-height: 26px;
	}
	
