﻿@charset 'UTF-8';



/*--------------------------------------------------
他aboutと共通
--------------------------------------------------*/
h3{
	margin:32px 0 16px;
	width:930px;
	padding:5px 10px;
	background:#e5e5e5;
	border-left:solid 10px #ccc;
	/*font-weight:normal;*/
	clear:both;
}
* html body h3{width:960px;}

h4{
	margin:16px 0 8px 0;
	width:100%px;
	clear:both;
	padding:10px 0 0;
	border-top:dashed 1px #ccc;
}


/*--------------------------------------------------
ヘルプ
--------------------------------------------------*/
/*ヘルプ共通*/
ul#helpMenu{
	margin-left:36px;
}
ul#helpMenu li{
	list-style-type:none;
	margin:8px 0 0 -14px;
	padding:0 0 0 20px;
	background:url(../image/mark_check.gif) no-repeat left top;
}


/*ヘルプトップページ*/
li.no01{background:url(../image/no01.gif) no-repeat left top;}
li.no02{background:url(../image/no02.gif) no-repeat left top;}
li.no03{background:url(../image/no03.gif) no-repeat left top;}
li.no04{background:url(../image/no04.gif) no-repeat left top;}
li.no05{background:url(../image/no05.gif) no-repeat left top;}
li.no06{background:url(../image/no06.gif) no-repeat left top;}
li.no07{background:url(../image/no07.gif) no-repeat left top;}
li.no08{background:url(../image/no08.gif) no-repeat left top;}
li.no09{background:url(../image/no09.gif) no-repeat left top;}
li.no10{background:url(../image/no10.gif) no-repeat left top;}
li.no11{background:url(../image/no11.gif) no-repeat left top;}
li.no12{background:url(../image/no12.gif) no-repeat left top;}
li.no13{background:url(../image/no13.gif) no-repeat left top;}
li.no01,
li.no02,
li.no03,
li.no04,
li.no05,
li.no06,
li.no07,
li.no08,
li.no09,
li.no10,
li.no11,
li.no12,
li.no13{padding:1px 0 0 30px;}

.helpCap{
	width:470px;
	float:left;
	margin:10px 0 20px 0;
}

ol{
	width:470px;
	margin:10px 0 0 0;
	padding:0;
}
ol li{
	margin-bottom:10px;
	list-style-position:outside;
	list-style-type:none;
}


/*ヘルプ2階層目*/
.helpRead{
	margin:8px 0 15px 0;
}
.helpBox{
	width:470px;
	margin-bottom:15px;
	position:relative;
}
.helpBoxBox{
	width:440px;
	margin-bottom:15px;
	margin-left:30px;
	padding:0;
}
* html body .helpBoxBox{margin-left:15px;}

h5.no01{background:url(../image/no01.gif) no-repeat left top;}
h5.no02{background:url(../image/no02.gif) no-repeat left top;}
h5.no03{background:url(../image/no03.gif) no-repeat left top;}
h5.no04{background:url(../image/no04.gif) no-repeat left top;}
h5.no05{background:url(../image/no05.gif) no-repeat left top;}
h5.no06{background:url(../image/no06.gif) no-repeat left top;}
h5.no07{background:url(../image/no07.gif) no-repeat left top;}
h5.no08{background:url(../image/no08.gif) no-repeat left top;}
h5.no09{background:url(../image/no09.gif) no-repeat left top;}
h5.no10{background:url(../image/no10.gif) no-repeat left top;}
h5.no11{background:url(../image/no11.gif) no-repeat left top;}
h5.no12{background:url(../image/no12.gif) no-repeat left top;}
h5.no13{background:url(../image/no13.gif) no-repeat left top;}
h6.noA {background:url(../image/noA.gif) no-repeat left top;}
h6.noB {background:url(../image/noB.gif) no-repeat left top;}
h6.noC {background:url(../image/noC.gif) no-repeat left top;}

h5.no01,
h5.no02,
h5.no03,
h5.no04,
h5.no05,
h5.no06,
h5.no07,
h5.no08,
h5.no09,
h5.no10,
h5.no11,
h5.no12,
h5.no13,
h6.noA,
h6.noB,
h6.noC{
	font-weight:normal;
	color:#555;
	height:24px;
	margin-bottom:5px;
	padding:5px 0 0 30px;
	background-position:left top;
}


ul.helpTxt{
	color:#888;
	width:470px;
	margin:0;padding:0;
}
ul.helpTxt li{
	margin:0 0 10px 0;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 0 30px;
}


img.helpImg{
	margin-left:30px;
}
p.helpImgCap{
	margin-left:30px;
	margin-top:3px;
	color:#888;
}


ul.helpTxt li.ulSubLi{
	margin:0 0 10px 0;
	padding:0 0 0 45px;
	background:url(../image/mark_arrow_w.gif) no-repeat 30px 0.2em;
}
* html body ul.helpTxt li.ulSubLi{height:12px;}


.ulCapTxt{
	color:#888;
	position:absolute;
	bottom:15px;
	left:185px;
	width:280px;
}
