/* 
============INDEX============

	last-updated: 2007/7/30 13:15 [I];
	last-updated: 2007/7/29 17:55 [I];
	last-updated: 2007/7/27 19:50 [I];
	
	1: HELP LAYOUT
	2: TABLE LAYOUT
	3: MENU LAYOUT

=============================
*/

/* 
----------------------------------------------------------------------------- 
 1: HELP LAYOUT
-----------------------------------------------------------------------------*/
body#help_all .cpt {
	clear: both;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 5px 6px;
	border-left: 5px solid #5986b3;
	font-size: 14px;
	color: #666666;
}
body#help_all .cpt p {
	display:inline;
	font-weight:400;
	color: #000000;
	font-size: 12px;
	margin-left: 20px;
}
body#help_all #contents dt {
	background: #dae6f2 url(/img/help_question.gif) no-repeat 15px 50%;
	margin: 12px 8px;
	padding: 8px 15px 6px 40px;
	font-weight:700;
	color:#666f8c;
}
body#help_all #contents dd {
	margin: 0px 10px 20px 40px;
	line-height: 1.4em; /* Operaデフォルト行間回避 */
}
body#help_all #contents ol {
 width: 300px;
	border: 1px solid #cccccc;
	margin: 8px 0px 8px 0px;
	padding: 8px 8px 8px 30px;
}

/* 
----------------------------------------------------------------------------- 
 2: TABLE LAYOUT
-----------------------------------------------------------------------------*/
body#help_all #contents table {
	background-color: #CCCCCC;
	margin-top:20px;
	border-collapse: collapse;
	border-spacing: 5;
	border: 1px solid #cccccc;
}
body#help_all #contents table th,
body#help_all #contents table td {
	padding: 6px 8px;
}
body#help_all #contents table th {
	text-align: center;
	font-weight: bold;
	color: #666666;
}
body#help_all #contents table td .thead {
	color: #CCCCCC;
}

/* 
----------------------------------------------------------------------------- 
 3: MENU LAYOUT
-----------------------------------------------------------------------------*/
body#help_all .menu {
	margin-bottom: 30px;
}
body#help_all .menu_b {	/* 見出し部分　上 */
	width: 950px;
	background: url('/img/tbl_blue.gif') no-repeat;
	height: 7px;
	_font-size: 0px;
}
body#help_all .menu_b_top {
	width: 928px;
	background-color: #7aa3cc;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 7px 20px;
}
body#help_all .menu_w {	/* 見出し部分　下 */
	width: 950px;
	background: url('/img/tbl_white.gif') no-repeat;
	height: 7px;
	clear: both;
}
body#help_all ul.menubox  {
	width: 946px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: block;
	padding: 8px 0px;
}
body#help_all .menubox li {
	list-style:none;
	float:left;
	width:130px;
	background: url('/img/icon/i_arrow_standard.gif') no-repeat 0px 50%;
	margin: 7px 0px 0px 40px;
	_margin: 7px 0px 0px 20px;
	padding-left:12px;
}
body#help_all .menubox li.blanklink{
	margin-top:3px;
	padding-left:15px;
	width:170px;
	background: url('/img/icon/ico_help02.gif') no-repeat 0px 50%;
}
body#help_all ul.blanklink{
	margin-top:-2px;
	padding-top:4px;
	background:url('/img/icon/ico_rkg_arrow_man.gif') repeat-x;
	background-position:0 -7px;
}
body#help_all .menubox{
	overflow:hidden;
	
}
