@charset "utf-8";

/* ----------------------------------------------------------------
    Structure
----------------------------------------------------------------- */


body{
margin:0;
padding:0;
color:#666;
background:#fff;
font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:100.01%;
_text-align: center;
}


/* ----------------------------------------------------------------
    Heading Module
----------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6{
margin:0 0 7px;
}

h1{
font-size:100%;
}

h2{
font-size:94%;
}

h3{
font-size:88%;
}

h4{
font-size:82%;
}

h5{
font-size:75%;
}

h6{
font-size:75%;
}


/* ----------------------------------------------------------------
    Text Module
----------------------------------------------------------------- */
p{
margin:0 0 15px;
font-size:75%;
}

blockquote{
margin:0;
padding:0;
}

strong{
color:#c71444;
font-weight:bold;
}

em{
font-style:normal;
font-weight:bold;
}


/* ----------------------------------------------------------------
    Hypertext Module
----------------------------------------------------------------- */
a:link, a:visited{
color:#666;
text-decoration:none;
}

a:hover, a:active, a:focus{
color:#c71444;
text-decoration:underline;
}

a[name]{
color:#666;
text-decoration:none !important;
}


/* ----------------------------------------------------------------
    List Module
----------------------------------------------------------------- */
ul,
ol,
dl{
margin:0 0 15px;
padding:0;
list-style:none;
line-height: 0;
}

ol{
margin-left:3em;
list-style-type:decimal;
}

li,
dt,
dd{
margin:0 0 0 0;
line-height: 1.45;
}

dt{
margin:0;
font-weight:bold;
}

dd{
margin:0 0 10px;
}

li h2,
li h3,
li h4,
li h5,
li h6{
margin-bottom:0;
}

li p,
li li,
li dt,
li dd,
dd p,
dd li,
dd dt,
dd dd{
margin-top:2px;
font-size:100%;
}

li ul,
li ol{
margin:2px 0 0px;
}

/* ----------------------------------------------------------------
    Get hasLayout
----------------------------------------------------------------- */
div, ul, li, dl, dt, dd, p{
zoom:1;
}

ol li {
zoom:0;
}