/* html setting 2010.04.06 */
html {
	text-align: left;
	background: #fff;
}
body,div,p,th,td,dl,dt,dd,ul,ol,li,form,input,botton,textarea,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}

a:link {
	text-decoration: none;
	color: #0e91c2;
}
a:active {
	text-decoration: none;
	color: #0e91c2;
}
a:visited {
	text-decoration: none;
	color: #0e91c2;
}
a:hover {
	text-decoration: underline;
	color: #f90;
}