@charset "utf-8";
/* ======================
Biz トップサイトスタイル
2008/10/27 追加
======================= */
/*
ヘルプ#help[
----------------------------------------------------------- */

#help p {
	margin-bottom: 10px;
}
#help p.b {
	margin-bottom: 1em;
	text-indent: -1em;
	padding-left: 1.4em;
}
#help ul {
  padding-left: 2.5em;
  text-indent: -1em;
  line-height: 2em;
  width: auto;
}
#help ul li {
  padding: .5em 0;
}
#help ul li a{
  padding-left:1em;
  background: url(../images/icon/quesicon.png) no-repeat 0 0;
  padding-left: 15px;
}
#help ul li .liicon{
  background: url(../images/icon/quesicon.png) no-repeat 0 0;
  padding-left: 15px;
  _background-position: 0 6px;
}  
*:first-child+html #help ul li .liicon{
  background-position: 0 6px;
  }
#help p.helptitle{
	background: url(../images/top/help_question.png) left top no-repeat;
	padding-left: 35px;
	line-height: 30px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
#help h4{
	font-weight: bold;
	padding:3px;
	display:block;
	border-bottom: 2px dotted #ccc;
}
#help .cateitem{
	width: 320px ;/*!important;/*モダン*/
	/*width: 320px;/*IE6用*/
	float:left;
	padding: 0 5px 10px 15px; 
}
#help dl {
	padding:10px 1em;
}
#help dl dt{
	border-bottom: 1px solid rgb(204, 204, 204);
	font-size: 120%;
}
#help dl dd {
	margin-top: .5em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}
#help ol {
    padding: 5px 10px 10px 2em;
}
#help ol p.b {
    margin-bottom: .5em;
	text-indent: -1em;
	padding-left: 0em;
}
#help ol li {
    list-style: decimal;
    line-height: 1.5em;
	padding: .7em 0;
}

#help table {
margin-left: 3em;
}

#help tr {
height: 3em;
}

#help th {
background: #D9D9D9;
}

/*
help パンくず#helptopicpath[
----------------------------------------------------------- */
#help #helptopicpath {  
	margin:1px 0;
	font-size: 80%;
}  
#help #helptopicpath li {  
	display:inline;  
	line-height:110%;  
	list-style-type:none;  
}  
#help #helptopicpath li a {  
	padding-right:10px;
	padding-left: 0;  
	background: url(../images/icon/arrowicon_topicpass.png) no-repeat right center;  
}