/* カテゴリーのスタイルシート */
body {
	margin: 0px 20px 0px;
	background-color: #FFFFFF;
	word-break:break-all;
}
	
H1{
	color : #987054;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #9f0044;
	font-size : x-large;
	padding-top : 13px;
}

H2{
	color: #000000;
	padding-left : 5px;
	border-bottom-width : 2px;
	border-bottom-style : solid;
	border-bottom-color : #9f0044;
}

H3{
	color: #663300;
	padding-left : 3px;
	border-left-width : 1pc;
	border-bottom-width : 3px;
	border-left-style : solid;
	border-bottom-style : solid;
	border-left-color : #9f0044;
	border-bottom-color : #9f0044;
}

HR{
	color : #9f0044;
}

UL{
	
	list-style-image : url(http://www.city.izumi.osaka.jp/imgs/mini01.gif);
	list-style-position: outside;
}