@charset="shift_jis";

@import url("header.css");
@import url("globalnavi.css");
@import url("footer.css");


body{
margin: 0;
padding: 0;
color: #333;
background:#ccc url("../img/contents/body-bg.jpg") 50% 0 repeat-y;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
font-size: 100.01%;
line-height: 1.4;
}

img{
border: 0;
}

ul,
ol,
dl{
margin: 0;
padding: 0;
list-style: none;
}

p { margin: 0; padding: 0;}


/* ------------------------------
old TextStyle
------------------------------ */
.LT { font-size: 110%; line-height: 1.4;}
.MT { font-size: 90%; line-height: 1.4;}
.ST { font-size: 75%; line-height: 1.4;}
.SST { font-size: 65%; line-height: 1.4;}
.RED { color:#D20000; line-height: 1.4;}


/* ------------------------------
Anchor
------------------------------ */
a:link{
color:#039;
text-decoration: underline;
}

a:visited{
color:#609;
text-decoration: underline;
}

a:hover,
a:focus{
color:#09c;
text-decoration: underline;
}

a:active{
color:#039;
text-decoration: underline;
}


/* ------------------------------
TextStyle
------------------------------ */
b {
color: inherit;
font-weight: bold;
}

em {
font-weight: bold;
}

strong {
color: #d20000;
}



