@charset "UTF-8";
/* CSS Document */

#list1 ul{
	/*list-style-type: none;*/
	/*list-style-image: url("list-image.png");*/
	/*list-style-position: inside;*/
	}
#list1 ol{
	/*list-style: upper-roman url("list-image.png") inside;*/
	/*list-style: upper-roman url("list-image2.png") inside;*/
	}
