@charset "utf-8";

/*--------------------------------------------------　サイトマップの定義*/
div.clearBox {/*段組になるボックス*/
	width: 620px;
	margin-bottom: 20px;
	overflow: auto;
}
div.box_L {/*左のボックス*/
	width: 300px;
	float: left;
}
div.box_R {/*右のボックス*/
	width: 300px;
	float: right;
}
h3.category_name {/*カテゴリー見出し*/
	border-bottom: 2px outset #999999;
	border-right: 2px outset #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	color: #333333;
	background: #CCCCCC;
}
ol.sitemap {
	margin-left: 10px;
	padding-left: 10px;
	list-style: square inside;
}
