
/* 使い方解る人はがっしがっし変更して下さって構いません----------------------------------- */



/* デザイン部（各部の文字・背景色の変更ができます）--------------------------------------- */

/*リンク文字色*/
a:link{color:dimgray;}
/*訪問済*/
a:visited{color:dimgray;}
/*マウスオーバ中*/
a:hover{color:silver;}


/*『キャラクター提供…/…データ一覧』欄の色*/
.category_1{
    background-color:#CC0066;
    color:white;
}
/*『作成者名/名前…』欄の色*/
.category_2{
    background-color:#CC0066;
    color:white;
}
/*『キャラ属性/自称/シリアス…』欄の色*/
.category_3{
    background-color:#99CC99;
    color:black;
}
/*回答欄の色*/
.answer{
    background-color:white;
    color:black;
}

/*記号選択回答欄の色*/
.answer_mark{
    background-color:white;
    color:black;
}









/* 構造部（弄ると表示が崩れる場合があります）--------------------------------------------- */

body{
    text-align:center;
    font-size:11px;
    font-family:Verdana;
    line-height:18px;
    margin-left:50px;
    margin-right:50px;	
}

.wrapper{
    width:600px;
    margin-bottom:20px;
}

.header{
    width:450px;
    text-align:left;
    margin-bottom:30px;
}

.main{
    margin-bottom:30px;
}

.footer{
}


table{
    font-size:11px;
    font-family:Verdana;
    line-height:18px;
    width:600px;
    border-width:1px;
    border-color:black;
    border-style:solid;
    padding:5px;
    margin-bottom:30px;
}
td{
    border-width:1px;
    border-color:black;
    border-style:solid;
    padding-left:10px;
}

a{
    text-decoration:none;
}

.category_1{
    width:600px;
    border-width:1px;
    border-style:solid;
    border-color:black;
    padding:5px;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
.category_2{
    font-weight:bold;
}
.category_3{
    font-weight:bold;
}
.answer{
}

#title{
    font-size:13px;
    font-weight:bold;
}
#caution{
    color:#cc0000;
    font-weight:bold;
}

.center{
    padding-left:0;
    text-align:center;
}
.answer_mark{
    padding-left:0;
    text-align:center;
}
