/* --------------------

base

-------------------- */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0px;
	padding:0px;
}


/* --------------------

background

-------------------- */
#bg{
	width:828px;
	text-align:left;
	min-height: 100%;
	height: 100%; /* ie�� */
	margin: 0 auto -20px;
	background-color: #666666;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-position: center top;    /* footer� */
}

#navi a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
	
}
#banner a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}
