@charset "shift_jis";
/* CSS Document */



.Frame01 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
	text-align: left;
}
.Frame01 .LeftCts {
	float: left;
	width: 340px;
}
.Frame01 .RightCts {
	width: 340px;
	float: right;
}
.Frame01 .LeftCts h3,
.Frame01 .RightCts h3 {
	font-weight: normal;
	font-size: 14px;
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 10px;
	border-left: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	background-color: #FFFFD7;
}

.Frame01 ul {
	margin:10px 15px;
	padding:0 15px 0 20px;
	text-align:left;
	list-style-image:url(img/arrow.gif);
}

.Frame01 li {
	padding:4px 4px 4px 0px;
	border-bottom:1px dotted #ffe11b;
}

.Frame01 ul ul {
	list-style-image: url(img/sub.gif);
	margin-top: 0px;
}

.Frame01 ul ul li {

}
