@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */



/* headerヘッダー
----------------------------------------------------------- */
#sitemap h1#title {
	width:1000px;
	background:url(../sitemap/images/sitemap_title.gif) no-repeat left top;
	margin:0 auto;
	height:70px;
	text-indent:-9999px;
}


/* mainメイン
----------------------------------------------------------- */
#sitemap #main div.sitemap_layout {
	overflow:hidden;
	margin:0 0 40px 0;
	padding:0 0 20px 0;
	width:100%;
	height:100%;
	border-bottom: solid 1px #F5EEEE;
}
#sitemap #main div.sitemap_layout2 {
	overflow:hidden;
	margin:0 0 40px 0;
	padding:0 0 20px 0;
	width:100%;
	height:100%;
}

#sitemap #main div.sitemap_con_left {
	width:202px;
	margin:0;
	float:left;
	overflow:hidden;
	height:100%;
	padding:10px;
}

#sitemap #main div.sitemap_con_center {
	width:202px;
	margin:0 0 0 17px;
	float:left;
	overflow:hidden;
	height:100%;
	padding:10px;
}

#sitemap #main div.sitemap_con_right {
	width:202px;
	margin:0;
	float:right;
	overflow:hidden;
	height:100%;
	padding:10px;
}
#sitemap #main div.st {
	padding:10px;
	border-top: dotted 1px #790000;
	border-bottom: dotted 1px #790000;
	margin:0 0 5px 0;
}
#sitemap #main ul.aitemap_ul {
	margin:0 0 0 25px;
}
#sitemap #main ul.aitemap_ul li {
	margin:0 0 8px 0;
}









/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

