@charset "UTF-8";



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

#section .article .read {
	line-height: 1.5;
	padding-bottom:5px;
	font-size: 175%;
}




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

#index .system .left {
	width:416px;
}
#index .system .right {
	width:220px;
}

#index .Chara .text {
	padding-bottom:20px;
}
#index .Chara .left,
#index .Chara .right {
	width:315px;
	position:relative;
	z-index:100;
}
#index .Chara .left .read,
#index .Chara .right .read {
	font-size: 150%;
}
	#index .Chara .white {
		background:url(../img/bg_merit_top_w.gif) no-repeat left top;
		padding-top:6px;
	}
	#index .Chara .white .whiteBot {
		background:url(../img/bg_merit_bottom_w.gif) no-repeat left bottom;
		padding-bottom:6px;
	}
	#index .Chara .white .whiteCont {
		border-left:1px solid #e6e6e6;
		border-right:1px solid #e6e6e6;
		padding:6px 14px;
	}
	
	#index .Chara .gray {
		background:url(../img/bg_merit_top_g.gif) no-repeat left top;
		padding-top:6px;
	}
	#index .Chara .gray .grayBot {
		background:url(../img/bg_merit_bottom_g.gif) no-repeat left bottom;
		padding-bottom:6px;
	}
	#index .Chara .gray .grayCont {
		border-left:1px solid #e6e6e6;
		border-right:1px solid #e6e6e6;
	}
	#index .Chara .gray .grayArea {
		background-color:#f3f3f3;
		margin:0 1px;
		padding:6px 13px;
	}
	
		#index .Chara .left p,
		#index .Chara .right p {
			padding-top:10px;
		}
		#index .Chara .read {
			background:url(../../share/img/dotline.gif) repeat-x left bottom;
			line-height:1.3;
			padding:0 0 10px 30px !important;
		}
		#index .Chara .point {
			position:absolute;
			z-index:300;
			top:-18px;
			left:-6px;
			padding-top:0px;
		}
		
#index .Explan {
	background:url(../img/img_explan.gif) no-repeat left top;
	width:650px;
	height:130px;
	position:relative;
	z-index:100;
	margin-left:25px;
}
	#index .Explan p {
		position:absolute;
		z-index:300;
		top:15px;
		right:65px;
	}

#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;
	}













