@charset "UTF-8";



#section {
}
#section .article {
}
#section .article p {
	margin-bottom: 15px;
}

#section .article .read {
	line-height: 1.5;
	padding-bottom:5px;
}
#section .article .read_s {
	line-height: 1.8;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 15px;
}




#index {
}
#index p {
	margin-bottom: 0px !important;
}
#index .article .cell {
	padding-bottom: 18px;
}

#index .article .right.pht {
	padding:0 0 10px 20px;
}

#index .Merit .left,
#index .Merit .right {
	width:315px;
	position:relative;
	z-index:100;
}
	#index .Merit .white {
		background:url(../img/bg_merit_top_w.gif) no-repeat left top;
		padding-top:6px;
	}
	#index .Merit .white .whiteBot {
		background:url(../img/bg_merit_bottom_w.gif) no-repeat left bottom;
		padding-bottom:6px;
	}
	#index .Merit .white .whiteCont {
		border-left:1px solid #e6e6e6;
		border-right:1px solid #e6e6e6;
		padding:6px 10px;
	}
	
	#index .Merit .gray {
		background:url(../img/bg_merit_top_g.gif) no-repeat left top;
		padding-top:6px;
	}
	#index .Merit .gray .grayBot {
		background:url(../img/bg_merit_bottom_g.gif) no-repeat left bottom;
		padding-bottom:6px;
	}
	#index .Merit .gray .grayCont {
		border-left:1px solid #e6e6e6;
		border-right:1px solid #e6e6e6;
	}
	#index .Merit .gray .grayArea {
		background-color:#f3f3f3;
		margin:0 1px;
		padding:6px 9px;
	}
	
		#index .Merit p {
			padding-top:10px;
		}
		#index .Merit .read {
			background:url(../../share/img/dotline.gif) repeat-x left bottom;
			line-height:1;
			padding:0 0 12px 35px;
		}
		#index .Merit .point {
			position:absolute;
			z-index:300;
			top:-18px;
			left:-6px;
		}
		
#index .img {
	padding-top:15px;
}

#index .nextBtn {
	text-align:center;
}
	#index .nextBtn:hover {
		opacity:0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		zoom:1;
	}













