@charset "utf-8";
/*///////////////////////////////

	インデックスメニュー

///////////////////////////////*/

.center .menu-index1 {
}

/*------------------------------
	メニューインデックスタイトル
------------------------------*/
.center .menu-index1 .frame-top-left {
}
.center .menu-index1 .frame-top-right {
	margin-left: 12px;
	border-left: double 10px yellow;
}
.center .menu-index1 .frame-top {
	padding: 4px 0px 0px 7px;	/* top right bottom left */
	height: 19px;
	color: white;
	font-size: 90%;
	font-weight: bold;
}
.center .menu-index1 .frame-middle-left {
}
.center .menu-index1 .frame-middle-right {
}
.center .menu-index1 .frame-bottom-left {
}
.center .menu-index1 .frame-bottom-right {
}
.center .menu-index1 .frame-bottom {
}

/*------------------------------
	インデックスメニューボックス
------------------------------*/
.center .menu-index1 .menu-index0-box {
	margin-top: 2px;
	padding: 0px;	/* top right bottom left */
	border: solid 1px gray;
}
.center .menu-index1 .menu-unit-frame {
	padding: 2px;	/* top right bottom left */
}
.center .menu-index1 .menu-unit {
	background-color: #9acd32;
	width: 284px;
}
.center .menu-index1 .menu-level1 {
	background-color: #2e8b57;
	padding: 0px 0px 0px 0px;	/* top right bottom left */
	font-weight: bold;
}
.center .menu-index1 .menu-level1 input {
	border: 0px;
}
.center .menu-index1 .menu-level2 ul {
	background-color: #32cd32;
	border: dashed 1px gray;
	margin: 2px 0px 2px 0px;	/* top right bottom left */
	padding: 6px 6px 6px 28px;	/* top right bottom left */
	font-size: 80%;
}
