﻿@charset "utf-8";
body
{
	margin: 0 auto 0 auto;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
}
div#containerMain {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.Tit {
    width: 980px;
    height: 120px;
    background-color: #FFFFFF;
    padding-left: 8px;
    padding-top: 5px;
}
.Page {
    width: 770px;
    height: 1600px;
    padding-top: 15px;
    background-color: #FFFFFF;
}
.Menu {
    width: 210px;
    height: 1600px;
    padding-top: 5px;
    background-color: #FFFFFF;
    padding-left: 0px;
    padding-top: 5px;
    margin-right: 10px;
}
