
    * {
        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;
		line-height:150%;
		padding: 10px;
    }

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

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


    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;
    }


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

    .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;
        }


/*--------------------------------
    求人情報欄
--------------------------------*/
.recruit_area{
	margin: 0 auto;
	padding-bottom:5px;
}

.recruit_btn{
	text-align: left;
	height: auto;
	margin-bottom:30px;
	}
	
.recruit_btn img{
	padding: 10px 10px 0 0;	
	}
