html {
	height:100%;
	}

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

body {
	font: 80% "ＭＳ Ｐゴシック", "Hiragino Maru Gothic Pro", arial, helvetica, verdana, sans-serif;
	background-color: #EEE;
	color: #000;
	height:100%;
	}
    
a {
	color: #CC0000;
	text-decoration: none;
    }

a:hover {
	text-decoration: underline;
	}
    
#content {
	text-align: right;
    }

#flash {
	height: 100%;
	}
