
/* -----------------------------------
	h1
----------------------------------- */

#contents-body h1.text-title {
	margin-top: 2.3em;
	margin-bottom: 1.96em;
}




/* -----------------------------------
	enlarge-image
----------------------------------- */

ul.enlarge-image {
	margin: 1.5em 0;
	padding: 0;
	list-style-type: none;
}

ul.enlarge-image li {
	margin: 1.33em 0 0 0;
	padding: 0;
}

ul.enlarge-image li a {
	text-decoration: none;
}

ul.enlarge-image li a span {
	padding-left: 8px;
	background: url(../img/icon_01.gif) left 0.5em no-repeat;
	*background: url(../img/icon_01.gif) left 0.4em no-repeat;
	text-decoration: underline;
}




/* -----------------------------------
	related-news
----------------------------------- */

div.related-news {
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
	margin: 0;
	padding: 7px 10px 6px 10px;
	border-bottom: 1px solid #d1d1d1;
}

div.related-news:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

/*index*/

div.related-news ul.index {
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	list-style-type: none;
	background: url(../img/serial-link_separator_01.gif) right top no-repeat;
}

div.related-news ul.index li {
	margin: 1px 0 0 0;
	padding: 0;
	min-height: 22px;
}

div.related-news ul.index li a {
	zoom: 1;
}

/*serial-link*/

div.related-news ul.serial-link {
	margin: 0;
	padding: 0 0 0 1px;
	float: right;
	list-style-type: none;
	background: url(../img/serial-link_separator_01.gif) left top no-repeat;
}

div.related-news ul.serial-link li {
	margin: 1px 0 0 0;
	padding: 0 9px;
	float: left;
	color: #ccc;
	min-height: 22px;
}

div.related-news ul.serial-link li.prev {
	padding-right: 10px;
	background: url(../img/serial-link_separator_02.gif) right 0.2em no-repeat;
}

div.related-news ul.serial-link li.next {
	padding-right: 0;
}

div.related-news ul.serial-link li a {
	zoom: 1;
}

