/* CSS Document */

body {
background:#FFFFFF;
font-family: Cooper, Verdana, Arial, Helvetica, sans-serif;
margin-top:0px;
padding-top:0px;
}

#bg1 {
margin: 20px auto 0 auto;
padding: 50px 0 0 220px;
height: 150px;
width: 680px;
background:url(img/bg1.jpg) no-repeat;
}

#bg2 {
margin: 0 auto 0 auto;
padding: 0px;
height: 450px;
width: 900px;
background:url(img/bg2.jpg) no-repeat;
}

#links {
position: relative;
float: left;
padding: 100px 0 0 20px;
width: 170px;
height: 350px;
text-align:left;
}

#content {
position: relative;
padding: 20px 0 20px 0;
width: 710px;
height: 410px;
overflow:auto;
}

#osoite {
width: 900px;
height: 30px;
text-align:center;
font-size: 70%;
}

h1 {
font-size: 26px;
font-weight: bold;
}

h2 {
font-weight: bold;
}

h3 {
font-size: 90%;
font-weight: bold;
}

p {
font-size: 90%
}

#links a {
color: #fff;
font-size: 16pt;
font-weight: bold;
text-decoration: none;
}

#links a:hover {
padding-left: 5px;
}

#links a.a {
padding-left: 5px;
text-decoration: underline;
}

