/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
address,caption,strong,th {
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
img { border:0; }
ol,ul { list-style:none; }
caption,th { text-align:left; }

a img.toumei{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
a:hover img.toumei{
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

a,area {
outline:none;
}

/* IE Adjustment */
.search input#searchBt {
	_margin-bottom:2px;
}