@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:#dfa543;
border: none;
}

a:active {
color:#000000;
border: none;
}

.hide {
display: none;
}

.hide2 {
visibility: hidden;
}

.clr {
clear: both;
font-size: 1px;
height: 1em;
}



#big_wrapper {
width: 100%;
height:100%;
}

#subbig_wrapper {
background: url(../img/sub_bg.gif) repeat left top;
width: 100%;
height:100%;
}

#index_wrapper {
background: url(../img/main_bg.gif) repeat-x left top;
height: 900px;
width: 100%;
}

.wrapper {
width: 1000px;
}

.sub_wrapper {
width: 1000px;
}

.sub_wrapper02 {
padding: 36px 0px 0px 24px;
width: 975px;
}





