@charset "utf-8";

/* =======================================

	List CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
	1.Monthly List

========================================== */

/* 1.Monthly List
========================================== */
#contents .monthly-list {
}

#contents .monthly-list h3 {
	margin: 0 0 1px;
	padding: 0;
	border-bottom: 3px solid #034EA1;
	background: url(../../img/common/bg_01.gif) repeat-y;
	color: #444;
	font-weight: bold;
	font-size: 107.8%;
	line-height: 1.286;
}

#contents .monthly-list h3 span {
	display: block;
	padding: 7px 10px 4px;
	border: none;
	background: url(../../img/common/bg_01_top.gif) no-repeat;
}

#contents .monthly-list ul.monthly-navi {
	margin: 0 0 25px;
	padding: 2px 0 4px 4px;
	height: 100%;
	background: #F0F0F0 url(../../img/common/line_dotted_01.gif) repeat-x 0 100%;
}

#contents .monthly-list ul.monthly-navi:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

#contents .monthly-list ul.monthly-navi li {
	float: left;
	display: inline;
	margin: 0 4px;
	padding: 2px 0;
	width: 2.917em;
	text-align: center;
}

/* IE6 Only */
* html #contents .monthly-list ul.monthly-navi li {
	width: 2.899em;
}

/* IE7 Only */
*:first-child + html #contents .monthly-list ul.monthly-navi li {
	width: 2.899em;
}

/* Default */
#contents .monthly-list ul.monthly-navi li a {
	display: block;
	position: relative;
	margin: -2px 0;
	padding: 1px 0;
	border: 1px solid #F0F0F0;
	height: 100%;
}

/* When Mouse Over */
#contents .monthly-list ul.monthly-navi li a:hover {
	border-color: #DDD;
	background-color: #FFF;
}

/* When Active Month */
#contents .monthly-list#ml-mar ul.monthly-navi li.mar a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}
#contents .monthly-list#ml-apr ul.monthly-navi li.apr a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}
#contents .monthly-list#ml-may ul.monthly-navi li.may a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}
#contents .monthly-list#ml-jun ul.monthly-navi li.jun a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}
#contents .monthly-list#ml-jul ul.monthly-navi li.jul a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}
#contents .monthly-list#ml-aug ul.monthly-navi li.aug a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}
#contents .monthly-list#ml-sep ul.monthly-navi li.sep a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}
#contents .monthly-list#ml-oct ul.monthly-navi li.oct a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}
#contents .monthly-list#ml-nov ul.monthly-navi li.nov a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}
#contents .monthly-list#ml-dec ul.monthly-navi li.dec a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}
#contents .monthly-list#ml-jan ul.monthly-navi li.jan a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}
#contents .monthly-list#ml-feb ul.monthly-navi li.feb a {border-color: #7F7B7B; background: #7F7B7B; color: #FFF;}


