@charset "utf-8";
/* CSS Document */

* {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
letter-spacing: 1px;
font-size: 12px;
line-height: 1.5em;
color: #333;
padding: 0px;
margin: 0px;
border: none;
}

body {
margin: 0px;
padding: 0px;
}

a:link {
color:#557690;
border: none;
}

a:visited {
color:#000000;
border: none;
}

a:hover {
color:#ff6600;
border: none;
}

a:active {
color:#ff0000;
border: none;
}

.hide {
display: none;
}

.hide2 {
visibility: hidden;
}

.clr {
clear: both;
font-size: 1px;
height: 1em;
}

#big_wrapper {
width: 100%;
height:100%;
background: url(../img/top_bar.gif) repeat-x left top;
}


#go-top {
float: right;
height: 54px;
position: fixed;
bottom: 10%;
right: 0px;
width: 17px;
}

#go-top a {
background: url(../img/go-top.jpg) no-repeat top left;
display: block;
height: 54px;
width: 17px;
}

#go-top a:hover {
background: url(../img/go-top_.jpg) no-repeat bottom left;
}

