@charset "utf-8";
	
	/* List */
	ul.ListBulletDisc
	{
		list-style-type		:	disc;
	}
	ul.ListBulletCircle
	{
		list-style-type		:	circle;
	}
	ul.ListBulletSquare
	{
		list-style-type		:	square;
	}
	ul.ListNumber
	{
		list-style-type		:	decimal;
	}
	ul.ListNumberWithZero
	{
		list-style-type		:	decimal-leading-zero;
	}
	ul.ListNumberRomanUpper
	{
		list-style-type		:	upper-greek;
	}
	ul.ListNumberRomanLower
	{
		list-style-type		:	lower-greek;
	}
	ul.ListAlphabetUpper
	{
		list-style-type		:	upper-alpha;
	}
	ul.ListAlphabetLower
	{
		list-style-type		:	lower-alpha;
	}
	ul.ListGreekUpper
	{
		list-style-type		:	upper-greek;
	}
	ul.ListGreekLower
	{
		list-style-type		:	lower-greek;
	}
	ul.ListJapaneseHiragana
	{
		list-style-type		:	hiragana;
	}
	ul.ListJapaneseKatakana
	{
		list-style-type		:	katakana;
	}
	ul.ListJapaneseKatakanaIroha
	{
		list-style-type		:	katakana-iroha;
	}
	
	.PanelListHorizontal ul
	{
		margin			:	0px;
		padding			:	0px;
	}
	.PanelListHorizontal ul li
	{
		display			:	inline-block;
		margin			:	0.5em 2em 0.5em 0em;
		padding			:	0px;
	}
	.PanelListHorizontal ul li input
	{
		margin			:	0em 0.5em 0em 0em;
	}
	.PanelListVertical ul
	{
		margin			:	0px;
		padding			:	0px;
	}
	.PanelListVertical ul li
	{
		display			:	block;
		margin			:	0px;
		padding			:	0px;
	}
	.PanelListVertical ul li input
	{
		margin			:	0em 0.5em 0em 0em;
	}

	/* Attention */
	ul.ListAttention
	{
		margin			:	0px;
		padding			:	0px;
		text-align			:	left;
	}
	ul.ListAttention li
	{
		position			:	relative;
		margin			:	0px;
		padding			:	0px 0px 0px 1.1em !important;
		list-style-type		:	none;
		text-align			:	left;
	}
	ul.ListAttention li:before
	{
		position			:	absolute;
		content			:	"※";
		top				:	0px;
		left				:	0px;
		margin			:	0px;
		padding			:	0px;
		font-size			:	inherit;
	}
	ul.ListAttention li.ListAttentionAlert
	{
		color				:	#cc0000;
	}
	ul.ListAttention li.ListAttentionAlert:before
	{
		color				:	inherit;
	}
	ul.ListAttention li.ListLabelLarge
	{
		font-size			:	16px;
		line-height			:	1.8em;
	}

	/* Icon */
	li.ListPdf
	{
		height				:	16px;
		background-image		:	url(../image/common/Body/Icon/Pdf/pdf16.gif);
		background-repeat		:	no-repeat;
		list-style-type		:	none;
		margin			:	0.5em 0em;
		padding			:	0px 0px 0px 24px;
	}
	li.ListPdfLarge
	{
		height				:	32px;
		background-image		:	url(../image/common/Body/Icon/Pdf/pdf32.gif);
		background-repeat		:	no-repeat;
		list-style-type		:	none;
		margin			:	0.5em 0em;
		padding			:	8px 0px 0px 40px;
	}
	li.ListWord
	{
		height				:	16px;
		background-image		:	url(../image/common/Body/Icon/Word/Word16.gif);
		background-repeat		:	no-repeat;
		list-style-type		:	none;
		margin			:	0.5em 0em;
		padding			:	0px 0px 0px 24px;
	}
	li.ListWordLarge
	{
		height				:	32px;
		background-image		:	url(../image/common/Body/Icon/Word/Word32.gif);
		background-repeat		:	no-repeat;
		list-style-type		:	none;
		margin			:	0.5em 0em;
		padding			:	8px 0px 0px 40px;
	}
	li.ListExcel
	{
		height				:	16px;
		background-image		:	url(../image/common/Body/Icon/Excel/Excel16.gif);
		background-repeat		:	no-repeat;
		list-style-type		:	none;
		margin			:	0.5em 0em;
		padding			:	0px 0px 0px 24px;
	}
	li.ListExcelLarge
	{
		height				:	32px;
		background-image		:	url(../image/common/Body/Icon/Excel/Excel32.gif);
		background-repeat		:	no-repeat;
		list-style-type		:	none;
		margin			:	0.5em 0em;
		padding			:	8px 0px 0px 40px;
	}
	li.ListLink
	{
		background-image		:	url(../image/common/Body/Icon/Link/Arrow.gif);
		background-repeat		:	no-repeat;
		background-position	:	0px 4px;
		list-style-type		:	none;
		margin			:	0.5em 0em;
		padding			:	0px 0px 0px 18px;
	}

