* {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url(../image/back6.gif);
}

#page {
    width: 850px;
    background-color: white;
    clear: both;
    display: inline-block;
    margin: 10px 0 10px 0;
}

h1 {
    font-size: 90%;
    float: right;
    font-weight: normal;
    margin: 5px 0 0 0;
}

#head {
    width: 850px;
    height: 150px;
    clear: right;
    background-image: url(../image/head37.gif);
}

#contents {
	width: 800px;
	padding: 0 20px 0 20px;
}

#right {
    float: left;
    margin: 30px 0 0 0;
}

.sidebar {
    width: 170px;
    height: 40px;
    text-align: center;
    list-style-type: none;
    background-image: url(../image/button2.gif);
    background-repeat: no-repeat;
    margin: 0 0 10px 0;
}

#left .sidebar a {
    display: block;
    text-align: center;
    width: 170px;
    height: 30px;
    padding: 10px 0 0 0;
    text-decoration: none;
    color: #333333;
}

#left {
    float: right;
    margin: 30px 0 0 0;
}

h2,h3 {
    font-size: 80%;
    width: 587px;
    height: 22px;
    background-image: url(../image/bar2.gif);
    background-repeat: no-repeat;
    padding: 8px 0 0 15px;
    color: #333333;
    text-align: left;
}

#text {
    border: 1px solid #cccccc;
    width: 600px;
}

p {
    font-size: 85%;
    line-height: 150%;
    width: 570px;
    text-align: left;
    color: #333333;
    border: 1px solid #cccccc;
    padding: 5px 15px 5px 15px;
    margin: 0 0 25px 0;
}
