html{
	height:100%;
	background:url(../image/bg.gif) center top;
}

body{
	height:100%;
	margin: 0;
	padding: 0;
	* padding-left: 1px;
	border: 0;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	background:url(../image/bg_main.gif) center top repeat-y;	

}

body > html{
    height: auto;
}

address{
	font-style: normal;
}

table,form,div,p,img,td,th,tr{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a { 
	text-decoration: underline; 
	color: #996600;
	font-weight:lighter;
} 
a:hover { 
	text-decoration: underline; 
	color: #FF0000;
	font-weight:lighter;
} 

ul.list{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*画像のイメージアップロード*/
a img.alphaLink{
	opacity:1.0;
	filter: alpha(opacity=100);
}
a:hover img.alphaLink{
	opacity:0.9;
	filter: alpha(opacity=90);
}