@charset "UTF-8";

/* 
	:title 		"サイトマップページ用スタイルシート";
	:created 	"2010/05/17";
	:release 	[:revision "1.00"];
	:auther 	[:name "Project D"];
*/

/* サイトマップ
-------------------------------------------------- */
.section { margin: 30px 0 2em 0; }
.size1of2 {
	width	: 48%;
	float	: left;
}
	dl.size1of2 dt {
		margin		: 2em 1em 1em 0;
		padding		: 0.5em 0 0.5em 1em;
		font-weight	: bold;
		color		: #333;
		border-bottom : 1px solid #ab9724;
		border-left	: 3px solid #ab9724;
	}
	dl.size1of2 dt.firstItem { margin: 0 1em 1em 0; }
	dl.size1of2 dd { margin: 0.8em 1em 0 1.5em;	}

dl.size1of2 dt a:link,
dl.size1of2 dt a:visited {
	color: #333;
	text-decoration: underline;
}

dl.size1of2 dt a:hover,
dl.size1of2 dt a:active {
	color: #333;
	text-decoration: underline;
}

/* clearfix
-------------------------------------------------- */
#sitemap .section:after {
	height		: 0;
	display		: block; 
	clear		: both; 
	content		: url(/common/img/pixel.png);
}

#sitemap .section { overflow: hidden; }

/* Hides from IE-mac \*/
* html #sitemap .section {
  height		: 1%;
  overflow		: visible;
}