@charset "utf-8";
/* CSS Document */


body {
background-color:#C0C0C0;
}


#page {
width: 775px;
margin: auto;
font-family: Arial, Helvetica, sans-serif;
}

#banner {
width:775px;

}

#left {
width: 200px;
float:left;
}

#center-right {
width: 570px;
margin-left: 195px;
}

#center {
width: 370px;
float: left;
}

#right {
width: 190px;
float: right;
}

#tab {
margin-left:10px;
}

#bottom {
clear:both;
width:775px;
font-size:13px;
text-align:center;
margin-top:10px;
}

#thread {
width: 350px;
margin: auto;
background-color:#999999;
color:#000000;
}

h1 {
font-size:18px;
line-height: 18px;
margin-bottom:3px;
text-align:center;
}

h2 {
font-size:24px;
line-height: 24px;
margin-bottom:3px;
display: inline;
}

h3 {
font-size:16px;
line-height: 16px;
margin-bottom:3px;
font-weight: normal;
display: inline;
}

  



A:link {text-decoration: underline; color:#3980aa;}
A:hover {text-decoration: underline; color:#3980aa;}
A:visited {text-decoration: underline; color:#3980aa;}
A:active {text-decoration: underline;}

