﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
    border-collapse: collapse;
}
body {
    background-image: url(images/back.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #C0D5E6;
    font-size: 80%;
    font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック' , Sans-Serif;
}

hr {
    background-color: #003366;
    color: #003366;
    height: 1px;
    border: 1px;
}

a {
    color: #003366;
}
a:hover {
    color: #b21e44;
}
a:active {
    color: #b21e44;
}

h1.normal {
    font-weight: bold;
    color: #009999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #009999;
    margin-top: 5px;
    line-height: 1.5em;
    background-image: url(images/mark.gif);
    background-repeat: no-repeat;
    text-indent: 2em;
    background-position: 0px 2px;
}

h2.normal {
    font-weight: bold;
    color: #009999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #009999;
    margin-top: 5px;
    line-height: 1.5em;
    background-image: url(images/mark.gif);
    background-repeat: no-repeat;
    text-indent: 2em;
    background-position: 0px 2px;
}

h3.normal {
    font-weight: bold;
    color: #009999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #009999;
    margin-top: 5px;
    line-height: 1.5em;
    background-image: url(images/mark.gif);
    background-repeat: no-repeat;
    text-indent: 2em;
    background-position: 0px 2px;
}

h4.normal {
    font-weight: bold;
    color: #009999;
    margin-bottom: 5px;
    text-indent: 0.3em;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #666666;
    padding-top: 3px;
}

h5.normal {
    color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #009999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #009999;
    background-color: #009999;
    text-align: center;
    padding-bottom: 3px;
    line-height: 1.5em;
}

.mar0 {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
}
