@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;
}

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 {
background: url(../img/big_bg.gif) repeat left top;
height:100%;
width: 100%;
}

.main_bg {
background: url(../img/main_bg.gif) repeat-y left top;
height: 100%;
width: 912px;
}

td {
padding: 5px;
}
