@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,blockquote,th,td,pre,fieldset,form,input,textarea {  
    margin:0; 
	padding:0; 
} 
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	/*ie6以前のtableへのフォントサイズ継承問題-font-size: 1em;+line-height: 140%;の方が良いかも*/
	font-size: inherif;
	font; 100%;
}
img { border:0; } 
ol,ul { list-style:none; }
address,em { font-style:normal; }

/*common*/
a { color:#03f; text-decoration: none; }
a:visited { color: #90c; text-decoration: none; }
a:hover { color: #f6f; text-decoration: underline; cursor: pointer; }


.fltr { float: right; margin: 15px 0 25px 15px; }
.fltl { float: left; margin: 15px 15px 25px 0; }
.kill, .fix { clear: both; }
.space { margin-top: 20px; }

