@charset "utf-8";

/* ------------------------------------------------------ */
/* 他ページと同一フォーマットの部分 ▼▼▼▼------------- */
/* 基本のサイズ設定等は、bottom.cssに ------------------- */

/* ページタイトル --------------------------------------- */
#cont-header h2 {
	background-position:left -650px;
}

/* コンテンツのタイトル --------------------------------- */
#container #main-content h3,
#container #sub-content h5 {
	color:#c00;
}

#container #main-content h3 {
	margin-top:0;
}

/* 左側コンテンツ領域 ----------------------------------- */
#container #sub-content .cont-area,
#container #sub-content .cont-area-li li {
	border-left:4px solid #c00;
}


/* ------------------------------------------------------ */
/* サイトマップ ▼▼▼----------------------------------- */
/* 基本のサイズ設定等は、bottom.cssに ------------------- */

#container #main-content ul#sitemap {
	padding:0 12px;
	width:575px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	font-size:100%;
	line-height:160%;
	list-style:none;
}

#container #main-content ul#sitemap li {
	padding-bottom:6px;
	width:575px;
	border-bottom:1px dotted #ddd;
}

/* サイトマップ - タイトル - */
#container #main-content ul#sitemap li h4 {
	margin:6px 0 0 0;
	padding:0;
	width:575px;
	font-size:110%;
	font-weight:bold;
	line-height:1.3em;
}
#container #main-content ul#sitemap li h4.no-margin {
	margin-top:0;
}

/* サイトマップ - 日付 - */
#container #main-content ul#sitemap p {
	font-size:90%;
	line-height:1.4em;
}

#container #main-content ul#sitemap li ul {
	padding:0;
	width:575px;
	list-style:none;
}

#container #main-content ul#sitemap li ul li {
	padding:0 0 0 10px;
	width:565px;
	line-height:18px;
	border-bottom:none;
	background:url('../img/arrow.gif') no-repeat 0 0;
}

