@charset "Shift_JIS";

/* ※※※※※※　クラス定義　※※※※※※ */
.noDisplay {
	display: none;
	margin: 0px;
	padding: 0px;
}
/* リスト下線 */
.liBottom {
	border-bottom: dashed 1px #ffffff;
}
/* リスト右ボーダー */
.liRight {
	border-right: solid 1px #666666;
}
/* フォントカラー */
.yellow {
	color: #ffcc00;
}
.pink {
	color: #ff6699;
}
.green {
	color: #ccff99;
}
.topi {
	color: #ffffff;
}

/* 見出しボーダー */
.high {
	border-left: solid 5px #cc0000;
}
.jr {
	border-left: solid 5px #0099cc;
}
.el {
	border-left: solid 5px #99cc33;
}
.pre {
	border-left: solid 5px #ffcc00;
}
.pro {
	border-left: solid 5px #ff6666;
}
.club {
	border-left: solid 5px #ff9900;
}

/* リスト */
.ulHigh li {
	background: url(../images/top/cur-hi.gif) left 4px no-repeat;
}
.ulJr li {
	background: url(../images/top/cur-jr.gif) left 4px no-repeat;
}
.ulEl li {
	background: url(../images/top/cur-el.gif) left 4px no-repeat;
}
.ulPre li {
	background: url(../images/top/cur-pr.gif) left 4px no-repeat;
}
.ulPro li {
	background: url(../images/top/cur-ot.gif) left 4px no-repeat;
}
.ulClub li {
	background: url(../images/top/cur-club.gif) left 4px no-repeat;
}
.ulHighclub li {
	background: url(../images/top/cur-hi2.gif) left 4px no-repeat;
}
.ulJrclub li {
	background: url(../images/top/cur-jr2.gif) left 4px no-repeat;
}
.ulSenior li {
	background: url(../images/top/cur-star.gif) left 0px no-repeat;
}
.ulNone {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

