@charset "UTF-8";

/* 特定のページでのみ使用する特殊なCSS */

/* ================= 目次 =====================

【1】最新情報
【2】サイトマップ

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

/* =============================================================
　■□■ 1. 最新情報 ■□■
============================================================= */

#news-detail
{
	padding-right:30px;
	clear:both;
}
#news-detail dl
{
	margin-bottom:20px;
	padding-top:10px;
}
	#news-detail dl dt
	{
		float:left;
		margin-bottom:10px;
		padding-bottom:10px;
		font-weight:bold;
	}
	#news-detail dl dd
	{
		padding:0 20px 10px 100px;
		margin-bottom:10px;
		border-bottom:dotted 1px #CCCCCC;
	}
	#news-detail p.date
	{
		text-align:right;
		font-weight:bold;
	}

/* =============================================================
　■□■ 2. サイトマップ ■□■
============================================================= */

#sitemap-left
{
	float:left;
	width:297px;
	margin-bottom:0;
	padding-bottom:0;
}
#sitemap-right
{
	float:right;
	width:297px;
}
	#sitemap-left h3,
	#sitemap-right h3
	{
		margin:0 20px 10px 20px;
	}
	#sitemap-left ul,
	#sitemap-right ul
	{
		margin-bottom:20px;
	}	
	#sitemap-left ul li,
	#sitemap-right ul li
	{
		margin:0 20px 0 20px;
		background-image:none;
		background: url(/img/icon_arrow_1.gif) no-repeat left 4px;
		font-weight:normal;
	}
	#sitemap-left ul li a.window,
	#sitemap-right ul li a.window
	{
		background: url(/img/icon_window.gif) no-repeat right 3px;
		padding-right:18px;
		padding-bottom:2px;
		font-weight:normal;

	}

