@charset "utf-8";

body{
	background-color:#FFF;
	}

div,dl,dt,dd,ul,li,
p,span,h1,h2,h3,h4,h5,h6,
table,th,td{
	color:#333;
	}
	
img,
input[type="image"]{
	vertical-align:bottom;
	}

a{
	color:#F36;
	/*text-decoration:underline;*/
	text-decoration:none;
	}

a:hover{
	color:#F36;
	text-decoration: underline;
	}
	
input[type="text"],
select,
textarea{
	background: #FFFFFF;
	border: 1px solid #999999;
	}
