#right_box1 {
	background: #CCCCCC;
	margin: 0px;
	padding: 0px;
	width: 590px;
	float: right;
}
/*パンくずリスト*/
#path1 {
	font-size: x-small;
	color: #555;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	width: 550px;
	margin-left: 10px;	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;*/
}
#path1 a {
	color: #326633;
	text-decoration: none;
}
#path1 a:hover {
	text-decoration: underline;
	background-color: #CCDDBD;
}

