@charset "shift_jis";

/*==================================================
	Universal Reset
==================================================*/
*{
margin:0;
padding:0;
}

body{
line-height:1.4;
color:#333333;
font-size:100.01%;
}

h1,h2,h3,h4,h5,h6{
font-weight:normal;
font-size:1em;
}

ul,ol{
list-style:none;
}

strong{
font-weight:normal;
}

em{
font-style:normal;
}

fieldset{
border:0 none;
}

img{
border:0;
vertical-align:bottom;
}

th{
font-weight:normal;
text-align:left;
}

dt{
font-weight:normal;
}

input,select{
vertical-align:middle;
}

textarea{
font-size:1em;
}

/*==================================================
	Default Style
==================================================*/
a:link{
color:#e13f90;
text-decoration:underline;
}

a:visited{
color:#e13f90;
}

a:hover,a:active{
color:#e13f90;
}

strong{
color:#FF0000;
}

em{
font-weight:bold;
}

sup{
vertical-align:top;
}

sub{
vertical-align:baseline;
}

ul,dl,ol,p,table{
margin-bottom:1em;
}

caption {
text-align:left;
}

li ul,
li ol{
margin-bottom:0;
}
