	/*______________________ */
	
* {
	margin:0;
	padding:0;
	}

body {
    font-size: 12px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
}

h1,h2,h3,h4,h5,h6,p,pre,button,caption,dl,ol,ul,table,tr,form,fieldset,legend,address,blockquote,dd,dt,li,td,th,div {
	text-align:left;
	font-family:Osaka,MS Gothic,sans-serif;
	line-height:1.5em;
	font-weight:normal;
	font-style: normal;
	}
	
img {
	border:0;
	vertical-align:top;
	}

ul {
	list-style-type:none;
	list-style-position:outside;
	}

ol { list-style-position:outside; }

em,cite {
	font-style:normal;
	}