@charset "UTF-8";

/* ----------------------------------------------------------------
    Structure
----------------------------------------------------------------- */
html{
overflow-y:scroll;
}

body{
behavior:url("/share/css/csshover3.htc");
*text-align:center;
margin:0;
padding:0;
color:#000000;
/*background:#d4d4d4;*/
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
_font-family:"ＭＳ Ｐゴシック", sans-serif;
font-size:100.01%;
line-height:1.35;
}

*:first-child+html body{
 font-family:"ＭＳ Ｐゴシック", "メイリオ", "Meiryo";
}


/* ----------------------------------------------------------------
    Heading Module
----------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6{
margin:0;
padding:0;
}


/* ----------------------------------------------------------------
    Text Module
----------------------------------------------------------------- */
p{
margin:0;
padding:0;
}
.default-text{
font-size:11px;
color:#000000;
line-height:1.8em;
}
.medium-text{
font-size:10px;
color:#000000;
line-height:1.3em;
}
.small-text{
font-size:9px;
color:#000000;
line-height:1.5em;
}

/* ----------------------------------------------------------------
    Hypertext Module
----------------------------------------------------------------- */
a:link{
color:#333333;
text-decoration:none;
}

a:visited{
color:#006933;
text-decoration:none;
}

a:hover, a:active, a:focus{ color: #a0a0a0; }

a[name]{
color:#333;
text-decoration:none !important;
}

img {
    border-style:none;
}

/* ----------------------------------------------------------------
    List Module
----------------------------------------------------------------- */
ul,
ol,
dl{
margin:0;
padding:0;
list-style:none;
}

ol{
margin-left:2.5em;
list-style-type:decimal;
}

li,
dt,
dd{
margin:0;
padding:0;
}

li p,
li li,
li dt,
li dd,
dd p,
dd li,
dd dt,
dd dd{
font-size:100%;
}

/* ----------------------------------------------------------------
    Get hasLayout
----------------------------------------------------------------- */
div, ul, li, dl, dt, dd, p{
zoom:1;
}