/* CSS BaseSetting */
@charset "utf-8";

body {
	color: #333333;
	margin: 1.2em 0 0 0;
        padding: 0.4%;
	font-family: verdana;
	font-size: small;
}

* html body{
        overflow: hidden;
}

div#contents{
        margin: 0.5em 0 0 0.8em;
        height: 100%;
        width: 90em;
        overflow: hidden;
}

div#footer{  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    height: 5em;
    width: 100%;
    background-color: #ffffff;  
}  

table{
  border-collapse:collapse;
  border-color: black;
}

ul{
list-style-image:url("img/ame.png");
}

.center {
    margin: 0em auto;
    }

.center img{
    width: 35em;
    padding: 0.2em;
    display: block;
    margin-left: 0em;/*add*/
    }
.left > img {/*add*/
    margin-left: 0em;
}
.left {
    float: left;
    }

