﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: b yekan, yekan, Tahoma, Geneva, sans-serif;
    font-size: small;
    letter-spacing: normal;
    text-align: right;
    vertical-align: top;
    background-image: url('/assets/Image/back.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
}

.tableNoBorder {
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
}

#ttlTable {
    height: 20%;
    text-align: right;
}

.btnTable {
    width: 800px;
    text-align: center;
    vertical-align: middle;
    height: 50px;
}

.btnBox {
    height: 20%;
    width: 100px;
}

.mainTextTable {
    width: 700px;
    overflow: visible;
    left: 10%;
    top: 25%;
    text-align: left;
    clear: both;
    border: 0;
    font-size: small;
    float: left;
    margin-left: 50px;
    margin-top: 50px;
}

.Footer {
    display: block;
    top: 95%;
    background-image: url('/assets/Image/line.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    margin-bottom: 50px;
    font-size: xsmall;
    position: relative;
}


    .Footer p {
        float: left;
        margin-top: 100px;
        margin-left: 50px;
    }
