/*
 * Style Name: format Stylesheet
 * Manager: Kishiwada hospital
 */
 
 
/* Format Browser's defined style
-------------------------------- */
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
table,th,td,
form,select,option,input,
address,pre,em,strong,
blockquote,q,cite {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}



/* IMG Border none
-------------------------------- */
img {
	border: none;
}




/* List style none
-------------------------------- */
ol,ul {
	list-style-type: none;
}




/* Label Clickable
-------------------------------- */
label {
	cursor: pointer;
}


html*label {
	cursor: default;
}


* html label {
	cursor: pointer;
}
