@charset "utf-8";
/* --- コンテンツ内項目一覧　１列 --- */

div.contents_index_1retu{
	width:640px;
	margin-bottom:10px;
	padding:5px;
	　background:#efefef;
	text-align:left;
	font-size:14px;
	margin-top: 10px;
}  
  
div.contents_index_1retu ul {
	width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}  
  
div.contents_index_1retu ul li{
	padding-left:15px;
	display:inline-block;
	background-position:0 0.2em;
	zoom:1;
	background-image: url(../../img/mark-arrow-right-orange.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 600px;
}  


/* --- コンテンツ内項目一覧 　3列--- */

div.contents_index_3retu{
	width:645px;
	　background:#efefef;
	text-align:left;
	font-size:14px;
	margin-top: -5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}  
  
div.contents_index_3retu ul {  
width:100%;  
}  
  
div.contents_index_3retu ul li{
	padding-left:15px;
	display:inline-block;
	background-position:0 0.2em;
	zoom:1;
	background-image: url(../../img/mark-arrow-right-orange.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	width: 160px;
}

/* --- コンテンツ内項目一覧　2列 --- */

div.contents_index_2retu{
	width:645px;
	　background:#efefef;
	text-align:left;
	font-size:14px;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}  
  
div.contents_index_2retu ul {  
width:100%;  
}  
  
div.contents_index_2retu ul li{
	padding-left:15px;
	display:inline-block;
	background-position:0 0.2em;
	zoom:1;
	background-image: url(../../img/mark-arrow-right-orange.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	width: 280px;
}

/* --- コンテンツ内項目一覧　列auto --- */

div.list_auto{
	width:640px;
	margin-bottom:10px;
	padding:5px;
	　background:#efefef;
	text-align:left;
	font-size:14px;
	margin-top: 10px;
}  
  
div.list_auto ul {
	width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}  
  
div.list_auto ul li{
	padding-left:15px;
	display:inline-block;
	background-position:0 0.2em;
	zoom:1;
	background-image: url(../../img/mark-arrow-right-orange.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 130px;
}  


.sub_menu_back_orange/* サブメニューの背景 */
 {
	background-color: #FFFCF0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/*--- 手順リストの枠　 ---*/
.sousa_index {
	padding: 5px;
	overflow:auto;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	width: 500px;

}
.sousa_index dl {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
	width: auto;
	padding-top: 0px;
	margin-top: 0px;
}
.sousa_index dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 20px;
	border-bottom-width: 1px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	margin-bottom: 5px;
	background-image: url(../../img/mark-arrow-right-orange_usu.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
.sousa_index dd {
	margin-left: 0px;
	line-height: 1.5em;
	background-position: 15px 8px;
	padding-left: 30px;
	font-size: 14px;
	text-decoration: blink;
}

.sousa_index dl.end {
	border-bottom:none;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.sousa_index a {
	color: #000099;
	text-decoration: none;
}
.sousa_index a:hover {
	color: #000099;
	text-decoration: underline;
}

.sousa_index li {
	list-style-type: none;
	margin-left: 30px;
	font-size: 14px;
	line-height: 1.5em;
	margin-right: 10px;
	margin-top: 0px;
	display: list-item;
}
