
@import "/library/default.css";

body {
	text-align:center;
}

div#wrap {
	width:800px;
	text-align:center;
	margin:auto;
}

/*----------------*/

div#path {
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 5px;
	border-bottom:1px dotted #cccccc;
}

div#path ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

div#path li {
	float:left;
	background-image:url(../image/list_path.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 15px 0px 12px;
}

/*----------------*/
