﻿/* ___サプページ用___ */

/* ページタイトル部分 */

#page-title {
	width:800px;
	height:250px;
	background: #fff;
	margin:0; padding:0;
	border-bottom:3px solid #a00;
	clear:both;
}

#title_gaikaku, #title_season, #title_yakudoshi, #title_access, #title_shahou,
#title_sitemap, #title_privacy, #title_jouken, #title_kinen-jigyo, #title_kinen-shuppan {
	display:block;
	overflow:hidden;
	width:800px;
	height:250px;
	margin:0; padding:0;
	text-indent:-9999em;
	float:right;
}
#title_gaikaku {/* 外郭団体 */
	background: url(../img/title_gaikaku.jpg) no-repeat right;
}
#title_season {/* 大宮の四季 */
	background: url(../img/title_season.jpg) no-repeat right;
}
#title_yakudoshi {/* 厄年チェック */
	background: url(../img/title_yakudoshi.jpg) no-repeat right;
}
#title_access {/* 交通アクセス */
	background: url(../img/title_access.jpg) no-repeat right;
}
#title_shahou {/* 社報 */
	background: url(../img/title_shahou.jpg) no-repeat right;
}
#title_sitemap {/* サイトマップ */
	background: url(../img/title_sitemap.jpg) no-repeat right;
}
#title_privacy {/* 個人情報保護 */
	background: url(../img/title_privacy.jpg) no-repeat right;
}
#title_jouken {/* ご利用条件 */
	background: url(../img/title_jouken.jpg) no-repeat right;
}
#title_kinen-jigyo {/* 記念事業 */
	background: url(../img/title_kinen-jigyo.jpg) no-repeat right;
}
#title_kinen-shuppan {/* 記念出版 */
	background: url(../img/title_kinen-shuppan.jpg) no-repeat right;
}

/*社報ページ用*/
#backnumber { width:530px; margin:0 0 1em 25px; padding:0;}
#backnumber h3 { margin-left:0;}
#backnumber p { width:100px; height:200px; float:left; margin:0 5px 1em 0; padding:0; text-align:center;}

/* サイトマップ専用 */

.half-left {
	width:280px; float:left;
	margin:0; padding:0;
	display:block; overflow:hidden;
}

.half-right {
	width:255px; float:left;
	margin:0 0 0 10px; padding:0;
	display:block; overflow:hidden;
}

.sitemap-p_left ,.sitemap-p_right {
	background:#ccc;
	padding:5px;
	list-style-type:none; width:255px;
}

.sitemap-p_left {
	margin:10px 0 0 25px;
}

.sitemap-p_right {
	margin:10px 0 0 0;
}
