@charset "utf-8";
body { background:white; border-style:solid; border-width:0px; border-color:#8d7688;
padding:0px;

background-image : url("../sozai/fuji_4.jpg");
background-attachment: fixed;
background-position: 100% 0%;
background-repeat: repeat-x;

scrollbar-face-color:white;
scrollbar-highlight-color:#c0a869;
scrollbar-shadow-color:#c0a869;
scrollbar-3dlight-color:#c0a869; 
scrollbar-arrow-color:#c0a869;
scrollbar-track-color:white;
scrollbar-darkshadow-color:#c0a869;

text-align: center;
}

body,th,td { font-size:14px; font-family:Verdana; color:white; }

a:link { color:#633797; text-decoration:none}	
a:visited { color:#633797; text-decoration:none}
a:active {color:#454545; text-decoration:none}
a:hover {color:#bf9e46; text-decoration:none}

table{
    margin : 0 auto;
}
.td1 {border-color:black; border-style:solid; border-width:1px; background-color:white; }

td{
    color: #846D38;
    text-align: center;
}
table.title{
    
    border-radius: 20px;
    width: 80px;
    margin-top : 60px;
}

table.text{
    margin:30px auto;
    padding: 20px 15px;
    background-color:rgba(255,255,255,0.7);
    border-radius: 20px;
    border: 1px solid #CEBB8C;
}
hr.style2{
    margin: 20px auto;
    padding: 0;
    border: 0;
    height: 2px;
    background-image: url(http://denguma.com/sozai/line-dot.gif);
    width: 90%;
}
@media screen and (max-width: 767px){
    body{
        max-width: 100%;
    }
    table.text{
        margin:20px auto 40px;
    }        

}