@charset "UTF-8";

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

						sitemap setting

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


/* local navigation
------------------------------------------*/




/* contents
------------------------------------------*/
#container {
/*	background:url(/sitemap/common/img/bg_contents.jpg) no-repeat 50% 0;	*/
	padding-top:0;
}

/* category title */

/* mainarea */
#contit {
/*
	border:solid 1px #ededed;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:#ededed;
	padding:10px 16px;
	font-size:139%;
	font-weight:bold;
	line-height:1.2;
*/
}



/* top setting
------------------------------------------*/
#container.categorytop {
	background:url(/sitemap/top/img/bg_contents_ctop.jpg) no-repeat 50% 0;
	padding-top:0;
}

.categorytop #contit {
	top:40px;
	width:301px;
	height:42px;
	background:url(/sitemap/common/img/title_sitemap.gif) no-repeat 0 0;
	text-indent:-9999em;
	border:0;
	padding:0;
	font-weight:bold;
	font-size:100%;
}

/* mainarea */
.categorytop #mainarea {	/* category top */
	padding-top:116px;
}


/* parts module
------------------------------------------*/
/* sitemap list */
.sitemaplist {
	width:950px;
}
	.sitemaplist li.category_item {
		float:left;
		width:465px;
		padding-top:20px;
		position:relative;
	}
	.sitemaplist li.category_item.li_r {
		float:right;
	}
	.sitemaplist li.category_item.li_w {
		float:none;
		clear:both;
		padding-top:20px;
	}
	#container .sitemaplist li.ext_category {
		padding-top:10px;
	}

		#container .sitemaplist li.category_item .frm {
			background:#fff url(../../top/img/bg_shdw_h.gif) repeat-x 0 0;
			border:1px solid #ccc;
			border-top:0;
			padding:16px 19px 12px;
			width:auto;
		}
		#container .sitemaplist li.ext_category .frm {
			background:none;
			border:0;
			padding:0px 20px;
		}

		.sitemaplist li.category_item .t {
			background:url(/sitemap/top/img/bg_boxlink_m_top.gif) no-repeat 0 0;
			padding:0;
			zoom:1;
		}
		.sitemaplist li.category_item .t a {
			display:block;
			padding:1px 0 0 20px;
		}
			.sitemaplist li.category_item .t span {
				display:block;
				width:445px;
				height:42px;
				text-indent:-9999em;
			}

			.sitemaplist li.category_item .t_about a span {
				background:url(/sitemap/top/img/b_about_1.gif) no-repeat 0 0;
			}
			.sitemaplist li.category_item .t_about a:hover span {
				background:url(/sitemap/top/img/b_about_2.gif) no-repeat 0 0;
			}
			.sitemaplist li.category_item .t_news a span {
				background:url(/sitemap/top/img/b_news_1.gif) no-repeat 0 0;
			}
			.sitemaplist li.category_item .t_news a:hover span {
				background:url(/sitemap/top/img/b_news_2.gif) no-repeat 0 0;
			}
			.sitemaplist li.category_item .t_aci a span {
				background:url(/sitemap/top/img/b_aci_1.gif) no-repeat 0 0;
			}
			.sitemaplist li.category_item .t_aci a:hover span {
				background:url(/sitemap/top/img/b_aci_2.gif) no-repeat 0 0;
			}
			.sitemaplist li.category_item .t_graduate a span {
				background:url(/sitemap/top/img/b_graduate_1.gif) no-repeat 0 0;
			}
			.sitemaplist li.category_item .t_graduate a:hover span {
				background:url(/sitemap/top/img/b_graduate_2.gif) no-repeat 0 0;
			}

	.sitemaplist li.category_item .box_col2 {
	}
		.sitemaplist li.category_item .box_col2 .box_l {
			float:left;
			width:202px;
			margin-right:20px;
		}
		.sitemaplist li.category_item .box_col2 .box_r {
			float:right;
			width:202px;
		}

	.sitemaplist li.contents_item {
		padding-top:4px;
	}