/* 2.Topics List
========================================== */
	/* 2-1.dl
	---------------------------------------- */
		/* 2-1-1.Topics List
		---------------------------------------- */
		#contents dl.topics-list {
			margin: 0 10px 30px;
		}

		#ir-index #contents dl.topics-list {
			margin: 0 10px 0px;
		}
		
		#contents dl.topics-list dt {
			margin: 0 0 3px;
			padding-left: 7px;
			background: url(../../img/common/ico_arrow_01.gif) no-repeat 0 0.5em;
		}
		
		#contents dl.topics-list dd {
			margin: 0 0 5px;
			padding-left: 7px;
		}
		
		#contents dl.topics-list dd a {
		}
		
		/* 2-1-2.Topics List2
		----------------------------------------
		#contents dl.topics-list2 {
			margin: 0 10px 30px;
		}
		
		#contents dl.topics-list2 dt {
			margin: 0 0 3px;
			padding-left: 15px;
			background: url(../../img/common/ico_circle_blue_01.gif) no-repeat 0 0.5em;
		}
		
		#contents dl.topics-list2 dd {
			margin: 0 0 12px;
			padding-left: 15px;
		}
		
		#contents dl.topics-list2 dd a {
		} */
	
	/* 2-2.ul
	---------------------------------------- */
		/* 2-2-1.Topics List
		---------------------------------------- */
		#contents ul.topics-list {
			margin: 0 10px 30px;
		}
		
		#contents ol li ul.topics-list {
			margin-top: 12px;
		}
		
		#contents ol.section li ul.topics-list {
			margin: 12px 0 30px;
		}
		
		#contents ul.topics-list li {
			margin: 0 0 12px;
			padding-left: 7px;
			background: url(../../img/common/ico_arrow_01.gif) no-repeat 0 0.5em;
		}
		
		#contents ul.topics-list li a {
		}
		
		#contents ul.topics-list li p {
			margin: 0 0 20px;
			padding: 18px 0 0;
		}
		
		#contents table tr td ul.topics-list {
			margin: 0 10px;
		}
		
		#contents table tr td ul.topics-list li {
			margin: 0 0 5px;
		}
		
		/* 2-2-2.Topics List2
		---------------------------------------- */
		#contents ul.topics-list2 {
			margin: 0 10px 30px;
		}
		
		#contents ol li ul.topics-list2 {
			margin-top: 12px;
		}
		
		#contents ol.section li ul.topics-list2 {
			margin: 12px 0 30px;
		}
		
		#contents ul.topics-list2 li {
			margin: 0 0 12px;
			padding-left: 15px;
			background: url(../../img/common/ico_circle_blue_01.gif) no-repeat 0 0.5em;
		}
		
		#contents ul.topics-list2 li a {
		}
		
		#contents ul.topics-list2 li p {
			margin: 0 0 20px;
			padding: 18px 0 0;
		}
		
		#contents table tr td ul.topics-list2 {
			margin: 0 10px;
		}
		
		#contents table tr td ul.topics-list2 li {
			margin: 0 0 5px;
		}
		
		#contents dl.topics-list2 dt {
			font-weight: bold;
		}
		
		#contents dl.topics-list2 dd ul {
			margin-left: 15px;
			font-size: 100%;
		}
	
	/* 2-3.ol
	---------------------------------------- */
		/* 2-3-1.Order List
		---------------------------------------- */
		#contents ol.order-list {
			margin: 0 10px 0 10px;
		}
		
		#contents ol.order-list li {
			margin: 0 0 12px;
			list-style: decimal;
			list-style-position: inside;
		}
		
		#contents ol.order-list li ol {
			font-size: 100%; /* Reset */
			line-height: 1.5;
		}
		
		#contents ol.order-list li ol li {
			margin-bottom: 2px;
		}
		
		#contents ol.order-list li a {
			padding: 2px 0 0 17px;
			background: url(../../img/common/ico_pdf.gif) no-repeat;
		}
		
		#contents ol.order-list li span.notes {
			margin: 0 0 0 32px;
			font-size: 83.34%;
			line-height: 1.5;
		}


/* 3.Page List
========================================== */
#contents ul.page-list {
	position: relative;
	margin: -15px 8px 30px 31px;
	height: 100%; /* for IE */
	font-size: 92.4%;
	line-height: 1.5;
}

#contents ul.page-list:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

#contents ul.page-list li {
	float: left;
	margin: 15px 10px 0 0;
	width: 108px;
	background: url(../../img/parts/eyecatch.gif) repeat-y;
}

#contents ul.page-list li a {
	display: block;
	position: relative;
	padding: 0 0 3px;
	width: 108px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

#contents ul.page-list li a span.text {
	padding: 0 3px 0 17px;
	background: url(../../img/parts/eyecatch_ico_next.gif) no-repeat 3px 0;
	vertical-align: middle;
}

#contents ul.page-list li a span.bg-top {
	display: block;
	height: 6px;
	background: url(../../img/parts/eyecatch_top.gif) no-repeat;
	overflow: hidden;
}

#contents ul.page-list li a span.bg-btm {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 108px;
	height: 6px;
	background: url(../../img/parts/eyecatch_btm.gif) no-repeat;
	overflow: hidden;
}

	/* 3-1.Arrow Icon Title01
	---------------------------------------- */
	#contents p.arrow-icon-title01 {
		margin: 0;
		padding-left: 7px;
		background: url(../../img/common/ico_arrow_01.gif) no-repeat 0 0.5em;
	}
	

/* 4.Index Lead
========================================== */
#contents .index-lead {
	margin: 0 0 30px;
}

#contents .index-lead p.image {
	text-align: center;
}

	/* 4-1.ul
	---------------------------------------- */
	#contents .index-lead ul {
		margin-left: 20px;
	}
	
	#contents .index-lead ul li {
		padding: 0 0 0 18px;
		background: url(../../img/common/ico_circle_blue_01.gif) no-repeat 0 5px;
	}
	
	#contents .index-lead ul li ul {
		margin: 0;
	}
	
	#contents .index-lead ul li ul li,
	#contents .index-lead ul li ol li {
		padding: 0; /* Reset */
		background: none; /* Reset */
	}
	
	/* 4-2.dl
	---------------------------------------- */
	#contents .index-lead dl {
		margin-left: 20px;
	}
	
	#contents .index-lead dl dt {
		padding: 0 0 0 18px;
		background: url(../../img/common/ico_circle_blue_01.gif) no-repeat 0 5px;
	}
	
	#contents .index-lead dl dd {
		margin: 0 0 10px 18px;
	}
	
	#contents .index-lead dl dd ul {
		margin: 0;
		font-size: 100%;
	}
	
	#contents .index-lead dl dd ul li,
	#contents .index-lead dl dd ol li {
		padding: 0; /* Reset */
		background: none; /* Reset */
	}


