/*---- default ----*/
body{
	color:#333333;
	background:#FFFFFF;
	letter-spacing:0.05em;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote{
	margin:0;
	padding:0;
}

br {
	letter-spacing:0;
}

fieldset, img{
	border:0;
}

li{
	list-style:none;
}

caption, th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
/*	color:#333;	*/
}

select{
	background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
	font-style:normal;
	font-weight:normal;
}

abbr,acronym{
	border:0;
	font-variant:normal;
}

del,u{
	text-decoration:none;
}

/*---- text ----*/
body{
	line-height:1.5;
}

a:link{
	color:#258fb8;
}
a:visited{
	color:#258fb8;
}
a:hover{
	color:#996600;
}
a:active{
	color:#996600;
}
a:focus{
	color:#996600;
}
