/*---------- ページ全体の指定----------*/

body {
    font-family: "ＭＳ Ｐゴシック","MS UI Gothic",Impact,Chicago,"Comic Sans MS",Helvetica,Arial,Osaka,  
    sans-serif;
    margin: 0px auto 0px auto;
    padding: 0;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;   
    background-image: url(../img/bg_img.jpg);
    background-repeat: no-repeat;
    background-position: center top;*/
}

a:link {
    color: #004080;
    font-size: 12px;
}

a:visited {
    color: #004080;
    font-size: 12px;
}

a img {
    border-style:none;
}

p {
    margin: 20px 0 20px 0;
    line-height: 150%;
    letter-spacing: 1px;
    font-size: 12px;
}

h1 {
    font-size: 14px;
    margin: 0;
    padding: 2px 3px 0px 3px;
    color: #000000;
}

.green {
    color: #99CC66;
}

.bold {
    font-weight:bold;
}

.big{
    font-size:16px;
}

.red{
    color:#FF0000;
}

.blue{
    color:#000099;
}
