/* ///// /course/以下の小ウィンドウ用 ////////////////////////////////////// */

/* ===== 手順・準備するもの ===== */
/* - ページタイトル - */
/* マージン設定：上12px・下左右0 */
h3.ready_title{
	margin:12px 0 10 0;
}
/* - 下マージン6pxの段落 - */
/* マージンの設定：6px */
p.bottom05{
	margin-bottom:6px;
}
/* - ページ上の手続き開始ボタン - */
/* マージン設定：下72px； 文字揃え：右揃え； 幅：420px */
.entry_btn_s{
	margin-top:10px;
	margin-bottom:72px;
	text-align:right;
	width:420px;
}
/* - 文字色オレンジ - */
/* 文字色：オレンジ */
.color_o {
	color: #FF8000;
}

/* --- 「ご準備いただくもの」の章 --- */
/* - 準備するものリスト - */
/* マージン設定：左0； 余白の設定：左0； 幅：420px */
ul.item{
	margin-left:0;
	padding-left:0;
	width:420px;
}
/* - 準備するものリストの各項目 - */
/* マージン設定：左0； 余白の設定：左1.5文字分； 背景で点画像を設定； 背景画像をリピートしない； リストスタイル：無し */
ul.item li{
	margin-left:0;
	padding-left:1.5em;
	background-image:url(../course/images/point_orange.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}
/* - 準備するものリストの各項目の内のナンバーリスト - */
/* マージン設定：左10px； 余白の設定：左25px； 幅：380px */
ul.item li ol{
	margin-left:10px;
	padding-left:25px;
	width:380px;
}
/* - 準備するものリストの各項目の内のナンバーリストの各項目 - */
/* リストスタイル：黒丸； 背景画像をリピートしない； 余白の設定：上下左右0； */
ul.item li ol li{
	list-style-type:decimal;
	background-image:none;
	padding-left:0px;
}

/* - マージン付き「例」のテキスト - */
/* マージン設定：左20px； 幅：375px； 余白：左2文字分： インデント：左に2文字分 */
.ex2{
	margin-left:20px;
	width:375px;
	padding-left:2em;
	text-indent:-2em;
}

/* --- 「お申し込み手順ご案内」の章 --- */
/* - ステップの見出し - */
/* フォントサイズ：14px； 文字色：オレンジ */
.sub3title {
	font-size: 14px;
	color: #FF8000;
}
/* - 下敷きの角丸(左下) - */
/* 背景に角画像を指定： 背景の配置：左下； 背景をリピートしない */
.bg_step_lb{
	background-image:url(../course/images/bg_step_lb.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
/* - 下敷きの角丸(右下) - */
/* 背景に角画像を指定： 背景の配置：右下； 背景をリピートしない */
.bg_step_rb{
	background-image:url(../course/images/bg_step_rb.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
/* - 下敷きの角丸(左右上) - */
/* 背景に角画像を指定・ 背景をリピートしない・ 背景の配置：上 */
.bg_step_top{
	background:url(../course/images/bg_step_top.gif) no-repeat scroll top;
}
/* - 下敷きの角丸(左右下) - */
/* 背景に角画像を指定・ 背景をリピートしない・ 背景の配置：下 */
.bg_step_bottom{
	background:url(../course/images/bg_step_bottom.gif) no-repeat scroll bottom;
}
/* - 手順フロー図右のテキスト表示段落 - */
/* マージン設定：下12px； 幅：200px； フォントサイズ：12px */
.step0 p{
	margin-bottom:12px;
	width:200px;
	/* font-size:12px; */
}
/* - ステップ２の段落 - */
/* 幅：テーブルのセル幅に併せる */
.bg_step_bottom p{
	width:auto;
}

/* --- ページ下の申し込みボタンエリア --- */
/* 中央揃え；　余白：上下36px　左右35px */
.entry-button{
	text-align:center;
	padding:36px 35px;
}

/* --- ページ下の注意 --- */
/* マージン：下50px； フォントサイズ：10px； 幅：420px */
.footer_ready{
	margin-bottom:50px;
	font-size:10px;
	width:420px;
}



/* ===== トライアル申し込み手順案内ページ trial.html ===== */
/* - ページ下のボタン配置テーブルの基本設定 - */
/* マージン設定：上12px・下54px */
.btntable_enter{
	margin-top:12px;
	margin-bottom:54px;
}



/* ===== お申し込み(入り口)ページ index.html ===== */
/* --- 各申し込み条件ボックス --- */
/* - 各申し込み条件内のテキストの段落 - */
/* 幅：412px； マージン設定：上下左右4px */
.fmenu p{
	margin:4px;
	color:#2a51a0;
	font-weight:bold;
}
/* - 各申し込み条件内のテキストの段落2 - */
/* 幅：412px； マージン設定：上下左右4px */
.fmenu2 p{
	width:412px;
	margin:4px;
}
/* - 各申し込み条件内のリンク箇所のマウスオーバー時 - */
/* 背景色：グレー */
.fmenu a{
}

.fmenu a:hover{
	background-color:#f1f1f1;
}

.fmenu ul{
 margin:12px 0 0 0;
 list-style-type:none;
}


.fmenu ul li{
 margin:0;
 padding:12px 0;
 border-top:dashed 1px #2a51a0;
}

.fmenu ul li a{
 margin-left:0;
}


/* --- 各申し込み条件ボックス --- */
/* - 各申し込み条件ボックス - */
/* 背景色；#F1F1F1；幅：420px；下余白：3px */
.fmenu {
	width:455px;
_width:480px;
	background-color:#ddd;
	margin-right:20px;
	padding:12px;
}
/* 背景色；#FFFFFF；幅：420px；下余白：3px */
.fmenu2 {
	background-color:#FFFFFF;
	width:420px;
	padding-bottom:0px 0px 3px 50px; 
}

/* ======================== リスト追加 2010 --- */

.idk_attent .ul4{
	margin-left:1em;
	padding-left:0;
	margin-top:0;
	list-style:none;
}
.idk_attent .ul4 li{
	margin-left:0;
	text-indent:-1em;
}

/* --囲み--*/
.idk_attent{
	border:#FF0000 1px solid;
	padding:10px 10px 0 10px;
	width:405px;
}



/* ======================== end リスト追加 2010 --- */

/*   */
#subtitle2_ready{
 height:30px;
 width:480px;
 text-indent:-9999px;
 overflow:hidden;
 background:url(../course/images/subtitle2_ready2.gif) 0 0 no-repeat;
}

#subtitle2_guidestep{
 height:30px;
 width:480px;
 text-indent:-9999px;
 overflow:hidden;
 background:url(../course/images/subtitle2_guidestep2.gif) 0 0 no-repeat;
}

.chapter {
 margin-bottom: 24px;
}

