@charset "utf-8";
/* CSS Document */
html, body {
	margin:0px; 
	background-image: url(../image/index/bg.png);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	height:100%; 
	width:100%; 
	font:12px Tahoma "新細明體";
	color:#7b7b7b;	
	line-height:22px;
}
p ,h1, h2, h3, h4, h5, h6, form, img {margin:0px; border:0px;}
td {
	border:0px solid #C6C6C9;
	vertical-align:top;
} 
a:link {
	color: #7b7b7b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7b7b7b;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.swf_bg{ 
	background-image:url(../image/popo_bg.png); 
	background-repeat:no-repeat; 
	background-position: 50% 55%;
	*background-position: 50% 50%;
}
.down{
	color:#848484;
	line-height:20px;	
}

body{cursor:url(../image/teeth.cur);}