/*--------------------------------------------------------------------------------
	HELP左メニューCSS - start
--------------------------------------------------------------------------------*/


/*******************************
	小タイトル(外枠)
*******************************/
.mini_title_outer
{
	border-bottom: solid 1px #CCC;
	padding-bottom: 2px;
	margin-bottom: 5px;
}


/*******************************
	小タイトル(内枠)
*******************************/
.mini_title_inner
{
	border-left: solid 7px #222;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}

/*******************************
	ヘルプ左メニュー枠
*******************************/
#help_left_area
{
}

/*******************************
	BOX1
*******************************/
#help_left_box1
{
}

/*******************************
	BOX1(ヘッダー)
*******************************/
#help_left_box1_t
{
	font-size: 1px;
	height:25px;
	width: 100%;
	background:url(../../img/default/title/side_title_help.gif) no-repeat top left;
}

/*******************************
	BOX1(コンテンツ)
*******************************/
#help_left_box1_m
{
	/*background: #fff url(../../img/default/box_background_img.jpg) repeat-x top;*/
	border: solid 1px #AD112B;
	border-top: none;
	padding: 7px;
	background-color: #fff;
}

/*******************************
	BOX1(フッター)
*******************************/
#help_left_box1_b
{
	font-size: 1px;
}

/*******************************
	ヘルプメニュー(枠)
*******************************/
#help_left_menu_box
{
}

/*******************************
	ヘルプメニュー(UL)
*******************************/
#help_left_menu_box_ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 150%;
}

/*******************************
	ヘルプメニュー(LI)
*******************************/
.help_left_menu_box_li
{
	padding: 0 0 10px 0;
}

/*******************************
	ヘルプメニュー(LI リンク属性)
*******************************/
#help_left_menu_box li a
{
	background:url(../../img/default/icon/arrow_img.gif) no-repeat 0% 0%;
	padding-left: 17px;
}

/*******************************
	ヘルプメニュー(DIV)
*******************************/
.help_left_menu
{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------------------
	HELP左メニューCSS - end
--------------------------------------------------------------------------------*/

/*******************************
	ヘルプ
*******************************/
#help_box
{
	width: 100%;
	margin-bottom: 20px;
}

/*******************************
	ヘルプ(ヘッダー部)
*******************************/
#help_box_t
{
	background: url(../../img/default/title/main_title_help.gif) no-repeat left top;
	height: 25px;
	font-size: 1px;
}

/*******************************
	ヘルプ(コンテンツ部)
*******************************/
#help_box_m
{
	/*background: #fff url(../../img/default/box_background_img.jpg) repeat-x top;*/
	border: solid 1px #AD112B;
	border-top: none;
	padding: 15px 30px 50px 30px;
	background-color: #fff;
}

/*******************************
	ヘルプ(フッター部)
*******************************/
#help_box_b
{
	font-size: 1px;
}

/*******************************
	ヘルプ（コンテンツ部の箱）
*******************************/
.help_contents_box
{
	padding: 10px 0 10px 10px;
	margin: 0;
}

/*******************************
	ヘルプ（コンテンツ部・サブタイトル）
*******************************/
.help_title
{
	font-weight:bold;
	padding-bottom:10px;
}

/*******************************
	ヘルプ（コンテンツ部・文章・p）
*******************************/
.help_text_p
{
	padding: 0 0 10px 10px;
	margin: 0;
	line-height:130%;
}

/*******************************
	ヘルプ（コンテンツ部・ul）
*******************************/
.help_ul
{
	padding: 10px 0 10px 10px;
	margin: 0;
}

/*******************************
	ヘルプ（コンテンツ部・li）
*******************************/
.help_li
{
	padding: 0;
	margin: 0 0 10px 10px;
	line-height:130%;
}

/*******************************
	ヘルプ（コンテンツ部・テーブル）
*******************************/
.help_table
{
	margin: 0 0 10px 10px;
}

/*******************************
	ヘルプ（td 右側ラベル）
*******************************/
.help_table_td
{
	padding: 5px 10px;
	background:#fff;
}

/*******************************
	ヘルプ（インデックスページ・メニュー）
*******************************/
.help_menu
{
	padding:5px;
}

.help_menu a
{
	background:url(../../img/default/icon/arrow_img.gif) no-repeat 0% 0%;
	padding-left: 17px;
}
