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