@charset "utf-8";

	.box h6 {
		padding: 10px 0 25px;
		color: #0060b0;
		font-weight: bold;
	}
	.box .clm2Box {
		overflow: hidden;
		zoom: 1;
	}
	.box .clm2Box ul {
		margin-right: -75px;
		text-align: center;
	}
	.box .clm2Box ul li {
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: 37px;
		padding-right: 37px;
		border-right: 1px #ccc solid;
	}
	.box img {
		vertical-align: bottom;
	}
	.box .text {
		margin: 0 10px;
		padding: 15px;
		background: #f8f8f8;
		color: #0060b0;
		font-size: 125%;
		font-weight: bold;
		text-align: center;
	}

	.imgClmBlockR {
		overflow: hidden;
		zoom: 1;
	}
	.imgClmBlockR .img {
		float: right;
	}
	.imgClmBlockR .txt {
		overflow: hidden;
		zoom: 1;
		padding-right: 20px;
		*padding-right: 17px;
	}

	.pageNav {
		padding-top: 5px;
		margin-bottom: 50px;
	}
	.pageNav ul {
		margin: 0 auto;
		text-align: center;
	}
	.pageNav li {
		display: inline;
	}
	.pageNav li.first {
		padding-left: 0;
		border-left: none;
	}

	.pageNav a {
		padding: 3px 30px 3px 35px;
		line-height: 21px;
		color: #0060b0;
		background: url(../../../common/imgs/bg-anc.gif) no-repeat 0 50%;
	}
	.pageNav a:hover {
		color: #0060b0;
		background: url(../../../common/imgs/bg-anc_ov.gif) no-repeat 0 50%;
	}

