@charset "utf-8";

/*------------------------------
サイトマップ用css設定ファイル
・サイトマップ
------------------------------*/

/*----- 上書き -----*/
h2 { width: 426px; }


/*----- タイトル -----*/
#title_zone #title_text h1 {
	height: 24px;
	background: url(../image/another/title_h1_sitemap.gif) no-repeat;
}




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

#sitemap {
	width: 940px;
	margin: 0 auto;
}
#sitemap_left {
	float: left;
	width: 450px;
}
#sitemap_right {
	float: right;
	width: 450px;
}

#another_ul { margin-top: 30px; }

ul.icon_green li { zoom: 1; }
ul.icon_green_arrow li {
	background: url(../image/common/icon_green_bgwhite.gif) left center no-repeat;
	padding-left: 14px;
}