html, body, div, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, address, 
ul, ol, li, dl, dt, dd, 
table, th, td, form, fieldset {
 margin: 0;
 padding: 0;
}
body {
    background-color: #cddbb6;
    background-image: url("./img23.gif");
    background-repeat: repeat;
    background-position: 0px;
}
.body {
    margin: 0px auto;
    width: 1000px;
    text-align: left;
    padding: 50px 50px;
    color: black;
    background-color: white;
    font-family: Meiryo, Verdana, Arial, sans-serif;
    text-indent: 10px;
}
a:link {
	color: rgb(22, 84, 168); text-decoration: none;
}
a:visited {
	color: rgb(22, 84, 168); text-decoration: none;
}
a:hover {
	color: rgb(0, 150, 0); text-decoration: none;
}
a:active {
	color: rgb(0, 150, 0); text-decoration: none;
}
img {
	border: 0px currentColor;
}
img a:link {
	border: 0px currentColor; color: rgb(255, 255, 255);
}
img a:hover {
	border: 0px currentColor; color: rgb(255, 255, 255);
}
img a:visited {
	border: 0px currentColor; color: rgb(255, 255, 255);
}
img a:active {
	border: 0px currentColor; color: rgb(255, 255, 255);
}
div#header {
    background-color: white;
    text-align: center;
}
div#wrapper {
    overflow: hidden;
    zoom: 1;
}
div#wrapper div#submenu {
    width: 25%;
    float: left;
    padding: 50px 15px 50px 30px;
}
div#wrapper div#main { 
    width: 62%;
    float: right;
    padding: 50px 30px 50px 15px;
}
#hooter {
    clear: both;
    text-align: center;
}

#newcontent {
    font-size: small;
    text-align: center;
    vertical-align: top;
    width: 210;
    height: 178;
    padding: 0px;
    margin: 0px auto;
    color: #550000;
    overflow: auto;
}
#mainmenu {
    border-spacing: 0px;
}
#headertitle {
    font-size: 15px;
}
#headerwelcome {
    font-size: 40px;
}
div#answer .name {
    color: #782121;
}
#list {
    padding-left: 35px;
}
    
    
