@charset "shift_jis";

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object,blockquote {
	margin: 0;
	padding: 0;
}

/* body */
html,body {
	margin: 0; padding: 0;
	height: 100%;
}

/* block elements */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
fieldset{
	border: 0;
}
address{
	font-style: normal;
}

/* inline elements*/
img {
	border: 0;
	vertical-align: bottom;
}
em {
	font-style: normal;
}
legend{
	display: none;
}

/* link*/
a:link    {
	color: #3333FF;
	text-decoration: none;
}
a:visited {
	color: #3333FF;
	text-decoration: underline;
}
a:hover   {
	color: #FFFF00;
	text-decoration: underline;
}
a:active  { color: #9A1419; }
