@charset "Shift_JIS";

/*==================================================
*	01. Universal Reset
*	02. Default Style
==================================================*/


/*==================================================
	01. Universal Reset
==================================================*/
*{
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}

ul,ol{
list-style:none;
}

table,th,td{
border:0 none;
}

strong{
font-weight:normal;
}

em{
font-style:normal;
}

img{
border:0;
vertical-align:bottom;
_vertical-align:text-bottom;
}

caption{
text-align:left;
}

th{
font-weight:normal;
text-align:left;
}

dt{
font-weight:normal;
}

fieldset{
border:0 none;
}

legend{
display:none;
}

input,
select{
vertical-align:middle;
}

option{
padding-right:5px;
}

textarea{
font-size:87.5%;
}

address{
font-style:normal;
}

hr{
display:none;
}

/*==================================================
	02. Default Style
==================================================*/
body{
color:#333;
font-size:100%;
line-height:1.45;
}

a,
a:link{
color:#0e3192;
text-decoration:underline;
}

a:visited{
color:#7439a6;
text-decoration:underline;
}

a:hover,
a:active,
a:focus{
color:#ff1821;
text-decoration:none;
}
