@charset "utf-8";

/*==================================================
	Universal Reset
	Default Style
==================================================*/


/*==================================================
	Universal Reset
==================================================*/
*{
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6{
font-size:1.0em;
font-weight:normal;
}

strong{
font-weight:normal;
}
em{
font-style:normal;
}

sup{
vertical-align:top;
}

sub{
vertical-align:baseline;
}

ul,ol{
list-style:none;
}

dt{
font-weight:normal;
}

table,th,td{
border:0 none;
}

th{
font-weight:normal;
text-align:left;
}

caption{
text-align:left;
}

img{
border:0;
vertical-align:bottom;
_vertical-align:text-bottom;
}

form{
border:0 none;
text-decoration:none;
}

fieldset{
border:0 none;
}

legend{
display:none;
}

label{
zoom:1;
}

input,
select{
vertical-align:middle;
font-family:Arial,sans-serif;
zoom:1;
}

option{
padding-right:10px;
}

textarea{
font-family:Arial,sans-serif;
font-size:100%;
}

address{
font-style:normal;
}

hr{
display:none;
}


/*==================================================
	Default Style
==================================================*/
body{
color:#717171;
font-family:Arial,sans-serif;
font-size:62.5%;
line-height:1.5;
color:#5e5e5e;
}

a,
a:link,
a:visited{
color:#0d66a9;
text-decoration:underline;
}

a:hover,
a:active,
a:focus{
text-decoration:none;
}
