@charset "Shift_JIS";


/*----- overflow解除 -----*/

#main #contents {
	overflow: visible;
}

/*----- リスト設定_layout -----*/
#main #contents li {
  /*display: list-item;*/
	position:relative;
	left:16px;
	margin: 6px 0 0 0;
	padding: 0;
	background-image: none;
	list-style-type: none;
	list-style-image:url(/landing/dc/past_common/common/images/listmarker_square.gif);
	/*background-repeat: no-repeat;
	background-position: 0 3px;*/
}


#main #contents li.details,#main #contents #application li.details,#main #contents #check ul li.details {
	position:relative;
	left:16px;
	margin: 0;
	padding: 0;
	background-image:none; 
	list-style-type: none;
	list-style-image:url(/landing/dc/past_common/common/images/listmarker_details.gif);
	/*background-repeat: no-repeat;
	background-position: 0 4px;*/
	line-height: 150%;
}


#main #contents li.annotation{
	position:relative;
	left:16px;
	margin: 0 0 0 8px;
	padding: 0;
	list-style-type: none;
	font-size: x-small;
	background-image: none;
	list-style-image:url(/landing/dc/past_common/common/images/listmarker_annotation.gif);
	/*background-repeat: no-repeat;
	background-position: 0 9px;*/
}

#main #contents #application li.annotation,#main #contents #qualification li.annotation,#main #contents #check ul.noindent li.annotation,#main #contents #check ul li.annotation{
	position:relative;
	left:16px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: x-small;
	background-image: none;
	list-style-image:url(/landing/dc/past_common/common/images/listmarker_annotation.gif);
	/*background-repeat: no-repeat;
	background-position: 0 9px;*/
}

#main #contents #check li.noindent{
	position:relative;
	left:16px;
	padding: 0;
	background-image:none;
	list-style-type: none;
	list-style-image: url(/landing/dc/past_common/common/images/listmarker_details.gif);
	/*background-repeat: no-repeat;
	background-position: 0 4px;*/
	line-height: 150%;
}


/*----- リスト設定_flow -----*/

#main #contents #flow ul {
	margin:0;
	padding:12px 0 0 0;
}

#main #contents #flow li.annotation_noindent {
	position:relative;
	left:16px;
	margin:0;
	padding:0;
	list-style-type: none;
	font-size: x-small;
	background-image:none;
	list-style-image: url(/landing/dc/past_common/common/images/listmarker_annotation.gif);
	/*background-repeat: no-repeat;
	background-position: 0 9px;*/
}


/*----- リスト設定_check -----*/
#main #contents li.noindent,#main #contents #check ul.noindent li.noindent,#main #contents #check ul.noindent_fcanddc li.noindent{
	position:relative;
	left:16px;
	margin: 0;
	padding:0;
	list-style-type: none;
	background-image: none;
	list-style-image:url(/landing/dc/past_common/common/images/listmarker_details.gif);
	/*background-repeat: no-repeat;
	background-position: 0 4px;*/
	line-height: 150%;
}


#main #contents #check li.annotation_noindent,#main #contents #check ul.noindent li.annotation_noindent,#main #contents #check ul.noindent_fcanddc li.annotation_noindent{
	position:relative;
	left:16px;
	margin:0 0 0 2px;
	padding:0;
	list-style-type: none;
	font-size: x-small;
	background-image: none;
	list-style-image:url(/landing/dc/past_common/common/images/listmarker_annotation.gif);
	/*background-repeat: no-repeat;
	background-position: left center;*/
}


/*----- リスト設定_dcgold -----*/
#main #contents #dcgold .main_contents li.annotation {
	position:relative;
	left:16px;
	background: none;
	list-style-image:url(/landing/dc/past_common/common/images/listmarker_annotation_blue.gif) no-repeat 0 4px;
	font-size: x-small;
	padding: 0px 0px 5px 0;
	margin: 0px 0px 5px 1px;
}


/*----- リスト設定_security -----*/
#main #contents #security li.annotation_noindent {
	position:relative;
	left:16px;
	margin:0;
	padding:0;
	list-style-type: none;
	font-size: x-small;
	background-image: none;
	list-style-image:url(/landing/dc/past_common/common/images/listmarker_annotation.gif);
	/*background-repeat: no-repeat;
	background-position: left center;*/
}


/*----- リンク設定 -----*/
a.jumpbl{ /*bl=blank*/
	display: list-item;
  list-style-image: url(/landing/dc/past_common/common/images/link_out.gif);
  list-style-position: outside;
	margin:0 0 5px 0;
	padding:0;
	background:none;
	/*background:url("/landing/dc/past_common/common/images/link_out.gif") 0 0 no-repeat;*/
	color: #023199;
	text-decoration: underline;
}

#main #contents td a.jumpbl{
	margin:0 0 5px 14px;
}

a.jumpin{ /*in=inside*/
	display: list-item;
  list-style-image: url(/landing/dc/past_common/common/images/link_in.gif);
  list-style-position: outside;
	margin:0 0 0 16px;
	padding:0;
	background:none;
	/*background:url("/landing/dc/past_common/common/images/link_in.gif") 0 0 no-repeat;*/
	color: #023199;
	text-decoration: underline;
}


/*----- flow補正 -----*/
#main #contents #flow h3#online {
	display: list-item;
  list-style-image: url(/landing/dc/past_common/common/images/listmarker_square.gif);
  list-style-position: outside;
	margin: 12px 0px 0 0;
	padding:0 0 6px 14px;
	font-size: small;
	font-weight: 120%;
	font-weight: bold;
	background:none;
	/*background-image: url(/landing/dc/past_common/common/images/listmarker_square.gif);
	background-repeat: no-repeat;
	background-position: left -2px;*/
}