@charset "utf-8";

/* ============================================
	.html
============================================ */
.pageLink {
	display: block;
	min-height: 1%;
}
.pageLink:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .pageLink {
	height: 1%;
	/*¡À*//*/
	height: auto;
	overflow: hidden;
	/**/
}


.h2_tit {
	position: relative;
}
	.h2_tit p{
		position: absolute;
		top: 16px;
		right: 10px;
	}
.h3_tit01 {
	background: url(/news/img/bg_title.gif) no-repeat left top;
	padding-left: 13px;
	height: 37px;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 20px;
}
	.h3_tit01 span{
		color: #959595;
		font-size: 92%;
		display: block;
		line-height: 1;
		margin-bottom: 5px;
	}
	.h3_tit01 a{
	}
.sectionLv2 {
	background: url(/common/img/bg_dotX_01.gif) repeat-x left bottom;
	padding: 0 13px 40px;
	margin-bottom: 20px;
}
	.sectionLv2 p{
		margin-bottom: 25px;
	}
		.sectionLv2 p a{
			color: #eb6100;
			text-decoration: underline;
		}
			.sectionLv2 p a:hover{
				text-decoration: none;
				color: #eb6100;
			}

.new_list {
	background: url(/news/img/bg_lnavi.gif) no-repeat left top;
	padding-top: 4px;
	width: 180px;
}
	.new_listIn {
		background: url(/news/img/bg_lnavi.gif) no-repeat left bottom;
		padding-bottom: 13px;
		padding-left: 4px;
	}
	.new_listInIn {
		overflow: hidden;
	}
		.new_listIn dl {
			padding: 0 10px;
			margin-top: -13px;
			overflow: hidden;
		}
			.new_listIn dl dt {
				background: url(/news/img/bg_line_01.gif) no-repeat left top;
				padding-top: 13px;
				margin-top: 10px;
			}
			.new_listIn dl dt span {
				display: block;
				background: url(/news/img/bg_arrow_01.gif) no-repeat left 0.4em;
				padding-left: 12px;
				margin-bottom: 0;
			}
				.new_listIn dl dd a {
					text-decoration: underline;
				}
				.new_listIn dl dd a:hover {
					text-decoration: none;
				}



.ebody p,
.ebody ul,
.ebody ol
{
	margin-bottom: 20px;
}

.ebody ul {}
.ebody ul li {
	list-style: outside disc;
	margin-left: 2.7em;
}
* html .ebody ul li {
	margin-left: 3em; /* IE FIX */
}


.ebody ol {}
.ebody ol li {
	list-style: outside decimal;
	margin-left: 2.7em;
}
* html .ebody ol li {
	margin-left: 3em; /* IE FIX */
}

.ebody blockquote {
	border: 1px solid #cccccc;
	padding: 14px 14px 14px;
}
	.ebody blockquote p {
	}


