﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #fff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.main
{
    width:1024px;
    height:768px;
    margin:0 auto;
    background:url('../images/ml.jpg') no-repeat fixed center;
    background-size: 1024px 768px;
}
.main mp
{
    width:1024px;
    height:768px;
    filter:Alpha(opacity=100)。
}
.bottom
{
    width:500px;
    text-align:center;
    margin:0 auto;
}