﻿@charset "UTF-8";

/* ---------------------------------------- */

* {
    margin: 0px;
    padding: 0px;
}

/* Hides from IE5-mac \*/
* html body {height: 1%;}
/* End hide from IE5-mac */

/* ------------　全ページ共通　------------ */

#box {
    margin: 10px 0px 0px 10px;
    padding: 0px;
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    background: #fcfcfc;
    font-size: 12px;
    color: #666666;
    line-height: 180%;
}

.box_h1,
.box_h2,
.box_h3 {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    border: inset 1px #cccccc;
}

h1 {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    color: #666666;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 30px;
    border-left: solid 15px #cc0000;
    text-indent: 10px;
}

h2 {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    color: #666666;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 30px;
    border-left: solid 10px #cc0000;
    text-indent: 10px;
}

h3 {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    color: #666666;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 30px;
    border-left: solid 5px #cc0000;
    text-indent: 10px;
}

ul {
    margin: 5px 0px 5px 20px;
    padding: 0px 0px 0px 0px;
}

li {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 150%;
}

strong {
    font-weight: normal;
    text-decoration: underline;
}

address {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-style: normal;
}
