/*game*/

#cont01{
	background-image:url(../../shared/img/cont-sudare-bg.gif);
	padding:15px;
}



div#card-left{
	text-align:center;
	width:200px;
	float:left;
	margin:45px 0 0 0;
	padding:0 auto;
}

div#card-right{
	width:520px;
	float:right;
	margin:15px 0 0 0;

}

.card{
	background-image:url(../../shared/img/game-card-bg.gif);
	width:93px;
	height:142px;
	padding:0 auto;
	margin:0 auto;
	text-align:center;
}

#cardinfo{
	background:url(../img/card-info-bottom.gif) no-repeat center bottom;
	width:93px;
	padding:0 0 10px 0;
	margin:0 auto;
}

.cardinfo-top{
	background:#F4F090 url(../img/card-info-top.gif) no-repeat 0  0  ;
	width:93px;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
}

.cardinfo-top p{
	padding:5px 10px;
	margin:0;
}

#card-right div.cardbox{
	float:left;
	width:130px;
	margin:0 0 10px 0;
}

#card-right div.cardbox div.card{
	margin:10px 0 0 0;
}

/*answer*/

#card-q-wrapp01{
	width:369px;
	float:left;

}

#card-q-wrapp02{
	width:369px;
	float:right;
}

#card-q-wrapp01 h2{
	text-align:center;
	margin-bottom:15px;
}

#card-q-wrapp02 h2{
	text-align:center;
	margin-bottom:15px;
}

.card-q-box{
	width:369px;
	float:left;
	background:#ECE587 url(../img/box-q-top.gif) no-repeat 0 0;
	
}

.card-q-wrappbox{
	padding:0 0 10px 0;
	background:url(../img/box-q-bottom.gif) no-repeat center bottom;
}

table.cad{
	width:100%;
}

table.cad td.left{

}

table.cad td.right{
	vertical-align:bottom;
	text-align:center;
	width:150px;
}

.card-q{
	background-image:url(../img/game-card-bg03.gif);
	width:93px;
	height:142px;
	padding:0 auto;
	margin:0 auto;
	text-align:center;
}

.card-season{
	background:url(../img/box-season-top.gif) no-repeat;
	width:124px;
	height:116px;
	margin:10px 0 0 0;
}

.card-q-box-left{
	width:142px;
	float:left;
}
.card-q-box-right{
	width:180px;
	float:right;
}

.card-roman{
}

.card-ja{
	font-size:20px;
	font-weight:bold;
	padding:0 0 0 10px;
}

table.clr th,
table.clr  td,
table02.clr  th,
table02.clr  td{
	background:#FFFFCC;
	padding:10px;
}

table.clr th,
table02.clr  th{
	width:80px;
}

.card-q-box .card-q-wrappbox ul li{
	list-style-type:disc;
	margin:0 0 0 20px;
	line-height:150%;
}

#gameanswer{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	padding:0 0 10px 0;
}

#answer-info{
	margin:40px 0 0 0;
}

#answer-info h4{
	font-weight:bold;
	margin:0 0 10px 0;
	text-align:center;
	color:#FF3300;
}

#answer-info li{
	line-height:160%;
	font-size:80%;
	list-style-type:circle;
	margin:0 0 0 30px;
}


