@charset "UTF-8";
/* 朋有来遠
 * チェックリストIndex用スタイルシート
 *
 * @revision $Revision: 439 $
 * @author atsushifx <atsushifx@aglabo.com>
 * @create 2009-08-06
 */

/* チェックリストIndex */
.checklistIndex {
	}
	.checklistIndex dt {
		font-weight: bold;
		}
	.checklistIndex dd {
		margin-left: 20px;
		}

	/* チェックリスト Navi */
	.checklistIndex ul {
		padding: 0;
		font-size: 90%;
		}
		.checklistIndex ul li {
			margin: 0;
			display: inline;
			list-style: none;
			quotes: "| " "";
			}
		.checklistIndex ul li:before { color: deepskyblue; content: open-quote; }
		.checklistIndex ul li:first-child { quotes: none; }


/* $Id: checklistIndex.css 439 2009-08-06 07:39:14Z atsushifx $
*/

