@charset "UTF-8";


/* ○上部メニュー ****************************************/
#menu_head {
	background:url(../img/bg_menu_head_bottom.gif) bottom center no-repeat #1661B9;
	}
#menu_head .bg {
	background:url(../img/bg_menu_head_top.gif) top center no-repeat;
	_height:1%;
	}


/* ○各コンテンツの内容 ****************************************/
.text div.pic_right {
	margin:0 0 10px 10px;
	float:right;
	text-align:center;
}
.text div.pic_right p {
	margin:5px 0 0 0;
	line-height:1em;
}
.pic_right {
	margin:0 0 10px 10px;
	float:right;
}


/* ○テーブル(出題方式トップ) ****************************************/
table.test_table {
	margin:10px 0;
	width:100%;
	}
table.test_table th {
	padding:8px 5px;
	line-height:1em;
	text-align:left;
	}
table.test_table td {
	padding:12px 5px;
	line-height:1em;
	background:url(../img/bg_test_table.gif) bottom center no-repeat;
	text-align:center;
	}
table.test_table td.border {
	border-left:1px #ACDAF0 solid;
	}
table.test_table tbody td a {
	padding:0 0 0 8px;
	background:url(../img/icon_link.gif) left center no-repeat;
	}
table.test_table tbody td a:hover {
	text-decoration:underline;
	}
	


/* ○テーブル() ****************************************/
.txt2 {
	margin:0;
	width: 523px;
	padding-left: 10px;
}

/* ○ 右メニュー(試験内容) ****************************************/

#sub_menu_right {
	width:160px;
	float:right;
	padding-left: 10px;
}
#sub_menu_right dl {
	list-style:none;
}
#sub_menu_right dt, #menu_jyugyo dd {
	padding:0 1px 1px 1px;
	display:block;
}
#sub_menu_right dt a {
	padding:7px 6px 5px 18px;
	display:block;
	_height:1%;
	background-image: url(../../../common/right_menu_dt.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.9em;
}
#sub_menu_right dt {
	padding-left: 18px;
	display:block;
	_height:1%;
	background-image: url(../../../common/img/right_menu_dt2.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.7em;
	font-weight: bold;
}
#sub_menu_right dd a {
	color: #5e339c;
	display:block;
	_height:1%;
	padding-left: 18px;
	background-image: url(../../../common/img/right_menu_dd.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.9em;
}
#sub_menu_right dt a.now, #sub_menu_right dd a.now, #sub_menu_right dt a:hover, #sub_menu_right dd a:hover {
	background-color:#ebe7f6;
}

	
/* ○ 出題方針 ****************************************/

ol.ollist{
	list-style-type: decimal;
	list-style-position:inside;
	padding-left : 1em;
	list-style-position:outside;
	}
ol.ollist li{
	margin-left: 1.5em;
	display:list-item;
	zoom : normal;
	}
.blue{
	color:#0069c8;
	}

