@charset "utf-8";
/* CSS Document */

* {
font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
letter-spacing: 1px;
font-size: 12px;
letter-spacing: normal;
line-height: 1.5em;
color: #333;
padding: 0px;
margin: 0px;
border: none;
}

body {
margin: 0px;
padding: 0px;
}

a:link {
color:#676767;
border: none;
}

a:visited {
color:#676767;
border: none;
}

a:hover {
color:#71b85c;
border: none;
}

a:active {
color:#676767;
border: none;
}

.hide {
display: none;
}

.hide2 {
visibility: hidden;
}

.clr {
clear: both;
font-size: 1px;
height: 1em;
}


#big_wrapper {
width: 100%;
height:100%;
}

#top_bar {
background: #65b661;
height: 3px;
width: 100%;
}

#wrapper {
width: 940px;
}
