@charset "utf-8";

/* 共通設定 */
@import url("common.css");
@import url("sub.css");

/* ================================================== */
/*  サイトマップ  */
/* ================================================== */

#contents.sitemap {
	background:url(../images/others/sitemap/header.jpg) no-repeat 0 0;
}

		#maincontents #sitemap ul {
			padding:10px 0 5px 10px;
			list-style:none;
		}
			
			#maincontents #sitemap ul li {
				margin-bottom:5px;
				padding-left:13px;
				background:url(../images/others/sitemap/arrow.png) no-repeat 0 8px;
			}
		
		/* 親リスト */
		#maincontents #sitemap ul.parent {
			clear:both;
			width:590px;
			background:url(../images/others/sitemap/line.png) no-repeat 0 bottom;
		}
				
			#maincontents #sitemap ul.parent li {
				font-weight:bold;
				overflow:hidden;
			}
					
				head~/* */body #maincontents #sitemap ul.parent li a {
					display:inline-block;
					float:left;
				}
		/* end */
		
		/* 子リスト */
		#maincontents #sitemap ul.child {
			padding:2px 0 0 10px;
			float:left;
		}
				
			#maincontents #sitemap ul.child li {
				margin-top:3px;
				margin-bottom:0;
				font-weight:lighter;
			}
		
		#maincontents #sitemap ul.left {
			clear:both;
			margin-right:30px;
			_width:290px;
			_margin-right:0;
		}
		/* end */
			
		/* その他リスト */
		#maincontents #sitemap ul.others {
			float:left;
			margin-right:30px;
			padding:10px 0 0 10px;
			_width:140px;
			_margin-right:0;
			font-weight:bold;
		}
		/* end */




