
    * {
        margin: 0;
        padding: 0;
        font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
        }

    body {
        font-size: 13px;
        color: #333333;
        background: #FFF;
        text-align: center;
        }

    img {
        border: none;
        vertical-align: middle;
        }

    a:link {
        color: #666;
        text-decoration: underline;
        }

    a:visited {
        color: #666;
        text-decoration: underline;
        }

    a:hover {
        color: #336699;
        text-decoration: none;
        }

    a:active {
        color: #336699;
        text-decoration: none;
        outline: none;
        position: relative;
        top: 1px;
        }

    br.clear {
        font-size: 0;
        line-height: 0;
        clear: both;
        }


    #wrapper{
        width: 500px;
        margin: 20px auto;
        position: relative;
        top:0;
        left:0;
    }

    h1{
        font-size: 24px;
        text-align: left;
        margin: 10px 0;
    }

    h2{
        text-align: center;
        background-color: #00ccff;
        color: #FFF;
        margin: 30px 0 8px;
        font-size: 16px;
        padding: 8px;
        letter-spacing: 3px;
	}

    table,
    th,
    td {
        border-collapse: collapse;
        border-spacing: 0;
    }

    table th {
        border:1px solid #999999;
        background-color: #ececed;
        text-align: left;
        width: 150px;
        font-weight: normal;
        padding: 10px 8px 8px;
    }

    table td {
        border:1px solid #999999;
        text-align: left;
        padding: 10px 8px 8px;
        width: 350px;
    }

    div.message{
        text-align: left;
        padding: 10px 8px 8px;
        margin-bottom:20px;
    }
	
	div.message img{
        text-align: left;
        padding: 20px 0 0 355px;
    }
    
    div.message strong.attention{
        color:#FF6060;
    }

    div#footer{
        background: #FFF url(/pc/print/line_1.gif) repeat-x top left;
        padding: 8px;
        margin-top: 40px;
        font-size: 11px;
    }

    div#footer a{
        text-decoration: none;
    }

    div#footer a:hover{
        text-decoration: underline;
    }


/*--------------------------------
    タブ
--------------------------------*/
    .tab {
        border-bottom: 1px solid #CECECE;
        margin: 0px 0px 25px 0px;
        line-height: 18px;
        height: 100%;
        }

        .tab a {
            display: block;
            float: left;
            background: #E7E7E7 url(/img/common/tab_bg.gif) repeat-x center left;
            text-decoration: none !important;
            font-family:"ＭＳ Ｐゴシック",Osaka,"Lucida Grande",geneva,verdana,sans-serif;
            padding: 8px 12px;
            margin-left: 2px;
            border: solid 1px #cecece;
            position: relative;
            top: 1px;
            left: 0px;
            }

        .tab a:hover {
            background: #E7E7E7;
            }

        .tab a.chk {
            border-color: #cecece #cecece #FFF #cecece !important;
            border-style: solid !important;
            border-width: 1px;
            background: #FFF;
            position: relative;
            top: 1px;
            left: 0px;
            }

/*--------------------------------
    フォーム
--------------------------------*/

    input:focus,
    textarea:focus{
        outline:none;
    }

    .frm_text{
        background: #f4f4f4;
        border-color: #dddddd #eeeeee #eeeeee #dddddd;
        border-style: solid;
        border-width: 1px;
        color: #535353;
        font-family: "Arial",Tahoma,Verdana;
        font-size: 24px;
        margin: 0;
        padding: 4px;
        width: 300px;
        height: 25px;
        }

    .frm_num{
        ime-mode:disabled;
        }

    .fmt_low{
        text-transform: lowercase;
        }

    select.frm_text{
        font-size: 14px;
        height: 30px;
        line-height: 20px;
        __margin-top: 5px;
        }

    *:first-child+html select.frm_text {
        margin-top: 8px;
    }

    textarea.frm_text{
        font-size: 14px;
        height: 80px;
        }

    .frm_file{
        border: solid 1px #DDDDDD;
        padding: 7px;
        width: 275px;
        font-size: 13px;
        }

/*--------------------------------
    フォームの下の注意事項
--------------------------------*/

    ul.attention{
        display: none;
        margin: 8px 0 5px;
        list-style-type: none;
        }

        ul.attention li{
            background: url(/img/common/att.gif) no-repeat top left;
            color: #ff6060;
            padding-left: 20px;
            padding-bottom: 5px;
            line-height: 16px;
            }

        ul.attention li.rei{
            background: none;
            color: #ff6060;
            padding-left: 0px;
            }

            ul.attention li a{
                color: #ff6060;
                margin: 0 3px;
                }

    ul.att{
        margin: 8px 0 10px;
        list-style-type: none;
        }

        ul.att li{
            background: url(/img/common/att.gif) no-repeat top left;
            color: #ff6060;
            padding-left: 20px;
            padding-bottom: 5px;
            line-height: 16px;
            }

            ul.att li a{
                color: #ff6060;
                margin: 0 3px;
                }

        ul.att li.rei{
            background: none;
            color: #ff6060;
            padding-left: 0px;
            }

/*--------------------------------
    エラーメッセージ
--------------------------------*/

    .err_box{
        background: #db0101;
        padding: 10px;
        margin: 10px 0px;
        }

        .err_box ul{
            list-style-type: none;
            text-align: left;
            }

            .err_box ul li{
                margin: 3px 0 3px;
                padding: 0 0 0 20px;
                color: #FFF;
                background: url(/img/common/err.gif) no-repeat top left;
                text-shadow:1px 3px 3px #2F2F2F;
                }

                .err_box ul li a{
                    color: #FFF;
                    text-shadow:1px 3px 3px #2F2F2F;
                    }

    div.box .err_box{
        margin: 10px 0px;
        }
