@charset "UTF-8";
*{
   
 margin: 0px;
padding: 0px;
}

BODY{
   
background : #ffffff; 
font-size : 13px;
/font-size: 62.5%;
}

h1,h2,h3,h4,h5,h6{
   
 font-size: 100%;
}

p,
li,
dt,
dd,
table{
   
 text-align:justify;
text-justify:inter-ideograph;
line-break: strict;
font-size:1.6em;
line-height:1.8;
}

li *,
dt *,
dd *,
table *{
   
 font-size:1em;
}

img{
   
 border: 0px;
}

ul li{
   
 list-style: none;
}

table{
   
 border-collapse:collapse;
border-spacing:0px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var{
   
 font-style:normal;
font-weight:normal;
}

select option{
   
 padding:0px 5px;
}

form label{
   
 cursor:pointer;
}

html {
   
 overflow-y:scroll;
}

.cfx:after {
   
 content:"";
display:block;
clear:both;
}
.cfx {
/zoom:100%;
}
.cfix {
   
 overflow: hidden;
/zoom:100%;
}

ul.ul_normal{
   
 padding-left:2em;
}
ul.ul_normal li{
   
 list-style-type:disc;
}

ol.ol_normal{
   
 padding-left:2em;
}

ol.ol_normal li{
   
 list-style-type:decimal;
}

a{
   
 text-decoration:none;
}

a:hover{
   
 text-decoration:underline;
}

a:active{
   
 position:relative;
top:1px;
}

