@charset "utf-8";
/* CSS Document */

body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	font-weight: normal;
	margin:0;
	padding:0;
}

/* ==============================
 ＩＤ
==============================*/



#DIV_WRP{ width:262px;	height:150px;	background-image:url('images/bg_DIV_WRAP.png'); border:#000 1px;}
#DIV_SCR{ width:auto;	height: 15px;	display:none; text-align:right;		padding:1px; font-size:10px;}
#DIV_IMG{ width:auto;	height: 40px;	display:none; text-align:center;	margin:0 auto; }
#DIV_MIN{ width:auto;	height: 95px;	}

/* ==============================
 ○×画像
==============================*/
.IMG_OKNG
{
	/* 位置 */
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	
	/* 透明度 */
	filter: Alpha(opacity=60);
    opacity: 0.6;
	
	/* 非表示 */
	display:none;
}



/* ==============================
 出題画像
==============================*/
.imgSizeQuest
{
	width:250px;
	height:40px;
}



/* ==============================
 リスト（選択肢）
==============================*/
.ol1
{
	margin:0 20px;
	padding:0;
	
}
.ol1 li
{
	list-style-type:none;

	line-height:1.5em;
	list-style-position:inside;
	font-size:13px;
}

.ol1 li a
{
	display:block;/* ボタン化 */
}


.ol1 li a:link,
.ol1 li a:visited
{
	color: #0000ff;
	text-decoration: none;
}

.ol1 li a:hover,
.ol1 li a:active
{
	color: #002222;
	text-decoration: none;
}


/* ==============================
 テーブル（成績用）
==============================*/
table.tbl
{
	text-align:center;
	margin:0 auto;
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

table.tbl th,
table.tbl td
{
    padding: 3px 5px;
    border: 1px #E3E3E3 solid;
    border-width: 1px 1px 1px 1px;
	text-align:center;
	font-size:12px;
}

table.tbl th
{
	background: #F5F5F5;
    font-weight: bold;
    line-height: 100%;
	
}

/* ==============================
 インプットタグのボタン(START,RETRY)
==============================*/
.btnSize12
{
	font-size:12px;
}

.text-red
{
	color: #ff0000;
}

