@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
}

body{
	background:#FFF;
	margin:0;
	padding:0;
	background-image:url(../../media/image/common/v3/bg.png);
	background-repeat:repeat-x;
	color:#222;
}

textarea:focus, input:focus{
    outline:none;
}

a{
	font-weight:normal;
}

*:focus{
    outline:none;
}