@charset "UTF-8";
/* CSS Document */


* {
	padding: 0;
	margin: 0;
}

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
    margin: 0;
    padding: 0;
}

body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"\30e1\30a4\30ea\30aa","Meiryo", sans-serif;
	height:100%;
	
}

html {
	height: 100%;
	width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: normal;
	font-size: 100%;
}

li,dt,dl {
	margin: 0px;
	padding: 0px;
}

ol,ul,li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img { 
	border: 0;
/*	vertical-align:top;*/
	vertical-align:bottom;
}

a img { border: 0; }

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

p {
	line-height: 1.5em;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

