@charset "utf-8";
/* CSS Document */

* {
font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
letter-spacing: 1px;
font-size: 12px;
letter-spacing: normal;
line-height: 1.3em;
color: #000000;
padding: 0px;
margin: 0px;
border: none;
}

body {
margin: 0px;
padding: 0px;
}

a:link {
color: #000000;
border: none;
}

a:visited {
color: #000000;
border: none;
}

a:hover {
color: #0000FF;
border: none;
}

a:active {
color: #000000;
border: none;
}

.hide {
display: none;
}

.hide2 {
visibility: hidden;
}

.clr {
clear: both;
font-size: 1px;
height: 1em;
}

div img {
vertical-align: text-bottom;
}

#big_wrapper {
height: 100%;
width: 100%;
}

#wrapper {
width: 900px;
}


#contents {
padding: 8px 0px 11px 0px;
}

#main_img {
}


#content_left {
float: left;
padding-top: 8px;
width: 179px;
}


#content_right {
float: right;
padding: 4px 0px 100px 0px;
width: 710px;
}


#go-top {
float: right;
height: 93px;
position: fixed;
bottom: 10%;
right: 0px;
width: 17px;
}

#go-top a {
background: url(../img/go-top.jpg) no-repeat top left;
display: block;
height: 93px;
width: 17px;
}

#go-top a:hover {
background: url(../img/go-top_.jpg) no-repeat bottom left;
}


