
/*---------------------------------------
reset.css
---------------------------------------*/

*{ margin: 0; padding:0; color: #333333;}

html, body,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
div, p, blockquote,
th, td,
/*form, fieldset, input, textarea,*/
pre { 
	margin: 0;
	padding: 0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	vertical-align:baseline;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-size:12px;
	}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

address,
caption, th
cite,
code, var,
dfn,
em, strong { font-style: normal; }

table { 
	border-collapse: collapse;
	border-spacing: 0;
	}
caption,th { text-align: left;}
fieldset { border: 0; }
ul { list-style: none; }
img { border: 0; }

a{
	color: #0077aa;
	text-decoration: none;
	}

a:hover{
	color: #ff0000;
	text-decoration: underline;
	}
	
a:hover img{
	opacity: 0.90;
	filter: alpha(opacity=90);
	}