@charset "utf-8";

/* ----------------------------------------------------------------
    Structure
----------------------------------------------------------------- */

* {
text-align: left;
}

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%;
line-height:1.45;
_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;
font-size:75%;
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;
}


/* ----------------------------------------------------------------
    Table Module
----------------------------------------------------------------- */

table{
margin:0 0 15px;
border-width:1px 0 0 1px;
border-style:solid;
border-color:#d3d3d3;
font-size:100%;
}

th,
td{
border-width:0 1px 1px 0;
border-style:solid;
border-color:#d3d3d3;
font-size:75%;
vertical-align:top;
}

td p,
td li,
td dt,
td dd{
font-size:100%;
}

td p,
td ul,
td ol,
td dl{
margin-bottom:5px;
}

thead th{
background:#dedede;
text-align:center;
}

tbody th{
background:#f6f6f6;
text-align:left;
font-weight:normal;
}

/* ----------------------------------------------------------------
    Image Module
----------------------------------------------------------------- */
img{
border:0;
vertical-align:bottom;
}


/* ----------------------------------------------------------------
    Horizontal Rule
----------------------------------------------------------------- */
hr{
display:none;
}


/* ----------------------------------------------------------------
    Get hasLayout
----------------------------------------------------------------- */
div, ul, li, dl, dt, dd, p{
zoom:1;
}

ol li {
zoom:0;
}