@charset "Shift_JIS";

/*==================================================
*	01. Universal Reset (Top page Only)
*	02. Default Style (Top page Only)
==================================================*/

/*==================================================
	01. Universal Reset (Top page Only)
==================================================*/
html,body{
width:100%;
height:100%;
}
html,body,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,hr,
ul,ol,li,dl,dt,dd,
fieldset,form,legend{
margin:0;
padding:0;
font-size:100%;
}
hr{
display:none;
}
ul{
list-style:none;
}
ol{
list-style:decimal outside;
}
fieldset{
margin:0;
padding:0;
border:0;
}
legend{
display:none;
}
table,th,td{
border:0;
border-spacing:0;
}
caption,th{
text-align:left;
}
em,strong,caption,th,address{
font-style:normal;
font-weight:normal;
}
img{
border:0;
vertical-align:bottom;
_vertical-align:text-bottom;
}
input,select{
margin:0;
vertical-align:middle;
}
option{
padding-right:5px;
}

/*==================================================
	02. Default Style (Top page Only)
==================================================*/
body{
color:#333;
font-size:100.01%;
font-family:"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
line-height:1.45;
}
a:link{
color:#003188;
text-decoration:underline;
}
a:visited{
color:#7439a6;
text-decoration:underline;
}
a:hover,
a:active,
a:focus{
color:#ff1821;
text-decoration:none;
}
select,
input,
textarea{
font-family:"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
}