@charset "utf-8";

/*------------------------------------------------



   crossword/crossword



------------------------------------------------*/

.cro_box01{
width:380px;
float:left;
}
.cro_box02{
width:330px;
float:left;
}

table#question{
background:#333333;
}
table#question td{
background:#ffffff;
width:85px;
height:85px;
text-align:center;
line-height:85px;
font-size:25px;
}
td.black{
background:#999999 !important;
}
td.q01{
background:url(../../img/crossword/01.png) left top no-repeat !important;
cursor: pointer;
}
td.q01:hover{
background:url(../../img/crossword/01_on.png) left top no-repeat !important;
}
td.q02{
background:url(../../img/crossword/02.png) left top no-repeat !important;
cursor: pointer;
}
td.q02:hover{
background:url(../../img/crossword/02_on.png) left top no-repeat !important;
}
td.q03{
background:url(../../img/crossword/03.png) left top no-repeat !important;
cursor: pointer;
}
td.q03:hover{
background:url(../../img/crossword/03_on.png) left top no-repeat !important;
}
td.q04{
background:url(../../img/crossword/04.png) left top no-repeat !important;
cursor: pointer;
}
td.q04:hover{
background:url(../../img/crossword/04_on.png) left top no-repeat !important;
}
td.q05{
background:url(../../img/crossword/05.png) left top no-repeat !important;
cursor: pointer;
}
td.q05:hover{
background:url(../../img/crossword/05_on.png) left top no-repeat !important;
}
td.q06{
background:url(../../img/crossword/06.png) left top no-repeat !important;
cursor: pointer;
}
td.q06:hover{
background:url(../../img/crossword/06_on.png) left top no-repeat !important;
}

.ans_cell{
	text-align:center;
}

table#hint td.top{
width:330px;
height:10px;
line-height:10px;
background:url(../../img/crossword/hint_top_bg.png) center top no-repeat;
}
table#hint td.con{
padding:0 10px 0 10px;
background:url(../../img/crossword/hint_con_bg.png) center top repeat-y;
color:#ffffff;
}
table#hint td.bot{

}

.cro_hint{
width:100%;
height:25px;
background: url(../../img/crossword/hint_title.png) left center no-repeat;
text-indent:-9999px;
}
.hint_q{
width:100%;
clear:both;
padding:0;
}
.hint_q p{
font-weight:bold;
font-size:120%;
text-indent:18px;
background:url(../../img/crossword/hint_q_bg.png) left center no-repeat;
}
.hint_q_bat{
width:100%;
height:80px;
background:url(../../img/crossword/hint_q_bg02.png) center center no-repeat;
text-indent:-9999px;
}
.hint_q_good{
width:100%;
height:80px;
background:url(../../img/crossword/hint_q_bg03.png) center center no-repeat;
text-indent:-9999px;
}
.hint_q_clear{
width:100%;
height:80px;
background:url(../../img/crossword/hint_q_bg04.png) center center no-repeat;
text-indent:-9999px;
}

.hint_a{
width:250px;
padding:10px 0 10px 0;
float:left;
}
.hint_ab{
width:60px;
padding:10px 0 10px 0;
float:left;
}
.hint_p{
width:100%;
clear:both;
padding:0 0 20px 0;
}

.hint_a #txt{
width:150px;
border:#FF80C6 1px solid;
}
.hint_a #bo{
width:60px;
height:20px;
float:right;
}