@charset "utf-8";

/* reset css */
h1, h2, h3, h4, h5, h6, img,p, table, th, tr, td, div, ul, ol, li, dl, dt, dd, 
form, input, textarea, blockquote {
	margin: 0;
	padding: 0;
	border:0;
}
html {
}

/* common css */
body {
	text-align: center;
	font: normal normal normal 14px/18px arial, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix css */
.clearfix {
	overflow: hidden;
	/* For IE6 */
/*	zoom: 1;*/
}

.opacity a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
}