﻿/* 現状のキワミとほぼ同様 */
body {
    margin: 0px;
    padding: 0px;
    font-size: 85%;
    color: #333333;
/*    text-align: center;*/
    /*background: #31110B url(../img/top_bk_img.jpg) no-repeat left top;*/
    background-image: url("../images/koushi.png");
    letter-spacing: normal;
}
img,a img{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
h1,h2,h3,h4 {
    font-size:100%;
    padding-bottom:0.5em;
    font-weight: normal;
margin:0;
padding:0;
}
p {
    line-height:140%;
    margin-bottom: 0.5em;
}
a:link,
a:visited {
    color: #990000;
    text-decoration: none;
}

a:hover {
    color: #990000;
    text-decoration: underline;
}
