@charset "UTF-8";


/* 上級者向け */
span.icon_hlevel {
	width:64px;
	height:12px;
	display:inline-block;
	background: url("./icon_hlevel.gif") no-repeat;
	text-indent:-10000em;
	*text-indent: 0; /* IE6,7 */
	*line-height: 0; /* IE6,7 */
}
/* ローディング */
span.image_loading_s {
	width:16px;
	height:16px;
	display:inline-block;
	background: url("./loading_s.gif") no-repeat;
	text-indent:-10000em;
	*text-indent: 0; /* IE6,7 */
	*line-height: 0; /* IE6,7 */
}
span.image_loading {
	width:32px;
	height:32px;
	display:inline-block;
	background: url("./loading.gif") no-repeat;
	text-indent:-10000em;
	*text-indent: 0; /* IE6,7 */
	*line-height: 0; /* IE6,7 */
}
/* アラート */
span.icon_alert {
	width:25px;
	height:25px;
	display:inline-block;
	background: url("./icon_alert.gif") no-repeat;
	text-indent:-10000em;
	*text-indent: 0; /* IE6,7 */
	*line-height: 0; /* IE6,7 */
}
/* 矢印 */
span.icon_arrow {
	width:15px;
	height:15px;
	display:inline-block;
	background: url("./arrow01.gif") no-repeat;
	text-indent:-10000em;
	padding-left:3px;
	padding-right:3px;
	*text-indent: 0; /* IE6,7 */
	*line-height: 0; /* IE6,7 */
}
/* チェック */
span.icon_checked {
	width:13px;
	height:13px;
	display:inline-block;
	background: url("./icon_checked.gif") no-repeat;
	text-indent:-10000em;
	*text-indent: 0; /* IE6,7 */
	*line-height: 0; /* IE6,7 */
}
/* フォーム */
span.icon_connect {
	width:13px;
	height:13px;
	display:inline-block;
	background: url("./icon_connect.gif") no-repeat;
	text-indent:-10000em;
	*text-indent: 0; /* IE6,7 */
	*line-height: 0; /* IE6,7 */
}
/* カテゴリ */
span.icon_category {
	width:13px;
	height:13px;
	display:inline-block;
	background: url("./icon_folder.gif") no-repeat;
	text-indent:-10000em;
	*text-indent: 0; /* IE6,7 */
	*line-height: 0; /* IE6,7 */
}
/* 連動切替 */
span.icon_linkage {
	margin:3px 2px 0 2px;
	width:36px;
	height:12px;
	display:inline-block;
	background: url("./icon_linkage.png") no-repeat;
	text-indent:-10000em;
	*text-indent: 0; /* IE6,7 */
	*line-height: 0; /* IE6,7 */
}
/* 非表示 */
span.icon_nodisplay {
	margin:3px 2px 0 2px;
	width:28px;
	height:12px;
	display:inline-block;
	background: url("./icon_nodisplay.png") no-repeat;
	text-indent:-10000em;
	*text-indent: 0; /* IE6,7 */
	*line-height: 0; /* IE6,7 */
}
/* 連動ルール */
span.icon_rule {
	margin:3px 2px 0 2px;
	width:28px;
	height:12px;
	display:inline-block;
	background: url("./icon_rule.png") no-repeat;
	text-indent:-10000em;
	*text-indent: 0; /* IE6,7 */
	*line-height: 0; /* IE6,7 */
}
