* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F5F5F3;
    background-image: url("./assets/contents/back_ground.gif");
    color: #333333;
    font-family: "Serif", "Sans-Serif", "Osaka", "MS P Gothic";
    font-size: 100%;
    height: 100%;
    line-height: 140%;
    text-align: center;
    width: 100%;
}

.container {
    background-color: #FFFFFF;
    background-image: url("/assets/contents/container_bg.gif");
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
    width: 750px;
}

#body_area {
width: 700px;
margin-top: 50px;
margin-left: 20px;
}

#footer {
    text-align: left;
    background: #f08080;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-left: 30px;
    padding-top: 20px;
    padding-top: 10px;
    height: 50px;
}

#footer a{
   color: #ffffff;
}

#footer address{
    text-align: right;
    font-style: normal;
    padding-right: 5px;
}

a{
    text-decoration: none;
}

img{
    border: none;
}

.title {
font-family: "Comic Sans MS", cursive;
font-size: 40px;
text-align:center;
background-color: #f08080;
color: #fff;
margin-left: auto;
margin-right: auto;
padding-top: 60px;
height: 100px;
width: 750px;
}

table{
        border-style: solid;
        border-collapse: collapse;
        border-color: #554;
}

th, td {
        border: solid 1px;
        padding: 0.2em;
}
th{
        background-color: #F5F5F5;
}

.fisheye{
        text-align: center;
        height: 130px;
        position: relative;
}

a.fisheyeItem{
        text-align: center;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        width: 40px;
        position: absolute;
        display: block;
/*      top: 0;*/
        bottom: 0;
}

.fisheyeItem img{
        border: none;
        margin: 0 auto 5px auto;
        width: 100%;
}

.fisheyeItem span{
        display: none;
        positon: absolute;
}

.fisheyeContainter{
        height: 130px;
        width: 700px;
        position: absolute;
}

