@charset "shift_jis";

@import url(../css/menu.css);
@import url(../css/contents.css);

/* ====================================================================

   Style Info: サイトマップ
   
==================================================================== */

#bsitemap {
	width:870px;
	margin:0 auto 10px auto;
	padding:15px 0 0 0;
	border-bottom:1px solid #d2d2d2;
	}

	.smblock {
		width:870px;
		border-top:1px solid #d2d2d2;
		padding:10px 0;
		}

	.smblock:after {
		content:"";
		display:block;
		height:0;
		clear:both;
		}
		
		/* カテゴリ・タイトル */
		.smblock h3 {
			width:200px;
			float:left;
			font-weight:bold;
			font-size:13px;
			}
		
		/* ページ名 */
		.pname { width:670px; float:left; }

		.pname:after, .pname ul:after {
			content:"";
			display:block;
			height:0;
			clear:both;
			}
			
			.pname ul { width:670px; list-style:none; }
				.pname li { float:left; margin-right:15px; }
			
			.pname dl { background:url(../image/h_line.gif) repeat-x left top; margin-top:10px; }
			.pname dt { padding-top:10px; }
			.pname dd { padding-bottom:2px; }
				.pname dd span { display:inline; white-space:nowrap; }


		