@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
html, body {
	height:100%;
}

* {
    margin: 0;
    padding: 0;
	font-size:1em;
}


a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

a:focus {outline:none;}

img {border:none;}

ul, ol {list-style:none;}

table {
	border-collapse:collapse;

}


/**************************************/
/* font size 
- 全ファイルをrootファイルと同じ表示に-
/**************************************/
body { font-size: 100%; }
/*
1em = 10px;
1.1em = 11px;
1.2em = 12px;
1.3em = 13px;
1.4em = 14px;
 .
 .
 .
*/

/* line height */
p {	#line-height:1.8; /* ie6, ie7 */
}

br{letter-spacing:0;}

