* {
 color: #000000;
 font-size: 100%;
 margin: 0;
 padding: 0;
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3', Meiryo, ¥á¥¤¥ê¥ª, sans-serif;
}

html {
	height:100%;
	}

body {
	height:100%;
	}

a {color:blue;}
a:hover {color:red;}
a:active {color:blue;}
a:visited {color:blue;}