/* 5.PDF List
========================================== */
#contents ul.pdf-list {
	height: 100%; /* for IE */
}

#contents ul.pdf-list:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

#contents ul.pdf-list li {
	float: left;
	margin-bottom: 2px;
	padding: 0 4px 0 17px;
	width: 233px;
	background: url(../../img/common/ico_pdf.gif) no-repeat 0 0.2em;
}


/* 6.Default List
========================================== */
	/* 6--1.ul (disc)
	---------------------------------------- */
	#contents ul.default-list {
		margin: 0 0 20px 25px;
	}
	
	#contents ul.default-list li {
		list-style-type: disc;
	}
	
	#contents ul.default-list li p {
		margin: 0 0 20px;
		padding: 18px 0 0;
	}
	
	body#privacy #contents ul.default-list li dl {
		font-size: 100%; /* Reset */
	}
	
	#contents ul.default-list li ul li {
		list-style-type: none;
	}
	
	/*6-2. ul (circle)
	---------------------------------------- */
	#contents ul.circle-list {
		margin: 0 0 20px 15px;
	}
	
	#contents ul.circle-list li {
		list-style-type: circle !important;
	}
	
	#contents ul.circle-list li p {
		margin: 0 0 20px;
		padding: 18px 0 0;
	}
	
	/* 6-3.ul (Alphabet)
	---------------------------------------- */
	#contents ul.alphabet-list {
		margin: 0 0 20px 21px;
	}
	
	#contents ul.alphabet-list li {
		list-style-type: lower-alpha !important;
	}
	
	#contents ul.alphabet-list li p {
		margin: 0 0 20px;
		padding: 18px 0 0;
	}
	
	/* 6-4.ol (decimal)
	---------------------------------------- */
	body #contents ol.default-list {
		margin: 0 0 20px 30px;
	}
	
	body #contents ol.default-list li {
		margin-bottom: 0;
		list-style-type: decimal !important;
	}
	
	body #contents ol.default-list li p {
		margin: 0 0 20px;
		padding: 18px 0 0;
	}


/* 7.Q and A List
========================================== */
#contents dl.qa-list {
	margin: 0 0 50px;
}

#contents dl.qa-list dt {
	margin: 20px 0 8px;
	padding: 4px 6px 7px;
	border: 1px solid #E7E7E7;
	background: url(../../img/parts/qa_list_bg.gif) repeat-x 0 100%;
}

#contents dl.qa-list dt span.question {
	display: block;
	padding: 2px 0 0 36px;
	background: url(../../img/parts/qa_list_ico_q.gif) no-repeat 0 4px;
	font-weight: bold;
}

#contents dl.qa-list dd {
	margin: 0 0 5px;
	padding: 0 0 0 43px;
}

#contents dl.qa-list dd.answer {
	padding: 0 0 0 43px;
	background: url(../../img/parts/qa_list_ico_a.gif) no-repeat 7px 0.2em;
}

#contents dl.qa-list dd.link {
	margin: 0;
	padding: 0 0 0 52px;
	background: url(../../img/common/ico_arrow_01.gif) no-repeat 43px 0.5em;
}

/* 
#contents dl.qa-list dd.pagetop {
	margin: 20px 0 0;
	padding: 9px 0 0;
	background: url(../../img/common/line_dotted_01.gif) repeat-x;
	text-align: right;
}
*/

#contents dl.qa-list dd.pagetop a {
	padding: 0 10px 0 9px;
	background: url(../../img/parts/pagetop_ico.gif) no-repeat 0 50%;
}



/* 9.Capital List
========================================== */
#contents .capital-list {
	margin: 0 0 30px;
}

#contents .capital-list .phrase {
	margin: 0 10px 20px;
}

#contents .capital-list .phrase h4 {
	margin: 0 0 10px;
	padding: 7px 10px 6px;
	background-color: #F4F3F3;
	color: #444;
	font-size: 92.4%;
	line-height: 1.167;
	font-weight: bold;
}

#contents .capital-list .phrase p {
	margin-left: 10px;
}
