body{
    margin: 0;
    padding: 0;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    font-size: 12px;
}

#mainBox{
    margin-left: auto;
    margin-right: auto;
    width: 890px;
    text-align: center;
}


.pageNavi{
    margin-bottom: 0;
}

table.boardForm{
    margin-top: 20px;
    font-size: 16px;
    width: 750px;
}

.boardForm td{
    padding: 5px;
}

.boardForm .col1{
    width: 200px;
    text-align: center;
}
.boardForm .col2{
    width: 550px;
    text-align: left;
}

/*-- 一覧用スタイル（カテゴリ毎の色分け）-------------------------------------*/
.tableStyle01{
    background-image: url(../images/bar01.gif);
}
.tableStyle01 .col1{
    background-color: #ffffff;
}
.tableStyle01 .col2{
    background-color: #ffffff;
}
.tableStyle01 .col3{
    background-color: #ffffff;
}


.tableStyle02{
    background-image: url(../images/bar02.gif);
}
.tableStyle02 .col1{
    background-color: #ffffff;}
.tableStyle02 .col2{
    background-color: #ffffff;}
.tableStyle02 .col3{
    background-color: #ffffff;}


.tableStyle03{
    background-image: url(../images/bar03.gif);
}
.tableStyle03 .col1{
    background-color: #ffffff;
}
.tableStyle03 .col2{
    background-color: #ffffff;
}
.tableStyle03 .col3{
    background-color: #ffffff;
}

/*----------------------------------------------------------------------------*/

.bbsReadBox{
    width: 95%;

    margin: 15px auto;
}

.bbsReadBox *{
    font-size: 14px;
}

.bbsReadHeader{
    padding: 5px;
    font-weight: bold;
}

.bbsReadContents{
    padding: 5px;
}

.bbsReadFooter{
    text-align: right;
    padding: 5px;
}

.bbsImage{
    margin: 5px;
}

/*-- 一件分スタイル（カテゴリ毎の色分け）-------------------------------------*/
.boxHeaderStyle01{
    background-image: url(../images/bar01.gif);
    background-color: #ffdddd; 
    color: #ffffff;
}
.boxHeaderStyle02{
    background-image: url(../images/bar02.gif);
    background-color: #ddffdd;
    color: #ffffff;
}
.boxHeaderStyle03{
    background-image: url(../images/bar03.gif);
    background-color: #ddddff; 
    color: #ffffff;
}

.boxBorderStyle01{
    border: 1px solid #ddddff;
}
.boxBorderStyle02{
    border: 1px solid #ffdddd;
}
.boxBorderStyle03{
    border: 1px solid #ddffdd;
}

/*----------------------------------------------------------------------------*/

.error{
    margin: 0;
    color: #ff0000;
    line-height: 1.5em;
    font-size: 12px;
    font-weight: bold;
}

.imeDisable{
    ime-mode: disabled;
}

h1{
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

h2{
    margin: 0;
    padding-top: 0;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

h3{
    margin: 3px;
    padding-top: 0;
    text-align: center;
}

h4{
    margin: 3px;
    padding-top: 0;
    text-align: center;
}

form{
    margin: 0;
    padding: 0;
}

img{
    border: none;
}

hr{
    margin: 0;
    padding: 0;
}
