body {
	background-image: url("back.png");
}

p, li {
	font-family: "serif","ＭＳ Ｐ明朝","細明朝体";
	font-size: 11px;

}

li {
	list-style-image : url("ul.png")
}

A:link {
	color: black;
}

A:visited {
	color: black;
}

h1, h2, h4, h5, h6 {
	width: 100%;
	filter: DropShadow(color=silver direction=135 positive=true );
}

h1 {
	font-family: "sans-serif","ＭＳ Ｐゴシック","Osaka";
	font-size: 22px;
}

h2 {
	font-family: "sans-serif","ＭＳ Ｐゴシック","Osaka";
	font-size: 20px;
}

h3 {
	font-family: "sans-serif","ＭＳ Ｐゴシック","Osaka";
	width: 80%;
	font-size: 18px;
	background: orange;
	border-style: solid; 
	border-width: 2px; 
	border-color: #C40000 #FFDFE2 #FFDFE2 #C40000; 
}

h4 {
	font-family: "sans-serif","ＭＳ Ｐゴシック","Osaka";
	font-size: 16px;
}

h5 {
	font-family: "sans-serif","ＭＳ Ｐゴシック","Osaka";
	font-size: 14px;
}

h6 {
	font-family: "sans-serif","ＭＳ Ｐゴシック","Osaka";
	font-size: 12px;
}

hr {
	border-style: solid; 
	border-width: 2px; 
	border-color: #C40000 #FFDFE2 #FFDFE2 #C40000; 
	background-color: #FFDFE2; 
	height: 8px; 
	color: orange;
}

